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

HdBe-BodyHeight-01 example

{
    "resourceType": "Observation",
    "id": "HdBe-BodyHeight-01",
    "meta": {
        "profile":  [
            "https://fhir.healthdata.be/StructureDefinition/HdBe-BodyHeight"
        ]
    },
    "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": "8302-2",
                "display": "Body height"
            }
        ]
    },
    "subject": {
        "reference": "Patient/HdBe-Patient-01",
        "type": "Patient",
        "display": "Belle Ulijn"
    },
    "effectiveDateTime": "2022-01-02",
    "valueQuantity": {
        "value": 165,
        "unit": "cm",
        "system": "http://unitsofmeasure.org",
        "code": "cm"
    },
    "note":  [
        {
            "text": "The patient was wearing shoes."
        }
    ],
    "component":  [
        {
            "code": {
                "coding":  [
                    {
                        "system": "http://snomed.info/sct",
                        "code": "425260001",
                        "display": "Body position for height measurement"
                    }
                ]
            },
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://snomed.info/sct",
                        "code": "10904000",
                        "display": "Orthostatic body position"
                    }
                ]
            }
        }
    ]
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="HdBe-BodyHeight-01" />
    <meta>
        <profile value="https://fhir.healthdata.be/StructureDefinition/HdBe-BodyHeight" />
    </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="8302-2" />
            <display value="Body height" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/HdBe-Patient-01" />
        <type value="Patient" />
        <display value="Belle Ulijn" />
    </subject>
    <effectiveDateTime value="2022-01-02" />
    <valueQuantity>
        <value value="165.0" />
        <unit value="cm" />
        <system value="http://unitsofmeasure.org" />
        <code value="cm" />
    </valueQuantity>
    <note>
        <text value="The patient was wearing shoes." />
    </note>
    <component>
        <code>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="425260001" />
                <display value="Body position for height measurement" />
            </coding>
        </code>
        <valueCodeableConcept>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="10904000" />
                <display value="Orthostatic body position" />
            </coding>
        </valueCodeableConcept>
    </component>
</Observation>
Observation
Observation.id[0]HdBe-BodyHeight-01
Observation.meta[0].profile[0]https://fhir.healthdata.be/StructureDefinition/HdBe-BodyHeight
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]8302-2
Observation.code[0].coding[0].display[0]Body height
Observation.subject[0].reference[0]Patient/HdBe-Patient-01
Observation.subject[0].type[0]Patient
Observation.subject[0].display[0]Belle Ulijn
Observation.effective[0]2022-01-02
Observation.value[0].value[0]165.0
Observation.value[0].unit[0]cm
Observation.value[0].system[0]http://unitsofmeasure.org
Observation.value[0].code[0]cm
Observation.note[0].text[0]The patient was wearing shoes.
Observation.component[0].code[0].coding[0].system[0]http://snomed.info/sct
Observation.component[0].code[0].coding[0].code[0]425260001
Observation.component[0].code[0].coding[0].display[0]Body position for height measurement
Observation.component[0].value[0].coding[0].system[0]http://snomed.info/sct
Observation.component[0].value[0].coding[0].code[0]10904000
Observation.component[0].value[0].coding[0].display[0]Orthostatic body position