FHIR IG analytics| Package | hl7.fhir.uv.ipa.r4b |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-AllIntExample1.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance AllIntExample1
Profile: IPA-AllergyIntolerance
clinicalStatus: Active
verificationStatus: Confirmed
category: Medication
code: SMALLPOX VACCINE
patient: Lufhir, Meiko
recordedDate: 2019-04-19
{
"resourceType": "AllergyIntolerance",
"id": "AllIntExample1",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-allergyintolerance"
]
},
"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": "confirmed",
"display": "Confirmed"
}
]
},
"category": [
"medication"
],
"code": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "833082",
"display": "smallpox (vaccinia) vaccine, live Injectable Solution"
},
{
"system": "http://fdasis.nlm.nih.gov",
"code": "4SV59689SK"
}
],
"text": "SMALLPOX VACCINE"
},
"patient": {
"reference": "Patient/PatientExample1",
"display": "Lufhir, Meiko"
},
"recordedDate": "2019-04-19"
}