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

HdBe-HearingFunction-01 example

{
    "resourceType": "Observation",
    "id": "HdBe-HearingFunction-01",
    "meta": {
        "profile":  [
            "https://fhir.healthdata.be/StructureDefinition/HdBe-HearingFunction"
        ]
    },
    "status": "final",
    "code": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "47078008",
                "display": "Hearing"
            }
        ]
    },
    "subject": {
        "reference": "Patient/HdBe-Patient-01",
        "type": "Patient",
        "display": "Belle Ulijn"
    },
    "effectiveDateTime": "2022-01-13T12:00:00+02:00",
    "valueCodeableConcept": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "15188001",
                "display": "Hearing loss"
            }
        ]
    },
    "note":  [
        {
            "text": "By articulating clearly and speaking slowly, the patient can understand reasonably well"
        }
    ]
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="HdBe-HearingFunction-01" />
    <meta>
        <profile value="https://fhir.healthdata.be/StructureDefinition/HdBe-HearingFunction" />
    </meta>
    <status value="final" />
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="47078008" />
            <display value="Hearing" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/HdBe-Patient-01" />
        <type value="Patient" />
        <display value="Belle Ulijn" />
    </subject>
    <effectiveDateTime value="2022-01-13T12:00:00+02:00" />
    <valueCodeableConcept>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="15188001" />
            <display value="Hearing loss" />
        </coding>
    </valueCodeableConcept>
    <note>
        <text value="By articulating clearly and speaking slowly, the patient can understand reasonably well" />
    </note>
</Observation>
Observation
Observation.id[0]HdBe-HearingFunction-01
Observation.meta[0].profile[0]https://fhir.healthdata.be/StructureDefinition/HdBe-HearingFunction
Observation.status[0]final
Observation.code[0].coding[0].system[0]http://snomed.info/sct
Observation.code[0].coding[0].code[0]47078008
Observation.code[0].coding[0].display[0]Hearing
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-13T12:00:00+02:00
Observation.value[0].coding[0].system[0]http://snomed.info/sct
Observation.value[0].coding[0].code[0]15188001
Observation.value[0].coding[0].display[0]Hearing loss
Observation.note[0].text[0]By articulating clearly and speaking slowly, the patient can understand reasonably well