This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Example of QICore AllergyIntolerance
{ "resourceType": "AllergyIntolerance", "id": "qicore", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-reasonRefuted", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/ActReason", "code": "MED", "display": "Medical Status Altered" } ] } } ], "identifier": [ { "system": "http://acme.com/ids/patients/risks", "value": "49476534" } ], "recordedDate": "2014-10-09T14:58:00+11:00", "recorder": { "reference": "Practitioner/example" }, "patient": { "reference": "Patient/example" }, "substance": { "coding": [ { "system": "http://snomed.info/sct", "code": "227493005", "display": "Cashew nuts" } ] }, "status": "confirmed", "criticality": "high", "type": "immune", "category": "food", "lastOccurence": "2012-06", "event": [ { "substance": { "coding": [ { "system": "http://www.nlm.nih.gov/research/umls/rxnorm", "code": "C3214954", "display": "cashew nut allergenic extract Injectable Product" } ] }, "certainty": "confirmed", "manifestation": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "39579001", "display": "Anaphylactic reaction" } ] } ], "description": "Challenge Protocol. Severe Reaction to 1/8 cashew. Epinephrine administered", "onset": "2012-06-12", "severity": "severe" }, { "certainty": "likely", "manifestation": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "64305001", "display": "Urticaria" } ] } ], "onset": "2004", "severity": "moderate" } ] }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.