Skip to content

Commit

Permalink
fix: Fix example patient references
Browse files Browse the repository at this point in the history
  • Loading branch information
ylboerner committed Nov 25, 2023
1 parent 2a6673c commit bc06a17
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"code": "vital-signs",
"display": "Vital Signs"
}
],
"text": "Vital Signs"
]
}
],
"code": {
Expand Down
1 change: 0 additions & 1 deletion Resources/input/fsh/ISiK-Kopfumfang.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Usage: #example
* meta.profile[+] = "http://fhir.de/StructureDefinition/observation-de-vitalsign-kopfumfang"
* status = #final
* category[vs-cat] = $observation-category#vital-signs "Vital Signs"
* category.text = "Vital Signs"
* code = $loinc#9843-4 "Head Occipital-frontal circumference"
* code.text = "Kopfumfang"
* subject = Reference(PatientinMusterfrau)
Expand Down
12 changes: 6 additions & 6 deletions Resources/input/fsh/instances.fsh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Instance: PatientinMusterfrau
InstanceOf: https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKPatient
Usage: #example
* identifier[0].type = http://terminology.hl7.org/CodeSystem/v2-0203#MR
* identifier[=].system = "https://fhir.krankenhaus.example/NamingSystem/PID"
* identifier[=].value = "TestPID"
* identifier[Patientennummer].type = http://terminology.hl7.org/CodeSystem/v2-0203#MR
* identifier[Patientennummer].system = "https://fhir.krankenhaus.example/NamingSystem/PID"
* identifier[Patientennummer].value = "TestPID"
* active = true
* name[0].use = #official
* name[=].family = "Fürstin von Musterfrau"
* name[=].given = "Erika"
* name[Name].use = #official
* name[Name].family = "Fürstin von Musterfrau"
* name[Name].given = "Erika"
* gender = #female
* birthDate = "1964-08-12"

Expand Down

0 comments on commit bc06a17

Please sign in to comment.