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

FHIR IG analytics

Packagefhir.kenyaEmergencyIG
Resource TypeAllergyIntolerance
IdAllergyIntolerance-em-allergy-example-invalid.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: AllergyIntolerance em-allergy-example-invalid

clinicalStatus: Active

verificationStatus: Unconfirmed

code: Domiphen

patient: Patient/pat-0712345678


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "em-allergy-example-invalid",
  "meta": {
    "profile": [
      "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-allergy-intolerance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "unconfirmed",
        "display": "Unconfirmed"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/active-components-cs",
        "code": "AC10008",
        "display": "Domiphen"
      }
    ]
  },
  "patient": {
    "reference": "Patient/pat-0712345678"
  }
}