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

FHIR IG analytics

Packagemyhie.v4-test
Resource TypeAllergyIntolerance
Idexample-allergy-negation-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-negation-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-negation-my-core"
    ]
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active",
        "display": "Active"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1631000175102",
        "display": "Require Allergy Assessment"
      }
    ]
  },
  "patient": {
    "reference": "Patient?identifier=http://fhir.hie.moh.gov.my/sid/patient-mrn|PHIS-123"
  },
  "recordedDate": "2022-06-25T11:00:00.000+08:00",
  "recorder": {
    "display": "Recorder Practitioner Name"
  },
  "asserter": {
    "display": "Asserter Practitioner Name"
  }
}