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

FHIR IG analytics

Packagemyhie.v4-test
Resource TypeAllergyIntolerance
Idexample-allergy-phis.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": "example-allergy-phis",
  "meta": {
    "lastUpdated": "2022-08-17T10:24:11.265+00:00",
    "source": "http://phis.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"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed",
        "display": "Confirmed"
      }
    ]
  },
  "category": [
    "medication"
  ],
  "code": {
    "coding": [
      {
        "system": "http://fhir.hie.moh.gov.my/CodeSystem/active-ingredient-my-core",
        "code": "41",
        "display": "Adenine"
      }
    ]
  },
  "patient": {
    "reference": "Patient?identifier=http://fhir.hie.moh.gov.my/sid/patient-mrn|PHIS-123"
  },
  "encounter": {
    "reference": "Encounter?identifier=http://fhir.hie.moh.gov.my/sid/encounter-id|PHIS-ENC-2212000101"
  },
  "recordedDate": "2022-06-25T11:00:00.000+08:00",
  "recorder": {
    "display": "Recorder Practitioner Name"
  },
  "asserter": {
    "display": "Asserter Practitioner Name"
  },
  "lastOccurrence": "2022-06-20T09:00:00.000+08:00",
  "reaction": [
    {
      "extension": [
        {
          "url": "http://fhir.hie.moh.gov.my/StructureDefinition/formulary-boolean-my-core",
          "valueBoolean": true
        }
      ],
      "substance": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/drug-my-core",
            "code": "PNA00013",
            "display": "Kabiven Central 1900kcal, 2.053L"
          }
        ]
      },
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "238995004",
              "display": "Acneiform"
            }
          ]
        },
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "56317004",
              "display": "Alopecia"
            }
          ]
        },
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "36715001",
              "display": "Erythema multiforme"
            }
          ]
        }
      ],
      "description": "Aspirin",
      "onset": "2022-06-25T09:00:00.000+08:00",
      "severity": "moderate",
      "exposureRoute": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral use"
          }
        ]
      },
      "note": [
        {
          "authorReference": {
            "display": "Remark Author Practitioner Name"
          },
          "time": "2022-06-25T09:00:00.000+08:00",
          "text": "Additional entry related to allergy reaction details"
        }
      ]
    }
  ]
}