{
  "resourceType" : "AllergyIntolerance",
  "id" : "eorders-allergy-noknownallergy-example",
  "meta" : {
    "profile" : ["http://fhir.geniesolutions.io/StructureDefinition/eorders-allergyintolerance"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Allergy/Intolerance:</b> Nil Known</p><p><b>Clinical Status:</b> Active</p><p><b>Verification Status:</b> Confirmed</p><p><b>Code:</b> No known allergy (finding)</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" : "Nil Known"
  },
  "patient" : {
    "reference" : "Patient/1078d551-7be2-49f7-a122-c230b8757f2f"
  },
  "recordedDate" : "2024-01-15"
}