FHIR IG analytics| Package | fhir.ph.core |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-example-allergy.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "AllergyIntolerance",
"id": "example-allergy",
"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": "294494002",
"display": "Benethamine penicillin allergy"
}
]
},
"patient": {
"reference": "urn:uuid:64eb2d39-8da6-4c1d-b4c7-a6d3e916cd5b"
}
}