Magentus Practice Management FHIR Implementation Guide
1.2.60 - ci-build
Magentus Practice Management FHIR Implementation Guide - Local Development build (v1.2.60) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "AllergyIntolerance",
"id" : "eorders-allergy-erythromycin-example",
"meta" : {
"profile" : [
🔗 "http://fhir.geniesolutions.io/StructureDefinition/eorders-allergyintolerance"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Allergy/Intolerance:</b> Erythromycin</p><p><b>Clinical Status:</b> Active</p><p><b>Verification Status:</b> Confirmed</p><p><b>Type:</b> Allergy</p><p><b>Category:</b> Medication</p><p><b>Criticality:</b> Low</p><p><b>Reaction:</b> Rash</p></div>"
},
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code" : "active",
"display" : "Active"
}
]
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code" : "confirmed",
"display" : "Confirmed"
}
]
},
"type" : "allergy",
"category" : [
"medication"
],
"criticality" : "low",
"code" : {
"text" : "Erythromycin"
},
"patient" : {
🔗 "reference" : "Patient/1078d551-7be2-49f7-a122-c230b8757f2f"
},
"recordedDate" : "2024-01-15",
"reaction" : [
{
"manifestation" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "271807003",
"display" : "Eruption of skin (disorder)"
}
],
"text" : "Rash"
}
],
"severity" : "mild"
}
]
}