FHIR IG analytics| Package | firely.r4.sample.ig |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-xAllergyIntolerance-AlbuminSolution.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "AllergyIntolerance",
"id": "xAllergyIntolerance-AlbuminSolution",
"meta": {
"profile": [
"https://acme.org/fhir/StructureDefinition/xAllergyIntolerance"
]
},
"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"
}
]
},
"type": "allergy",
"category": [
"medication"
],
"criticality": "high",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "294854007",
"display": "Allergy to albumin solution (finding)"
}
]
},
"patient": {
"reference": "Patient/xPatient-Chalmers"
},
"recordedDate": "2010-03-01",
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "271807003",
"display": "Anaphylactic reaction (disorder)"
}
]
}
]
}
]
}