IL Core Implementation Guide
0.18.0 - draft
Publication Build: This will be filled in by the publication tooling
{
"resourceType" : "AllergyIntolerance",
"id" : "allergyIntolerance-no-known-allergy",
"meta" : {
"profile" : [
🔗 "http://fhir.health.gov.il/StructureDefinition/il-core-allergy-intolerance"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">No Known Allergies</div>"
},
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code" : "active"
}
]
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code" : "confirmed"
}
]
},
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "716186003",
"display" : "No known allergy"
}
]
},
"patient" : {
🔗 "reference" : "Patient/patient-israeli-with-two-identifiers"
}
}