Medtech ALEX® Implementation Guide
0.0.1 - draft International flag

Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: allergyIntolerance-search-bundle-example - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "allergyIntolerance-search-bundle-example",
  "meta" : {
    "lastUpdated" : "2024-02-14T00:16:24.960+13:00",
    "profile" : [
      🔗 "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/allergyintolerance-search-bundle"
    ]
  },
  "type" : "searchset",
  "link" : [
    {
      "relation" : "self",
      "url" : "https://alexapi.medtechglobal.com.au/fhir/AllergyIntolerance?patient.identifier=https%3A%2F%2Fns.electronichealth.net.au%2Fns%2Fihi-id%7CABC2345"
    }
  ],
  "entry" : [
    {
      "fullUrl" : "https://alexapi.medtechglobal.com.au/fhir/AllergyIntolerance/1",
      "resource" : {
        "resourceType" : "AllergyIntolerance",
        "id" : "1",
        "meta" : {
          "versionId" : "1.0",
          "lastUpdated" : "2021-04-21T15:06:40.000+12:00"
        },
        "text" : {
          "status" : "extensions",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"AllergyIntolerance_1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance 1</b></p><a name=\"1\"> </a><a name=\"hc1\"> </a><a name=\"1-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1.0; Last updated: 2021-04-21 15:06:40+1200</p></div><p><b>Allergy Intolerance Type Extension</b>: <a href=\"CodeSystem-allergyintolerance-type.html#allergyintolerance-type-therapeutic\">Allergy Intolerance Type CodeSystem therapeutic</a>: Therapeutic</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>code</b>: <span title=\"Codes:{http://www.mims.com.au/codes 91930004}\">Acnem keratolytics and cleansers</span></p><p><b>patient</b>: <a href=\"https://alexapi.medtechglobal.com.au/fhir/Patient/14e52e16edb7a435bfa05e307afd008b\">Mr Patient Testing</a></p><p><b>onset</b>: 2021-04-21 15:06:23+1200</p><p><b>asserter</b>: <a href=\"Bundle-4f5e9b70-b98f-4af6-9a65-b55a1e845169.html#https-//alexapi.medtechglobal.com.au/fhir/Practitioner/9bf0832786e2293848942167532e0a91\">Dr Alex Api</a></p><p><b>note</b>: Allergic to Penicillins</p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Manifestation</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><span title=\"Codes:{https://alexapi.medtechglobal.com.au/fhir/CodeSystem/allergyintolerance-manifestation-code 116289008}\">Abdominal bloating</span></td></tr></table></div>"
        },
        "extension" : [
          {
            "url" : "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/allergyintolerance-type",
            "valueCoding" : {
              "system" : "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/allergyintolerance-type",
              "code" : "therapeutic"
            }
          }
        ],
        "clinicalStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
              "code" : "active"
            }
          ]
        },
        "verificationStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
              "code" : "confirmed",
              "display" : "Confirmed"
            }
          ]
        },
        "code" : {
          "coding" : [
            {
              "system" : "http://www.mims.com.au/codes",
              "code" : "91930004",
              "display" : "Acnem keratolytics and cleansers"
            }
          ]
        },
        "patient" : {
          "reference" : "https://alexapi.medtechglobal.com.au/fhir/Patient/14e52e16edb7a435bfa05e307afd008b",
          "display" : "Mr Patient Testing"
        },
        "onsetDateTime" : "2021-04-21T15:06:23.000+12:00",
        "asserter" : {
          "reference" : "https://alexapi.medtechglobal.com.au/fhir/Practitioner/9bf0832786e2293848942167532e0a91",
          "display" : "Dr Alex Api"
        },
        "note" : [
          {
            "text" : "Allergic to Penicillins"
          }
        ],
        "reaction" : [
          {
            "extension" : [
              {
                "url" : "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/allergyintolerance-reaction-type",
                "valueCoding" : {
                  "system" : "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/allergyintolerance-reaction-type",
                  "code" : "419076005",
                  "display" : "Allergic reaction"
                }
              }
            ],
            "manifestation" : [
              {
                "coding" : [
                  {
                    "system" : "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/allergyintolerance-manifestation-code",
                    "code" : "116289008",
                    "display" : "Abdominal bloating"
                  }
                ]
              }
            ]
          }
        ]
      },
      "search" : {
        "mode" : "match"
      }
    }
  ]
}