From 509187da42b1dfce26d06eb83fb5a1fb18c2b202 Mon Sep 17 00:00:00 2001 From: f-peverali <112709306+f-peverali@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:00:32 +0100 Subject: [PATCH] add MS --- Resources/input/fsh/ISiK-Blutdruck.fsh | 84 +++++++++++++------------- 1 file changed, 43 insertions(+), 41 deletions(-) diff --git a/Resources/input/fsh/ISiK-Blutdruck.fsh b/Resources/input/fsh/ISiK-Blutdruck.fsh index 8c26abb5..269b194d 100644 --- a/Resources/input/fsh/ISiK-Blutdruck.fsh +++ b/Resources/input/fsh/ISiK-Blutdruck.fsh @@ -1,42 +1,44 @@ -Profile: ISiKBlutdruck -Parent: VitalSignDE_Blutdruck -Id: ISiKBlutdruck -* insert Meta -* status MS -* category MS -* category[vs-cat] MS -* code MS -* code.coding MS -* subject MS -* encounter MS -* effective[x] MS -* component MS -* component[SystolicBP] MS -* component[SystolicBP].code MS -* component[SystolicBP].code.coding MS -* component[SystolicBP].value[x] MS -* component[SystolicBP].valueQuantity MS -* component[DiastolicBP] MS -* component[DiastolicBP].code MS -* component[DiastolicBP].code.coding MS -* component[DiastolicBP].value[x] MS -* component[DiastolicBP].valueQuantity MS - -Instance: ISiKBlutdruckExample -InstanceOf: ISiKBlutdruck -Usage: #example -* meta.profile[0] = "http://fhir.de/StructureDefinition/observation-de-vitalsign-blutdruck" -* status = #final -* category[vs-cat] = $observation-category#vital-signs "Vital Signs" -* code = $loinc#85354-9 "Blood pressure panel with all children optional" -* code.text = "Systolischer und Diastolischer Blutdruck" -* subject = Reference(PatientinMusterfrau) -* effectiveDateTime = "2012-09-17" -* performer.reference = "Practitioner/example" -* interpretation = $v3-ObservationInterpretation#L "low" -* interpretation.text = "Below low normal" -* bodySite = $sct#368209003 "Right arm" -* component[SystolicBP].code.coding[0] = $loinc#8480-6 -* component[SystolicBP].valueQuantity = 107 'mm[Hg]' "mmHg" -* component[DiastolicBP].code.coding[0] = $loinc#8462-4 +Profile: ISiKBlutdruck +Parent: VitalSignDE_Blutdruck +Id: ISiKBlutdruck +* insert Meta +* status MS +* category MS +* category[vs-cat] MS +* code MS +* code.coding MS +* subject MS +* encounter MS +* effective[x] MS +* component MS +* component[SystolicBP] MS +* component[SystolicBP].code MS +* component[SystolicBP].code.coding MS +* component[SystolicBP].value[x] MS +* component[SystolicBP].valueQuantity MS +* component[SystolicBP].dataAbsentReason MS +* component[DiastolicBP] MS +* component[DiastolicBP].code MS +* component[DiastolicBP].code.coding MS +* component[DiastolicBP].value[x] MS +* component[DiastolicBP].valueQuantity MS +* component[DiastolicBP].dataAbsentReason MS + +Instance: ISiKBlutdruckExample +InstanceOf: ISiKBlutdruck +Usage: #example +* meta.profile[0] = "http://fhir.de/StructureDefinition/observation-de-vitalsign-blutdruck" +* status = #final +* category[vs-cat] = $observation-category#vital-signs "Vital Signs" +* code = $loinc#85354-9 "Blood pressure panel with all children optional" +* code.text = "Systolischer und Diastolischer Blutdruck" +* subject = Reference(PatientinMusterfrau) +* effectiveDateTime = "2012-09-17" +* performer.reference = "Practitioner/example" +* interpretation = $v3-ObservationInterpretation#L "low" +* interpretation.text = "Below low normal" +* bodySite = $sct#368209003 "Right arm" +* component[SystolicBP].code.coding[0] = $loinc#8480-6 +* component[SystolicBP].valueQuantity = 107 'mm[Hg]' "mmHg" +* component[DiastolicBP].code.coding[0] = $loinc#8462-4 * component[DiastolicBP].valueQuantity = 60 'mm[Hg]' "mmHg" \ No newline at end of file