FHIR Implementation Guide for ABDM - Local Development build (v3.1.0). See the Directory of published versions
: AllergyIntolerance/example-01 - JSON Representation
Raw json | Download
{
"resourceType" : "AllergyIntolerance",
"id" : "example-01",
"meta" : {
"profile" : [
"https://nrces.in/ndhm/fhir/r4/StructureDefinition/AllergyIntolerance"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>No Known Allergy</p><p>recordedDate:2015-08-06</p></div>"
},
"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"
}
],
"text" : "NKA"
},
"patient" : {
"reference" : "Patient/example-01"
},
"recordedDate" : "2020-07-09T15:37:31-06:00",
"recorder" : {
"reference" : "Practitioner/example-01"
},
"note" : [
{
"text" : "The patient reports no other known allergy."
}
]
}