TestPraepBeispiel

Ressourcentyp: Observation

Beispiel des Datensatzes des Tests zur Präpositionsbildung

Observation
{
    "resourceType": "Observation",
    "id": "TestPraepBeispiel",
    "meta": {
        "profile":  [
            "https://www.oegd.de/fhir/seu/StructureDefinition/TestPraep"
        ]
    },
    "status": "final",
    "code": {
        "coding":  [
            {
                "code": "praep",
                "system": "https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS",
                "display": "SOPESS-Präpositionen"
            }
        ]
    },
    "referenceRange":  [
        {
            "low": {
                "value": 0,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 4,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "263654008",
                        "system": "http://snomed.info/sct",
                        "display": "Abnormal (qualifier value)"
                    }
                ]
            }
        },
        {
            "low": {
                "value": 5,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 5,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "17621005",
                        "system": "http://snomed.info/sct",
                        "display": "Borderline (qualifier value)"
                    }
                ]
            }
        },
        {
            "low": {
                "value": 6,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 8,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "263654008",
                        "system": "http://snomed.info/sct",
                        "display": "Normal (qualifier value)"
                    }
                ]
            }
        }
    ],
    "subject": {
        "reference": "Patient/PersonBeispiel"
    },
    "effectiveDateTime": "2023-01-01",
    "valueQuantity": {
        "value": 5,
        "code": "1",
        "system": "http://unitsofmeasure.org",
        "unit": "Punktwert"
    }
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="TestPraepBeispiel" />
    <meta>
        <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/TestPraep" />
    </meta>
    <status value="final" />
    <code>
        <coding>
            <system value="https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS" />
            <code value="praep" />
            <display value="SOPESS-Pr&#228;positionen" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/PersonBeispiel" />
    </subject>
    <effectiveDateTime value="2023-01-01" />
    <valueQuantity>
        <value value="5" />
        <unit value="Punktwert" />
        <system value="http://unitsofmeasure.org" />
        <code value="1" />
    </valueQuantity>
    <referenceRange>
        <low>
            <value value="0" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="4" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="263654008" />
                <display value="Abnormal (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
    <referenceRange>
        <low>
            <value value="5" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="5" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="17621005" />
                <display value="Borderline (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
    <referenceRange>
        <low>
            <value value="6" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="8" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="263654008" />
                <display value="Normal (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
</Observation>