This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
A typical Medication allergy from a clinical system (id = "medication")
<AllergyIntolerance xmlns="http://hl7.org/fhir"> <id value="medication"/> <!-- the date that this entry was recorded --> <recordedDate value="2010-03-01"/> <!-- who made the record / last updated it --> <recorder> <reference value="Practitioner/13"/> </recorder> <!-- the subject (patient) that actually has the risk of adverse reaction --> <subject> <reference value="Patient/example"/> </subject> <!-- subtance, coded from RxNorm --> <substance> <coding> <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/> <code value="314422"/> <display value="ALLERGENIC EXTRACT, PENICILLIN"/> </coding> </substance> <status value="unconfirmed"/> <criticality value="high"/> <category value="medication"/> <event> <manifestation> <coding> <system value="http://snomed.info/sct"/> <code value="247472004"/> <display value="Hives"/> </coding> </manifestation> </event> </AllergyIntolerance>
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.