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

FHIR IG analytics

Packagemyhie.v4-test
Resource TypeAllergyIntolerance
Idexample-allergyintolerance.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-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"
    ]
  },
  "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"
  ],
  "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"
  }
}