{
  "resourceType": "AllergyIntolerance",
  "id": "allergy-cat-example-2",
  "meta": {
    "profile": [
      "http://trilliumbridge.eu/fhir/StructureDefinition/allergyintolerance-uv-trillium2"
    ]
  },
  "clinicalStatus": "active",
  "verificationStatus": "confirmed",
  "category": [
    "medication"
  ],
  "criticality": "high",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "387207008",
        "display": "Ibuprofen"
      }
    ]
  },
  "patient": {
    "reference": "Patient/patient-example"
  },
  "onsetDateTime": "2012",
  "assertedDate": "2018-05-09T15:02:00+00:00",
  "asserter": {
    "reference": "Practitioner/practitioner-example"
  },
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "39579001",
              "display": "Anaphylactic reaction"
            }
          ]
        }
      ],
      "description": "Challenge Protocol. Severe reaction to Ibuprofen. Epinephrine administered",
      "onset": "2012-06-12",
      "severity": "severe"
    }
  ]
}