My Health Record FHIR IG
1.2.0 - active Australia flag

My Health Record FHIR IG - Local Development build (v1.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Sulfonamide allergy - JSON Representation

Raw json | Download


{
  "resourceType" : "AllergyIntolerance",
  "id" : "sulfonamide-01",
  "meta" : {
    "profile" : [
      🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-allergyintolerance-mcv-1"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance sulfonamide-01</b></p><a name=\"sulfonamide-01\"> </a><a name=\"hcsulfonamide-01\"> </a><a name=\"sulfonamide-01-en-AU\"> </a><p><b>MHR AllergyIntolerance Detailed Type</b>: <span title=\"Codes:{http://snomed.info/sct 419076005}\">Allergic reaction</span></p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 763875007}\">sulfonamide antibacterial</span></p><p><b>patient</b>: <a href=\"Patient-broadway-mike.html\">Mike Broadway  Male, DoB: 1967-04-12 ( IHI:\u00a0Austalian Healthcare Identifier - Individual#8003608166895854)</a></p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manifestation</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 271807003}\">skin rash</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-mhr-allergyintolerance-detailed-type-1",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "419076005",
            "display" : "Allergic reaction"
          }
        ]
      }
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code" : "active",
        "display" : "Active"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "763875007",
        "display" : "Sulfonamide-containing product"
      }
    ],
    "text" : "sulfonamide antibacterial"
  },
  "patient" : {
    🔗 "reference" : "Patient/broadway-mike"
  },
  "reaction" : [
    {
      "manifestation" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "271807003",
              "display" : "Rash"
            }
          ],
          "text" : "skin rash"
        }
      ]
    }
  ]
}