This page is part of the HL7 Belgium FHIR Specifications (v2020May: QA Preview) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions 
Source view
{
"resourceType" : "AllergyIntolerance",
"id" : "noel-allergy.v1",
"meta" : {
"profile" : [
"https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-allergyintolerance"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: noel-allergy.v1</p><p><b>meta</b>: </p><p><b>clinicalStatus</b>: Resolved <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical code 'resolved' = 'Resolved)</span></p><p><b>verificationStatus</b>: Refuted <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/allergyintolerance-verification code 'refuted' = 'Refuted)</span></p><p><b>type</b>: allergy</p><p><b>category</b>: medication</p><p><b>code</b>: Allergic to Penicillin antibacterial <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '373270004' = 'Substance with penicillin structure and antibacterial mechanism of action', given as 'Penicillin antibacterial'})</span></p><p><b>patient</b>: <a href=\"Patient-noel.html\">Generated Summary: id: noel; Social Beneficiary Identifier = 80010112344 (OFFICIAL); active; Noël Joyeux (OFFICIAL); noel.joyeux@belgium.be, ph: +322476792981(MOBILE), ph: +3226718655(HOME); gender: male; birthDate: 1980-01-10; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}, {https://www.ehealth.fgov.be/standards/fhir/CodeSystem/be-civilstate 20}\">Married</span></a></p><p><b>onset</b>: 01-Jan-2020 00:00:00</p><p><b>recordedDate</b>: 21-Feb-2020 04:58:00</p><p><b>recorder</b>: <a href=\"Practitioner-lenoir.html\">Generated Summary: id: lenoir; 60010112355 (OFFICIAL), 17535484332 (OFFICIAL); Katherine François (OFFICIAL); ph: 022675198(WORK), katherine.pulaski@enterprisehospital.be(WORK); gender: female; birthDate: 1979-12-11</a></p><p><b>note</b>: test results 21/02/2020</p><h3>Reactions</h3><table class=\"grid\"><tr><td>-</td><td><b>Manifestation</b></td></tr><tr><td>*</td><td>Urticaria <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '126485001' = 'Urticaria', given as 'Urticaria'})</span></td></tr></table></div>"
},
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code" : "resolved"
}
]
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code" : "refuted"
}
]
},
"type" : "allergy",
"category" : [
"medication"
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "373270004",
"display" : "Penicillin antibacterial"
}
],
"text" : "Allergic to Penicillin antibacterial"
},
"patient" : {
"reference" : "Patient/noel"
},
"onsetDateTime" : "2020",
"recordedDate" : "2020-02-21T14:58:00+11:00",
"recorder" : {
"reference" : "Practitioner/lenoir"
},
"note" : [
{
"text" : "test results 21/02/2020"
}
],
"reaction" : [
{
"manifestation" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "126485001",
"display" : "Urticaria"
}
]
}
]
}
]
}