Beispiele

Observation
<Observation xmlns="http://hl7.org/fhir">
<id value="Ideales-Koerpergewicht" />
<profile value="https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-ideales-koerpergewicht" />
</meta>
<status value="final" />
<system value="http://terminology.hl7.org/CodeSystem/observation-category" />
<code value="vital-signs" />
</coding>
</category>
<system value="http://snomed.info/sct" />
<code value="170804003" />
<display value="Ideal body weight" />
</coding>
<system value="http://loinc.org" />
<code value="50064-5" />
<display value="Ideal body weight" />
</coding>
<system value="urn:iso:std:iso:11073:10101" />
<code value="188796" />
<display value="MDC_MASS_BODY_EST_IBW" />
</coding>
</code>
<reference value="Patient/PatientinMusterfrau" />
</subject>
<start value="2019-12-23T09:30:10+01:00" />
<end value="2019-12-23T10:30:10+01:00" />
</effectivePeriod>
<value value="70" />
<unit value="kilogram" />
<system value="http://unitsofmeasure.org" />
<code value="kg" />
</valueQuantity>
</Observation>
{
"resourceType": "Observation",
"id": "Ideales-Koerpergewicht",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-ideales-koerpergewicht"
]
},
{
"coding": [
{
"code": "vital-signs",
"system": "http://terminology.hl7.org/CodeSystem/observation-category"
}
]
}
],
"code": {
"coding": [
{
"code": "170804003",
"system": "http://snomed.info/sct",
"display": "Ideal body weight"
},
{
"code": "50064-5",
"system": "http://loinc.org",
"display": "Ideal body weight"
},
{
"code": "188796",
"system": "urn:iso:std:iso:11073:10101",
"display": "MDC_MASS_BODY_EST_IBW"
}
]
},
"system": "http://unitsofmeasure.org",
"code": "kg",
"unit": "kilogram",
"value": 70
},
"status": "final",
"subject": {
"reference": "Patient/PatientinMusterfrau"
},
"start": "2019-12-23T09:30:10+01:00",
"end": "2019-12-23T10:30:10+01:00"
}
}