FHIR IG analytics| Package | fhir.astp.bhp |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-penicillin-allergy-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance penicillin-allergy-example-1
clinicalStatus: Active
verificationStatus: Confirmed
category: Medication
criticality: High Risk
code: Penicillin
patient: James Wolff
| Manifestation |
| Wheezing |
{
"resourceType": "AllergyIntolerance",
"id": "penicillin-allergy-example-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance|6.1.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed"
}
]
},
"category": [
"medication"
],
"criticality": "high",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "764146007",
"display": "Substance with penicillin structure (substance)"
}
],
"text": "Penicillin"
},
"patient": {
"reference": "Patient/bh-patient-example",
"display": "James Wolff"
},
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "56018004",
"display": "Wheezing"
}
]
}
]
}
]
}