Beispiele

Observation
<Observation xmlns="http://hl7.org/fhir">
<id value="ISiKKoerpergewichtExample" />
<profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKKoerpergewicht" />
</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="29463-7" />
<display value="Body weight" />
</coding>
<system value="http://snomed.info/sct" />
<code value="27113001" />
<display value="Body weight" />
</coding>
<system value="urn:iso:std:iso:11073:10101" />
<code value="188736" />
<display value="MDC_MASS_BODY_ACTUAL" />
</coding>
<text value="Körpergewicht" />
</code>
<reference value="Patient/PatientinMusterfrau" />
</subject>
<effectiveDateTime value="2020-10-11" />
<reference value="Practitioner/DrMustermann" />
</performer>
<value value="79" />
<unit value="kilogram" />
<system value="http://unitsofmeasure.org" />
<code value="kg" />
</valueQuantity>
</Observation>
{
"resourceType": "Observation",
"id": "ISiKKoerpergewichtExample",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/ISiKKoerpergewicht"
]
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "29463-7",
"display": "Body weight"
},
{
"system": "http://snomed.info/sct",
"code": "27113001",
"display": "Body weight"
},
{
"code": "188736",
"system": "urn:iso:std:iso:11073:10101",
"display": "MDC_MASS_BODY_ACTUAL"
}
],
"text": "Körpergewicht"
},
"system": "http://unitsofmeasure.org",
"value": 79,
"code": "kg",
"unit": "kilogram"
},
"status": "final",
"subject": {
"reference": "Patient/PatientinMusterfrau"
},
"effectiveDateTime": "2020-10-11",
{
"reference": "Practitioner/DrMustermann"
}
]
}