Magentus Practice Management FHIR Implementation Guide
1.2.60 - ci-build Australia flag

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

: EOrders Allergy Intolerance - Penicillin Example - JSON Representation

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "eorders-allergy-penicillin-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> Penicillins</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> High</p><p><b>Reaction:</b> Anaphylactoid reaction</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" : "high",
  "code" : {
    "text" : "Penicillins"
  },
  "patient" : {
    🔗 "reference" : "Patient/1078d551-7be2-49f7-a122-c230b8757f2f"
  },
  "recordedDate" : "2024-01-15",
  "reaction" : [
    {
      "manifestation" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "35001004",
              "display" : "Anaphylactoid reaction"
            }
          ],
          "text" : "Anaphylactoid reaction"
        }
      ],
      "severity" : "severe"
    }
  ]
}