Beispiele

Observation
<Observation xmlns="http://hl7.org/fhir">
<id value="ISiKKoerpergroesseExample" />
<profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKKoerpergroesse" />
</meta>
<status value="final" />
<system value="http://terminology.hl7.org/CodeSystem/observation-category" />
<code value="vital-signs" />
</coding>
</category>
<system value="http://loinc.org" />
<code value="8302-2" />
<display value="Body height" />
</coding>
<system value="http://snomed.info/sct" />
<code value="1153637007" />
<display value="Body height" />
</coding>
<text value="Körpergröße" />
</code>
<reference value="Patient/PatientinMusterfrau" />
</subject>
<effectiveDateTime value="2020-10-11" />
<reference value="Practitioner/DrMustermann" />
</performer>
<value value="174" />
<unit value="centimeter" />
<system value="http://unitsofmeasure.org" />
<code value="cm" />
</valueQuantity>
</Observation>
{
"resourceType": "Observation",
"id": "ISiKKoerpergroesseExample",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/ISiKKoerpergroesse"
]
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8302-2",
"display": "Body height"
},
{
"system": "http://snomed.info/sct",
"code": "1153637007",
"display": "Body height"
}
],
"text": "Körpergröße"
},
"system": "http://unitsofmeasure.org",
"value": 174,
"code": "cm",
"unit": "centimeter"
},
"status": "final",
"subject": {
"reference": "Patient/PatientinMusterfrau"
},
"effectiveDateTime": "2020-10-11",
{
"reference": "Practitioner/DrMustermann"
}
]
}