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-f201-fever.xml

Raw XML (canonical form)

Real-word condition example (fever) (id = "f201")

Raw XML

<Condition xmlns="http://hl7.org/fhir">
  <id value="f201"/>
 <subject><!--  It entails Roel's problem  -->
     <reference value="Patient/f201"/>
     <display value="Roel"/>
 </subject>
 <encounter>
     <reference value="Encounter/f201"/>
 </encounter>
 <asserter>
     <reference value="Practitioner/f201"/>
 </asserter>
 <dateAsserted value="2013-04-04"/><!--  The problem was entered at April fourth  -->
 <code><!--  The problem is a fever  -->
    <coding>
       <system value="http://snomed.info/sct"/>
       <code value="386661006"/>
       <display value="Fever"/> 
    </coding>
 </code>
 <category><!--  The fever is a mild problem  -->
    <coding>
        <system value="http://snomed.info/sct"/>
        <code value="55607006"/>
        <display value="Problem"/> 
    </coding>
    <coding>
        <system value="http://hl7.org/fhir/condition-category"/>
        <code value="condition"/>
    </coding>
 </category>
 <status value="confirmed"/>
 <severity><!--  The fever is mild   -->
    <coding>
        <system value="http://snomed.info/sct"/>
        <code value="255604002"/>
        <display value="Mild"/> 
    </coding>
 </severity>
 <onsetDateTime value="2013-04-02"/><!--  Problem began on April second  -->
 <!--  No remission means no &lt;rebatement&gt;  -->
 <evidence><!--  Problem is confirmed by 39 degrees Celsius  -->
  <code>
    <coding>
        <system value="http://snomed.info/sct"/>
        <code value="258710007"/>
        <display value="degrees C"/> 
    </coding>        
  </code>
  <detail>
     <reference value="Observation/f202"/>
     <display value="Temperature"/>
  </detail>
 </evidence>
 <location><!--  Fever applies to whole body  -->
  <code>
    <coding>
        <system value="http://snomed.info/sct"/>
        <code value="38266002"/>
        <display value="Entire body as a whole"/>  
    </coding>
  </code>
 </location>
 <dueTo>  <!--   0..* Causes or precedents for this problem   -->
  
  <target>
     <reference value="Procedure/f201"/>
     <display value="TPF chemokuur"/>
  </target>
 </dueTo>
 <dueTo>  <!--   0..* Causes or precedents for this problem   -->
  
  <target>
     <reference value="Condition/f205"/>
     <display value="bacterial infection"/>
  </target>
 </dueTo>
</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.