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

HdBe-AllergyIntolerance-01 example

{
    "resourceType": "AllergyIntolerance",
    "id": "HdBe-AllergyIntolerance-01",
    "meta": {
        "profile":  [
            "https://fhir.healthdata.be/StructureDefinition/HdBe-AllergyIntolerance"
        ]
    },
    "clinicalStatus": {
        "coding":  [
            {
                "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
                "code": "active",
                "display": "Active"
            }
        ]
    },
    "category":  [
        "food"
    ],
    "criticality": "high",
    "_criticality": {
        "extension":  [
            {
                "url": "https://fhir.healthdata.be/StructureDefinition/ext-CodeSpecification",
                "valueCodeableConcept": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "24484000",
                            "display": "Severe"
                        }
                    ]
                }
            }
        ]
    },
    "code": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "419442005",
                "display": "Ethanol"
            }
        ]
    },
    "patient": {
        "reference": "Patient/HdBe-Patient-01",
        "type": "Patient",
        "display": "Belle Ulijn"
    },
    "onsetDateTime": "2010",
    "lastOccurrence": "2019-04-21",
    "note":  [
        {
            "text": "Allergic reactions seems to get more severe over time."
        }
    ],
    "reaction":  [
        {
            "manifestation":  [
                {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "126485001",
                            "display": "Urticaria"
                        }
                    ]
                }
            ],
            "onset": "2019-04-21",
            "severity": "severe",
            "exposureRoute": {
                "coding":  [
                    {
                        "system": "http://snomed.info/sct",
                        "code": "26643006",
                        "display": "Oral route"
                    }
                ]
            }
        }
    ]
}
<AllergyIntolerance xmlns="http://hl7.org/fhir">
    <id value="HdBe-AllergyIntolerance-01" />
    <meta>
        <profile value="https://fhir.healthdata.be/StructureDefinition/HdBe-AllergyIntolerance" />
    </meta>
    <clinicalStatus>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" />
            <code value="active" />
            <display value="Active" />
        </coding>
    </clinicalStatus>
    <category value="food" />
    <criticality value="high">
        <extension url="https://fhir.healthdata.be/StructureDefinition/ext-CodeSpecification">
            <valueCodeableConcept>
                <coding>
                    <system value="http://snomed.info/sct" />
                    <code value="24484000" />
                    <display value="Severe" />
                </coding>
            </valueCodeableConcept>
        </extension>
    </criticality>
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="419442005" />
            <display value="Ethanol" />
        </coding>
    </code>
    <patient>
        <reference value="Patient/HdBe-Patient-01" />
        <type value="Patient" />
        <display value="Belle Ulijn" />
    </patient>
    <onsetDateTime value="2010" />
    <lastOccurrence value="2019-04-21" />
    <note>
        <text value="Allergic reactions seems to get more severe over time." />
    </note>
    <reaction>
        <manifestation>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="126485001" />
                <display value="Urticaria" />
            </coding>
        </manifestation>
        <onset value="2019-04-21" />
        <severity value="severe" />
        <exposureRoute>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="26643006" />
                <display value="Oral route" />
            </coding>
        </exposureRoute>
    </reaction>
</AllergyIntolerance>
AllergyIntolerance
AllergyIntolerance.id[0]HdBe-AllergyIntolerance-01
AllergyIntolerance.meta[0].profile[0]https://fhir.healthdata.be/StructureDefinition/HdBe-AllergyIntolerance
AllergyIntolerance.clinicalStatus[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical
AllergyIntolerance.clinicalStatus[0].coding[0].code[0]active
AllergyIntolerance.clinicalStatus[0].coding[0].display[0]Active
AllergyIntolerance.category[0]food
AllergyIntolerance.criticality[0]high
AllergyIntolerance.criticality[0].extension[0].url[0]https://fhir.healthdata.be/StructureDefinition/ext-CodeSpecification
AllergyIntolerance.criticality[0].extension[0].value[0].coding[0].system[0]http://snomed.info/sct
AllergyIntolerance.criticality[0].extension[0].value[0].coding[0].code[0]24484000
AllergyIntolerance.criticality[0].extension[0].value[0].coding[0].display[0]Severe
AllergyIntolerance.code[0].coding[0].system[0]http://snomed.info/sct
AllergyIntolerance.code[0].coding[0].code[0]419442005
AllergyIntolerance.code[0].coding[0].display[0]Ethanol
AllergyIntolerance.patient[0].reference[0]Patient/HdBe-Patient-01
AllergyIntolerance.patient[0].type[0]Patient
AllergyIntolerance.patient[0].display[0]Belle Ulijn
AllergyIntolerance.onset[0]2010
AllergyIntolerance.lastOccurrence[0]2019-04-21
AllergyIntolerance.note[0].text[0]Allergic reactions seems to get more severe over time.
AllergyIntolerance.reaction[0].manifestation[0].coding[0].system[0]http://snomed.info/sct
AllergyIntolerance.reaction[0].manifestation[0].coding[0].code[0]126485001
AllergyIntolerance.reaction[0].manifestation[0].coding[0].display[0]Urticaria
AllergyIntolerance.reaction[0].onset[0]2019-04-21
AllergyIntolerance.reaction[0].severity[0]severe
AllergyIntolerance.reaction[0].exposureRoute[0].coding[0].system[0]http://snomed.info/sct
AllergyIntolerance.reaction[0].exposureRoute[0].coding[0].code[0]26643006
AllergyIntolerance.reaction[0].exposureRoute[0].coding[0].display[0]Oral route