NDHM (R4), Published and maintained by  NRCeS for NHA.
This version is based on the NDHM Health Data Interchange Specifications 1.0 and updated periodically. 
JSON Format: AllergyIntolerance-example-01
Download Raw json
{
  "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\">\n      <p>No Known Allergy</p>\n      <p>recordedDate:2015-08-06</p>\n    </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/1"
  },
  "recordedDate" : "2020-07-09T15:37:31-06:00",
  "recorder" : {
    "reference" : "Practitioner/1"
  },
  "note" : [
    {
      "text" : "The patient reports no other known allergy."
    }
  ]
}
  
  
    
