Beispiele

Observation
<Observation xmlns="http://hl7.org/fhir">
    <id value="ExampleISiKLaboruntersuchungSerumkreatinin1" />
    <meta>
        <profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungSerumkreatinin" />
    </meta>
    <status value="final" />
    <category>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
            <code value="laboratory" />
        </coding>
    </category>
    <code>
        <coding>
            <system value="http://loinc.org" />
            <code value="2160-0" />
        </coding>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="70901006" />
            <display value="Creatinine measurement" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/PatientinMusterfrau" />
    </subject>
    <effectiveDateTime value="2021-09-01T12:00:00Z" />
    <performer>
        <reference value="Practitioner/DrMedMusterarzt" />
    </performer>
    <valueQuantity>
        <value value="0.7" />
        <system value="http://unitsofmeasure.org" />
        <code value="mg/dL" />
    </valueQuantity>
    <referenceRange>
        <low>
            <value value="0.6" />
            <system value="http://unitsofmeasure.org" />
            <code value="mg/dL" />
        </low>
        <high>
            <value value="1.2" />
            <system value="http://unitsofmeasure.org" />
            <code value="mg/dL" />
        </high>
        <appliesTo>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="248152002" />
                <display value="female" />
            </coding>
        </appliesTo>
    </referenceRange>
</Observation>
{
    "resourceType": "Observation",
    "id": "ExampleISiKLaboruntersuchungSerumkreatinin1",
    "meta": {
        "profile":  [
            "https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungSerumkreatinin"
        ]
    },
    "category":  [
        {
            "coding":  [
                {
                    "code": "laboratory",
                    "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                }
            ]
        }
    ],
    "code": {
        "coding":  [
            {
                "system": "http://loinc.org",
                "code": "2160-0"
            },
            {
                "code": "70901006",
                "system": "http://snomed.info/sct",
                "display": "Creatinine measurement"
            }
        ]
    },
    "valueQuantity": {
        "system": "http://unitsofmeasure.org",
        "value": 0.7,
        "code": "mg/dL"
    },
    "referenceRange":  [
        {
            "low": {
                "system": "http://unitsofmeasure.org",
                "value": 0.6,
                "code": "mg/dL"
            },
            "high": {
                "system": "http://unitsofmeasure.org",
                "value": 1.2,
                "code": "mg/dL"
            },
            "appliesTo":  [
                {
                    "coding":  [
                        {
                            "code": "248152002",
                            "system": "http://snomed.info/sct",
                            "display": "female"
                        }
                    ]
                }
            ]
        }
    ],
    "status": "final",
    "subject": {
        "reference": "Patient/PatientinMusterfrau"
    },
    "performer":  [
        {
            "reference": "Practitioner/DrMedMusterarzt"
        }
    ],
    "effectiveDateTime": "09/01/2021 12:00:00"
}