FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagemyhie.v4
Resource TypeAllergyIntolerance
Idexample-allergyintolerance-mandatory.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "Allergy-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"
    ]
  },
  "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"
  }
}