2nd DSTU Draft For Comment

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

Condition-example-f205-infection.xml

Raw XML (canonical form)

Real-word condition example (Bacterial Infection) (id = "f205")

Raw XML

<Condition xmlns="http://hl7.org/fhir">
  <id value="f205"/>
 <subject>
     <reference value="Patient/f201"/>
     <display value="Roel"/>
 </subject>
 <asserter>
     <reference value="Practitioner/f201"/>
 </asserter>
 <dateAsserted value="2013-04-04"/><!--  The problem was entered at April fourth  -->
 <code><!--  The problem is a bacterial infection   -->
    <coding>
       <system value="http://snomed.info/sct"/>
       <code value="87628006"/>
       <display value="Bacterial infectious disease"/> 
    </coding>
 </code>
 <status value="working"/>
</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.