diff --git a/Resources/fsh-generated/resources/Observation-ISiKKopfumfangExample.json b/Resources/fsh-generated/resources/Observation-ISiKKopfumfangExample.json index 1a8e21df..9cbeb5e2 100644 --- a/Resources/fsh-generated/resources/Observation-ISiKKopfumfangExample.json +++ b/Resources/fsh-generated/resources/Observation-ISiKKopfumfangExample.json @@ -16,8 +16,7 @@ "code": "vital-signs", "display": "Vital Signs" } - ], - "text": "Vital Signs" + ] } ], "code": { diff --git a/Resources/input/fsh/ISiK-Kopfumfang.fsh b/Resources/input/fsh/ISiK-Kopfumfang.fsh index f6390714..0f0df802 100644 --- a/Resources/input/fsh/ISiK-Kopfumfang.fsh +++ b/Resources/input/fsh/ISiK-Kopfumfang.fsh @@ -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) diff --git a/Resources/input/fsh/instances.fsh b/Resources/input/fsh/instances.fsh index 9c9d8a4e..1e758115 100644 --- a/Resources/input/fsh/instances.fsh +++ b/Resources/input/fsh/instances.fsh @@ -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"