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

HdBe-AlcoholUse-01 example

{
    "resourceType": "Observation",
    "id": "HdBe-AlcoholUse-01",
    "meta": {
        "profile":  [
            "https://fhir.healthdata.be/StructureDefinition/HdBe-AlcoholUse"
        ]
    },
    "status": "final",
    "code": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "228273003",
                "display": "Finding relating to alcohol drinking behavior"
            }
        ]
    },
    "subject": {
        "reference": "Patient/HdBe-Patient-01",
        "type": "Patient",
        "display": "Belle Ulijn"
    },
    "effectivePeriod": {
        "start": "1995-01-01"
    },
    "valueCodeableConcept": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "219006",
                "display": "Current drinker"
            }
        ]
    },
    "note":  [
        {
            "text": "Drinks mostly in weekends."
        }
    ],
    "component":  [
        {
            "code": {
                "coding":  [
                    {
                        "system": "http://snomed.info/sct",
                        "code": "897148007",
                        "display": "Alcoholic beverage intake"
                    }
                ]
            },
            "valueQuantity": {
                "value": 3,
                "unit": "eenheden per dag",
                "system": "http://unitsofmeasure.org",
                "code": "{eenheden per dag}"
            }
        }
    ]
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="HdBe-AlcoholUse-01" />
    <meta>
        <profile value="https://fhir.healthdata.be/StructureDefinition/HdBe-AlcoholUse" />
    </meta>
    <status value="final" />
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="228273003" />
            <display value="Finding relating to alcohol drinking behavior" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/HdBe-Patient-01" />
        <type value="Patient" />
        <display value="Belle Ulijn" />
    </subject>
    <effectivePeriod>
        <start value="1995-01-01" />
    </effectivePeriod>
    <valueCodeableConcept>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="219006" />
            <display value="Current drinker" />
        </coding>
    </valueCodeableConcept>
    <note>
        <text value="Drinks mostly in weekends." />
    </note>
    <component>
        <code>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="897148007" />
                <display value="Alcoholic beverage intake" />
            </coding>
        </code>
        <valueQuantity>
            <value value="3.0" />
            <unit value="eenheden per dag" />
            <system value="http://unitsofmeasure.org" />
            <code value="{eenheden per dag}" />
        </valueQuantity>
    </component>
</Observation>
Observation
Observation.id[0]HdBe-AlcoholUse-01
Observation.meta[0].profile[0]https://fhir.healthdata.be/StructureDefinition/HdBe-AlcoholUse
Observation.status[0]final
Observation.code[0].coding[0].system[0]http://snomed.info/sct
Observation.code[0].coding[0].code[0]228273003
Observation.code[0].coding[0].display[0]Finding relating to alcohol drinking behavior
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].start[0]1995-01-01
Observation.value[0].coding[0].system[0]http://snomed.info/sct
Observation.value[0].coding[0].code[0]219006
Observation.value[0].coding[0].display[0]Current drinker
Observation.note[0].text[0]Drinks mostly in weekends.
Observation.component[0].code[0].coding[0].system[0]http://snomed.info/sct
Observation.component[0].code[0].coding[0].code[0]897148007
Observation.component[0].code[0].coding[0].display[0]Alcoholic beverage intake
Observation.component[0].value[0].value[0]3.0
Observation.component[0].value[0].unit[0]eenheden per dag
Observation.component[0].value[0].system[0]http://unitsofmeasure.org
Observation.component[0].value[0].code[0]{eenheden per dag}