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 . Page versions: R5 R4B R4 R3 R2
Real-word condition example (abscess) (id = "f003")
<Condition xmlns="http://hl7.org/fhir"> <id value="f003"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div> </text> <patient> <reference value="Patient/f001"/> <display value="P. van de Heuvel"/> </patient> <encounter> <reference value="Encounter/f003"/> </encounter> <asserter> <reference value="Patient/f001"/> <display value="P. van de Heuvel"/> </asserter> <dateAsserted value="2012-02-20"/><!-- first suspected by physician visit --> <code> <coding> <system value="http://snomed.info/sct"/> <code value="18099001"/> <display value="Retropharyngeal abscess"/> </coding> </code> <category> <coding> <system value="http://snomed.info/sct"/> <code value="439401001"/> <display value="diagnosis"/> </coding> </category> <clinicalStatus value="confirmed"/> <severity> <coding> <system value="http://snomed.info/sct"/> <code value="371923003"/> <display value="Mild to moderate"/> </coding> </severity> <onsetDateTime value="2012-02-27"/><!-- actual diagnose be E.N.T. specialist --> <evidence> <code> <coding> <system value="http://snomed.info/sct"/> <code value="169068008"/> <display value="CT of neck"/> </coding> </code> </evidence> <location> <siteCodeableConcept> <coding> <system value="http://snomed.info/sct"/> <code value="280193007"/> <display value="Entire retropharyngeal area"/> </coding> </siteCodeableConcept> </location> </Condition>
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.