Important: This is a draft IG for trial use. Click here to give feedback.

HdBe-BodyTemperature-02 example

{
    "resourceType": "Observation",
    "id": "HdBe-BodyTemperature-02",
    "meta": {
        "profile":  [
            "https://fhir.healthdata.be/StructureDefinition/HdBe-BodyTemperature"
        ]
    },
    "status": "final",
    "category":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                    "code": "vital-signs",
                    "display": "Vital Signs"
                }
            ]
        }
    ],
    "code": {
        "coding":  [
            {
                "system": "http://loinc.org",
                "code": "8310-5",
                "display": "Body temperature"
            },
            {
                "system": "http://snomed.info/sct",
                "code": "415882003",
                "display": "Axillary temperature"
            }
        ]
    },
    "subject": {
        "reference": "Patient/HdBe-Patient-02",
        "type": "Patient",
        "display": "Belle Ulijn"
    },
    "effectiveDateTime": "2022-02-02",
    "valueQuantity": {
        "value": 38.1,
        "unit": "Cel",
        "system": "http://unitsofmeasure.org",
        "code": "Cel"
    },
    "note":  [
        {
            "text": "Patient was vaccinated 2 days ago (influenza)"
        }
    ]
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="HdBe-BodyTemperature-02" />
    <meta>
        <profile value="https://fhir.healthdata.be/StructureDefinition/HdBe-BodyTemperature" />
    </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="8310-5" />
            <display value="Body temperature" />
        </coding>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="415882003" />
            <display value="Axillary temperature" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/HdBe-Patient-02" />
        <type value="Patient" />
        <display value="Belle Ulijn" />
    </subject>
    <effectiveDateTime value="2022-02-02" />
    <valueQuantity>
        <value value="38.1" />
        <unit value="Cel" />
        <system value="http://unitsofmeasure.org" />
        <code value="Cel" />
    </valueQuantity>
    <note>
        <text value="Patient was vaccinated 2 days ago (influenza)" />
    </note>
</Observation>
Observation
Observation.id[0]HdBe-BodyTemperature-02
Observation.meta[0].profile[0]https://fhir.healthdata.be/StructureDefinition/HdBe-BodyTemperature
Observation.status[0]final
Observation.category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/observation-category
Observation.category[0].coding[0].code[0]vital-signs
Observation.category[0].coding[0].display[0]Vital Signs
Observation.code[0].coding[0].system[0]http://loinc.org
Observation.code[0].coding[0].code[0]8310-5
Observation.code[0].coding[0].display[0]Body temperature
Observation.code[0].coding[1].system[0]http://snomed.info/sct
Observation.code[0].coding[1].code[0]415882003
Observation.code[0].coding[1].display[0]Axillary temperature
Observation.subject[0].reference[0]Patient/HdBe-Patient-02
Observation.subject[0].type[0]Patient
Observation.subject[0].display[0]Belle Ulijn
Observation.effective[0]2022-02-02
Observation.value[0].value[0]38.1
Observation.value[0].unit[0]Cel
Observation.value[0].system[0]http://unitsofmeasure.org
Observation.value[0].code[0]Cel
Observation.note[0].text[0]Patient was vaccinated 2 days ago (influenza)