FHIR IG analytics| Package | fhir.kenyaEmergencyIG |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-em-allergy-example-invalid.json |
| FHIR Version | R4 |
No resources found
No resources found
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
{
"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"
}
}