FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-penicillin.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance penicillin
Profile: AU Core AllergyIntolerance
clinicalStatus: Active
criticality: High Risk
code: Penicillin
recordedDate: 1999-08-25
note:
The criticality is high due to a documented episode of hives following penicillin administration.
| Manifestation |
| Hives |
{
"resourceType": "AllergyIntolerance",
"id": "penicillin",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-allergyintolerance"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active",
"display": "Active"
}
]
},
"criticality": "high",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "764146007",
"display": "Penicillin"
}
]
},
"patient": {
"reference": "Patient/howe-deangelo"
},
"recordedDate": "1999-08-25",
"note": [
{
"text": "The criticality is high due to a documented episode of hives following penicillin administration."
}
],
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "247472004",
"display": "Hives"
}
]
}
]
}
]
}