{

"resourceType": "AllergyIntolerance",
"id": "nkla",
"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": "716184000",
      "display": "No Known Latex Allergy (situation)"
    }
  ],
  "text": "No Known Latex Allergy"
},
"patient": {
  "reference": "Patient/example"
},
"recordedDate": "2015-08-06T15:37:31-06:00",
"recorder": {
  "reference": "Practitioner/example"
},
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}