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

FHIR IG analytics

Packageke.fhir.core
Resource TypeAllergyIntolerance
IdAllergyIntolerance-example-allergyintolerance-amina-penicillin.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-amina-penicillin

clinicalStatus: Active

verificationStatus: Confirmed

code: Penicillin allergy

patient: Amina Hassan Female, DoB: 1990-05-14 ( https://fhir.sha.go.ke/fhir/identifier/phonenumber#+254712345678 (use: official, ))

onset: 2018-03-10

Reactions

-Manifestation
*Skin rash

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "example-allergyintolerance-amina-penicillin",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-allergyintolerance|1.0.0"
    ]
  },
  "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"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "91936005",
        "display": "Penicillin allergy"
      }
    ]
  },
  "patient": {
    "reference": "Patient/CR2026080100001-1"
  },
  "onsetDateTime": "2018-03-10",
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "271807003",
              "display": "Skin rash"
            }
          ]
        }
      ]
    }
  ]
}