This page is part of the FHIR Specification (v0.0.82: DSTU 1). 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

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

Raw XML

<Condition xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>Generated Narrative</b>
      </p>
      <p>
        <b>subject</b>: Roel
      </p>
      <p>
        <b>encounter</b>: 
        <a href="encounter-example-f201-20130404.html">Roel's encounter on April fourth 2013 = Encounter_Roel_20130404 (temp); finished; outpatient;
           Consultation; The patient had fever peaks over the last couple of days. He is worried
           about these peaks.; Normal</a>
      </p>
      <p>
        <b>asserter</b>: 
        <a href="practitioner-example-f201-ab.html">UZI-nummer = 12345678901 (official); Dokter Bronsig(official); Male; birthDate: 24-Dec
           1956; Implementation of planned interventions; Medical oncologist</a>
      </p>
      <p>
        <b>dateAsserted</b>: 4-Apr 2013
      </p>
      <p>
        <b>code</b>: 
        <span title="Codes: {http://snomed.info/sct 386661006}">Fever</span>
      </p>
      <p>
        <b>category</b>: 
        <span title="Codes: {http://snomed.info/sct 55607006}, {http://hl7.org/fhir/condition-category condition}">Problem</span>
      </p>
      <p>
        <b>status</b>: confirmed
      </p>
      <p>
        <b>severity</b>: 
        <span title="Codes: {http://snomed.info/sct 255604002}">Mild</span>
      </p>
      <p>
        <b>onset[x]</b>: 2-Apr 2013
      </p>
      <h3>Evidences</h3>
      <table class="grid">
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Detail</b>
          </td>
        </tr>
        <tr>
          <td>
            <span title="Codes: {http://snomed.info/sct 258710007}">degrees C</span>
          </td>
          <td>Temperature</td>
        </tr>
      </table>
      <h3>Locations</h3>
      <table class="grid">
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Detail</b>
          </td>
        </tr>
        <tr>
          <td>
            <span title="Codes: {http://snomed.info/sct 38266002}">Entire body as a whole</span>
          </td>
          <td> </td>
        </tr>
      </table>
      <h3>RelatedItems</h3>
      <table class="grid">
        <tr>
          <td>
            <b>Type</b>
          </td>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Target</b>
          </td>
        </tr>
        <tr>
          <td>dueto</td>
          <td> </td>
          <td>TPF chemokuur</td>
        </tr>
        <tr>
          <td>dueto</td>
          <td> </td>
          <td>bacterial infection</td>
        </tr>
      </table>
    </div>
  </text>
  <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>
  <onsetDate 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>
  <relatedItem><!--    0..* Causes or precedents for this problem    -->
    <type value="due-to"/>
    <target>
      <reference value="Procedure/f201"/>
      <display value="TPF chemokuur"/>
    </target>
  </relatedItem>
  <relatedItem><!--    0..* Causes or precedents for this problem    -->
    <type value="due-to"/>
    <target>
      <reference value="Condition/f205"/>
      <display value="bacterial infection"/>
    </target>
  </relatedItem>
</Condition>