FHIR IG analytics| Package | hl7.fhir.in |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
No Known Allergy
recordedDate:2015-08-06
{
"resourceType": "AllergyIntolerance",
"id": "example-01",
"meta": {
"profile": [
"http://nrces.in/ndhm/fhir/r4/StructureDefinition/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"
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "716186003",
"display": "No Known Allergy (situation)"
}
],
"text": "NKA"
},
"patient": {
"reference": "Patient/1"
},
"recordedDate": "2020-07-09T15:37:31-06:00",
"recorder": {
"reference": "Practitioner/1"
},
"note": [
{
"text": "The patient reports no other known allergy."
}
]
}