HL7 FHIR Malaysia Core (MY Core) Implementation Guide
2.0.0 - ci-build

HL7 FHIR Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example-allergyintolerance - JSON Representation

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "example-allergyintolerance",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2022-09-26T11:35:09.662+08:00",
    "source" : "http://provider.hie.moh.gov.my#X7M3necTWKv7wCet",
    "profile" : [
      🔗 "http://fhir.hie.moh.gov.my/StructureDefinition/AllergyIntolerance-my-core"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance example-allergyintolerance</b></p><a name=\"example-allergyintolerance\"> </a><a name=\"hcexample-allergyintolerance\"> </a><a name=\"example-allergyintolerance-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; Last updated: 2022-09-26 11:35:09+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://provider.hie.moh.gov.my#X7M3necTWKv7wCet\">http://provider.hie.moh.gov.my#X7M3necTWKv7wCet</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-AllergyIntolerance-my-core.html\">AllergyIntolerance (MY Core)</a></p></div><p><b>ExtensionFormularyBoolean (MY Core)</b>: true</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>category</b>: Medication</p><p><b>code</b>: <span title=\"Codes:\">Paracetamol + Codeine</span></p><p><b>patient</b>: <a href=\"Patient/f31a721a-ca26-44a2-851e-f11b255115ea\">Patient/f31a721a-ca26-44a2-851e-f11b255115ea</a></p><p><b>encounter</b>: <a href=\"Encounter/a9e1f898-e245-45b8-a371-b55376767bf9\">Encounter/a9e1f898-e245-45b8-a371-b55376767bf9</a></p><p><b>recordedDate</b>: 2022-09-26 03:35:09+0000</p><p><b>recorder</b>: <a href=\"PractitionerRole/5a17665a-cb2f-4bb8-b900-e24a631c72c0/_history/5\">PractitionerRole/5a17665a-cb2f-4bb8-b900-e24a631c72c0/_history/5</a></p><p><b>asserter</b>: <a href=\"PractitionerRole/5a17665a-cb2f-4bb8-b900-e24a631c72c0\">PractitionerRole/5a17665a-cb2f-4bb8-b900-e24a631c72c0</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.hie.moh.gov.my/StructureDefinition/formulary-boolean-my-core",
      "valueBoolean" : true
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code" : "active",
        "display" : "Active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "version" : "4.0.1",
        "code" : "confirmed",
        "display" : "Confirmed"
      }
    ]
  },
  "category" : [
    "medication"
  ],
  "code" : {
    "text" : "Paracetamol + Codeine"
  },
  "patient" : {
    "reference" : "Patient/f31a721a-ca26-44a2-851e-f11b255115ea"
  },
  "encounter" : {
    "reference" : "Encounter/a9e1f898-e245-45b8-a371-b55376767bf9"
  },
  "recordedDate" : "2022-09-26T03:35:09.322Z",
  "recorder" : {
    "reference" : "PractitionerRole/5a17665a-cb2f-4bb8-b900-e24a631c72c0/_history/5"
  },
  "asserter" : {
    "reference" : "PractitionerRole/5a17665a-cb2f-4bb8-b900-e24a631c72c0"
  }
}