Skip to content

Commit

Permalink
Merge 13ce41b into 1feb7b0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkiddo authored May 12, 2024
2 parents 1feb7b0 + 13ce41b commit ce68435
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion input/fsh/DkCoreCondition.fsh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Profile: DkCoreCondition
Parent: Condition
Parent: IPACondition
Id: dk-core-condition
Title: "Danish Core Condition Profile"
Description: "HL7 Denmark core profile for professionally asserted conditions, as specified by danish health and social care organizations"
Expand Down
6 changes: 3 additions & 3 deletions input/fsh/DkCoreObservation.fsh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Profile: DkCoreObservation
Parent: Observation
Parent: IPAObservation
Id: dk-core-observation
Title: "Danish Core Observation Profiles"
Description: "HL7 Denmark core profile for observations"
Expand Down Expand Up @@ -44,9 +44,9 @@ Description: "HL7 Denmark core profile for observations"
* system 1..
* system = $SKS (exactly)
* code 1..
* subject only Reference(DkCorePatient or Group or Location or Device)
* subject only Reference(DkCorePatient)
* subject 1..
* performer only Reference(DkCorePractitioner or DkCoreOrganization or DkCorePatient or PractitionerRole or CareTeam or DkCoreRelatedPerson)
* performer only Reference(DkCorePractitioner or Organization or DkCorePatient or PractitionerRole or CareTeam or DkCoreRelatedPerson)
* device ^short = "The device used for the measurement. It is recommended that when information about the device is sent, it is contained in the same Bundle as the Observation the device measured."
* valueQuantity.system = $ucum
* component.code.coding ^slicing.discriminator.type = #value
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/DkCorePatient.fsh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Profile: DkCorePatient
Parent: Patient
Parent: IPAPatient
Id: dk-core-patient
Title: "Danish Core Patient Profile"
Description: "HL7 Denmark core profile for a patient"
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/DkCorePractitioner.fsh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Profile: DkCorePractitioner
Parent: Practitioner
Parent: IPAPractitioner
Id: dk-core-practitioner
Title: "Danish Core Practitioner Profile"
Description: "HL7 Denmark core profile for health professionals and other actors relevant in citizen and patient pathways"
Expand Down
2 changes: 2 additions & 0 deletions sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jurisdiction: urn:iso:std:iso:3166#DK "Denmark"
# │ To use a provided input/includes/menu.xml file, delete the "menu" property below. │
# ╰────────────────────────────────────────────────────────────────────────────────────────────────╯


menu:
Table of Contents: toc.html
Home: index.html
Expand All @@ -42,3 +43,4 @@ parameters:

dependencies:
hl7.fhir.uv.phd: 1.0.0
hl7.fhir.uv.ipa: 1.0.0

0 comments on commit ce68435

Please sign in to comment.