Beispiele

Observation
<Observation xmlns="http://hl7.org/fhir">
    <id value="ISiKBlutdruckSystemischArteriellExample" />
    <meta>
        <profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKBlutdruckSystemischArteriell" />
    </meta>
    <status value="final" />
    <category>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
            <code value="vital-signs" />
            <display value="Vital Signs" />
        </coding>
    </category>
    <code>
        <coding>
            <system value="http://loinc.org" />
            <code value="85354-9" />
            <display value="Blood pressure panel with all children optional" />
        </coding>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="75367002" />
            <display value="Blood pressure" />
        </coding>
        <coding>
            <system value="urn:iso:std:iso:11073:10101" />
            <code value="150016" />
            <display value="MDC_PRESS_BLD" />
        </coding>
        <text value="Systolischer und Diastolischer Blutdruck" />
    </code>
    <subject>
        <reference value="Patient/PatientinMusterfrau" />
    </subject>
    <effectiveDateTime value="2012-09-17" />
    <performer>
        <reference value="Practitioner/example" />
    </performer>
    <interpretation>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" />
            <code value="L" />
            <display value="low" />
        </coding>
        <text value="Below low normal" />
    </interpretation>
    <bodySite>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="368209003" />
            <display value="Right arm" />
        </coding>
    </bodySite>
    <component>
        <code>
            <coding>
                <system value="urn:iso:std:iso:11073:10101" />
                <code value="150017" />
                <display value="MDC_PRESS_BLD_SYS" />
            </coding>
            <coding>
                <system value="http://snomed.info/sct" />
                <version value="http://snomed.info/sct/11000274103" />
                <code value="271649006" />
                <display value="Systolischer Blutdruck" />
            </coding>
            <coding>
                <system value="http://loinc.org" />
                <code value="8480-6" />
            </coding>
        </code>
        <valueQuantity>
            <value value="107" />
            <unit value="mmHg" />
            <system value="http://unitsofmeasure.org" />
            <code value="mm[Hg]" />
        </valueQuantity>
    </component>
    <component>
        <code>
            <coding>
                <system value="urn:iso:std:iso:11073:10101" />
                <code value="150018" />
                <display value="MDC_PRESS_BLD_DIA" />
            </coding>
            <coding>
                <system value="http://snomed.info/sct" />
                <version value="http://snomed.info/sct/11000274103" />
                <code value="271650006" />
                <display value="Diastolischer Blutdruck" />
            </coding>
            <coding>
                <system value="http://loinc.org" />
                <code value="8462-4" />
            </coding>
        </code>
        <valueQuantity>
            <value value="60" />
            <unit value="mmHg" />
            <system value="http://unitsofmeasure.org" />
            <code value="mm[Hg]" />
        </valueQuantity>
    </component>
    <component>
        <code>
            <coding>
                <system value="urn:iso:std:iso:11073:10101" />
                <code value="150019" />
                <display value="MDC_PRESS_BLD_MEAN" />
            </coding>
            <coding>
                <system value="http://snomed.info/sct" />
                <version value="http://snomed.info/sct/11000274103" />
                <code value="6797001" />
                <display value="Mittlerer arterieller Druck" />
            </coding>
            <coding>
                <system value="http://loinc.org" />
                <code value="8478-0" />
            </coding>
        </code>
        <valueQuantity>
            <value value="80" />
            <unit value="mmHg" />
            <system value="http://unitsofmeasure.org" />
            <code value="mm[Hg]" />
        </valueQuantity>
    </component>
</Observation>
{
    "resourceType": "Observation",
    "id": "ISiKBlutdruckSystemischArteriellExample",
    "meta": {
        "profile":  [
            "https://gematik.de/fhir/isik/StructureDefinition/ISiKBlutdruckSystemischArteriell"
        ]
    },
    "category":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                    "code": "vital-signs",
                    "display": "Vital Signs"
                }
            ]
        }
    ],
    "code": {
        "coding":  [
            {
                "system": "http://loinc.org",
                "code": "85354-9",
                "display": "Blood pressure panel with all children optional"
            },
            {
                "system": "http://snomed.info/sct",
                "code": "75367002",
                "display": "Blood pressure"
            },
            {
                "code": "150016",
                "system": "urn:iso:std:iso:11073:10101",
                "display": "MDC_PRESS_BLD"
            }
        ],
        "text": "Systolischer und Diastolischer Blutdruck"
    },
    "component":  [
        {
            "code": {
                "coding":  [
                    {
                        "code": "150017",
                        "system": "urn:iso:std:iso:11073:10101",
                        "display": "MDC_PRESS_BLD_SYS"
                    },
                    {
                        "code": "271649006",
                        "system": "http://snomed.info/sct",
                        "display": "Systolischer Blutdruck",
                        "version": "http://snomed.info/sct/11000274103"
                    },
                    {
                        "system": "http://loinc.org",
                        "code": "8480-6"
                    }
                ]
            },
            "valueQuantity": {
                "system": "http://unitsofmeasure.org",
                "code": "mm[Hg]",
                "value": 107,
                "unit": "mmHg"
            }
        },
        {
            "code": {
                "coding":  [
                    {
                        "code": "150018",
                        "system": "urn:iso:std:iso:11073:10101",
                        "display": "MDC_PRESS_BLD_DIA"
                    },
                    {
                        "code": "271650006",
                        "system": "http://snomed.info/sct",
                        "display": "Diastolischer Blutdruck",
                        "version": "http://snomed.info/sct/11000274103"
                    },
                    {
                        "system": "http://loinc.org",
                        "code": "8462-4"
                    }
                ]
            },
            "valueQuantity": {
                "system": "http://unitsofmeasure.org",
                "code": "mm[Hg]",
                "value": 60,
                "unit": "mmHg"
            }
        },
        {
            "code": {
                "coding":  [
                    {
                        "code": "150019",
                        "system": "urn:iso:std:iso:11073:10101",
                        "display": "MDC_PRESS_BLD_MEAN"
                    },
                    {
                        "code": "6797001",
                        "system": "http://snomed.info/sct",
                        "display": "Mittlerer arterieller Druck",
                        "version": "http://snomed.info/sct/11000274103"
                    },
                    {
                        "system": "http://loinc.org",
                        "code": "8478-0"
                    }
                ]
            },
            "valueQuantity": {
                "system": "http://unitsofmeasure.org",
                "code": "mm[Hg]",
                "value": 80,
                "unit": "mmHg"
            }
        }
    ],
    "status": "final",
    "subject": {
        "reference": "Patient/PatientinMusterfrau"
    },
    "effectiveDateTime": "2012-09-17",
    "performer":  [
        {
            "reference": "Practitioner/example"
        }
    ],
    "interpretation":  [
        {
            "coding":  [
                {
                    "code": "L",
                    "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
                    "display": "low"
                }
            ],
            "text": "Below low normal"
        }
    ],
    "bodySite": {
        "coding":  [
            {
                "code": "368209003",
                "system": "http://snomed.info/sct",
                "display": "Right arm"
            }
        ]
    }
}