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

FHIR IG analytics

Packageke.fhir.eprescription
Resource TypeAllergyIntolerance
IdAllergyIntolerance-example-allergyintolerance-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 example-allergyintolerance-invalid

Profile: https://fhir.dha.go.ke/fhir/StructureDefinition/ke-allergy-intolerance

clinicalStatus: Active

verificationStatus: Confirmed

type: Allergy

category: Medication

criticality: extreme

code: Penicillin V potassium

patient: Amina Hassan (official) Female, DoB: 1988-04-15 ( https://ilm-hie.dha.go.ke/fhir/NamingSystem/national-id#KenyaNationalId#29834765)

Reactions

-SubstanceManifestation
*Penicillin V potassiumUrticaria

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "example-allergyintolerance-invalid",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/fhir/StructureDefinition/ke-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": "confirmed",
        "display": "Confirmed"
      }
    ]
  },
  "type": "allergy",
  "category": [
    "medication"
  ],
  "criticality": "extreme",
  "code": {
    "coding": [
      {
        "system": "https://fhir.dha.go.ke/terminology/CodeSystem/active-components-cs",
        "code": "AC10686",
        "display": "Penicillin V potassium"
      }
    ]
  },
  "patient": {
    "reference": "Patient/example-patient-amina"
  },
  "reaction": [
    {
      "substance": {
        "coding": [
          {
            "system": "https://fhir.dha.go.ke/terminology/CodeSystem/active-components-cs",
            "code": "AC10686",
            "display": "Penicillin V potassium"
          }
        ]
      },
      "manifestation": [
        {
          "coding": [
            {
              "system": "https://fhir.dha.go.ke/terminology/CodeSystem/manifestation-cs",
              "code": "URTICARIA",
              "display": "Urticaria"
            }
          ]
        }
      ]
    }
  ]
}