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-allergy-mandatory-800 - JSON Representation

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "example-allergy-mandatory-800",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2023-09-21T12:21:38.475+08:00",
    "source" : "http://provider.hie.moh.gov.my",
    "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-allergy-mandatory-800</b></p><a name=\"example-allergy-mandatory-800\"> </a><a name=\"hcexample-allergy-mandatory-800\"> </a><a name=\"example-allergy-mandatory-800-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: 3; Last updated: 2023-09-21 12:21:38+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://provider.hie.moh.gov.my\">http://provider.hie.moh.gov.my</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>category</b>: Medication</p><p><b>code</b>: <span title=\"Codes:\">Paracetamol + Codeine</span></p><p><b>patient</b>: <a href=\"Patient/8bc61ffd-43fe-4de7-9de3-3ebab66e6b4e\">Patient/8bc61ffd-43fe-4de7-9de3-3ebab66e6b4e</a></p><p><b>recordedDate</b>: 2022-09-26 03:35:09+0000</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"
      }
    ]
  },
  "category" : [
    "medication"
  ],
  "code" : {
    "text" : "Paracetamol + Codeine"
  },
  "patient" : {
    "reference" : "Patient/8bc61ffd-43fe-4de7-9de3-3ebab66e6b4e"
  },
  "recordedDate" : "2022-09-26T03:35:09.322Z"
}