Beispiele

Observation
<Observation xmlns="http://hl7.org/fhir">
    <id value="Koerpertemperatur-Harnblase" />
    <meta>
        <profile value="https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-koerpertemperatur-harnblase" />
    </meta>
    <status value="final" />
    <category>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
            <code value="vital-signs" />
        </coding>
    </category>
    <code>
        <coding>
            <system value="http://loinc.org" />
            <code value="8310-5" />
        </coding>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="698832009" />
            <display value="Core body temperature measured at urinary bladder" />
        </coding>
        <coding>
            <system value="http://loinc.org" />
            <code value="8329-5" />
        </coding>
        <coding>
            <system value="http://loinc.org" />
            <code value="8334-5" />
            <display value="Body temperature - Urinary bladder" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/PatientinMusterfrau" />
    </subject>
    <effectivePeriod>
        <start value="2019-12-23T09:30:10+01:00" />
        <end value="2019-12-23T10:30:10+01:00" />
    </effectivePeriod>
    <valueQuantity>
        <value value="37" />
        <unit value="degree Celsius" />
        <system value="http://unitsofmeasure.org" />
        <code value="Cel" />
    </valueQuantity>
    <bodySite>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="89837001" />
            <display value="Urinary bladder structure (body structure)" />
        </coding>
    </bodySite>
</Observation>
{
    "resourceType": "Observation",
    "id": "Koerpertemperatur-Harnblase",
    "meta": {
        "profile":  [
            "https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-koerpertemperatur-harnblase"
        ]
    },
    "category":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                    "code": "vital-signs"
                }
            ]
        }
    ],
    "code": {
        "coding":  [
            {
                "system": "http://loinc.org",
                "code": "8310-5"
            },
            {
                "code": "698832009",
                "system": "http://snomed.info/sct",
                "display": "Core body temperature measured at urinary bladder"
            },
            {
                "code": "8329-5",
                "system": "http://loinc.org"
            },
            {
                "code": "8334-5",
                "system": "http://loinc.org",
                "display": "Body temperature - Urinary bladder"
            }
        ]
    },
    "valueQuantity": {
        "system": "http://unitsofmeasure.org",
        "code": "Cel",
        "value": 37,
        "unit": "degree Celsius"
    },
    "bodySite": {
        "coding":  [
            {
                "code": "89837001",
                "system": "http://snomed.info/sct",
                "display": "Urinary bladder structure (body structure)"
            }
        ]
    },
    "status": "final",
    "subject": {
        "reference": "Patient/PatientinMusterfrau"
    },
    "effectivePeriod": {
        "start": "12/23/2019 08:30:10",
        "end": "12/23/2019 09:30:10"
    }
}