FHIR IG analytics| Package | hl7.fhir.uv.ipa.r4b |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-NKAExample.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance NKAExample
Profile: IPA-AllergyIntolerance
clinicalStatus: Active
verificationStatus: Confirmed
code: No known allergies
patient: Lufhir, Meiko
recordedDate: 2022-09-02
{
"resourceType": "AllergyIntolerance",
"id": "NKAExample",
"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"
}
],
"text": "Active"
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed"
}
],
"text": "Confirmed"
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "716186003",
"display": "No known allergy"
}
],
"text": "No known allergies"
},
"patient": {
"reference": "Patient/PatientExample1",
"display": "Lufhir, Meiko"
},
"recordedDate": "2022-09-02"
}