AU Core Implementation Guide
0.2.0-preview - QA Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: Condition - Fever - XML Representation

Page standards status: Informative

Raw xml | Download



<Condition xmlns="http://hl7.org/fhir">
  <id value="fever"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-condition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Condition</b><a name="fever"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Condition &quot;fever&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-au-core-condition.html">AU Core Condition</a></p></div><p><b>clinicalStatus</b>: Resolved <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-condition-clinical.html">Condition Clinical Status Codes</a>#resolved)</span></p><p><b>verificationStatus</b>: Confirmed <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-condition-ver-status.html">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>category</b>: Problem <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#55607006; <a href="http://terminology.hl7.org/5.0.0/CodeSystem-condition-category.html">Condition Category Codes</a>#problem-list-item)</span></p><p><b>severity</b>: Moderate <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#6736007)</span></p><p><b>code</b>: Fever <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#386661006)</span></p><p><b>subject</b>: <a href="Patient-wang-li.html">Patient/wang-li</a> &quot; WANG&quot;</p><p><b>onset</b>: 2015-02-11</p><p><b>abatement</b>: 2015-02-14</p><p><b>recordedDate</b>: 2015-02-12</p><p><b>recorder</b>: <a href="PractitionerRole-sandyson-sandy-nurse.html">PractitionerRole/sandyson-sandy-nurse</a></p><p><b>asserter</b>: <a href="PractitionerRole-sandyson-sandy-nurse.html">PractitionerRole/sandyson-sandy-nurse</a></p><h3>Evidences</h3><table class="grid"><tr><td>-</td><td><b>Code</b></td><td><b>Detail</b></td></tr><tr><td>*</td><td>degrees C <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#258710007)</span></td><td><a href="Observation-bodytemp-fever.html">Observation/bodytemp-fever: Temperature</a></td></tr></table></div>
  </text>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="resolved"/>
      <display value="Resolved"/>
    </coding>
  </clinicalStatus>
  <verificationStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
      <code value="confirmed"/>
      <display value="Confirmed"/>
    </coding>
  </verificationStatus>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="55607006"/>
      <display value="Problem"/>
    </coding>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-category"/>
      <code value="problem-list-item"/>
    </coding>
  </category>
  <severity>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="6736007"/>
      <display value="Moderate"/>
    </coding>
  </severity>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="386661006"/>
      <display value="Fever"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/wang-li"/>
  </subject>
  <onsetDateTime value="2015-02-11"/>
  <abatementDateTime value="2015-02-14"/>
  <recordedDate value="2015-02-12"/>
  <recorder>
    <reference value="PractitionerRole/sandyson-sandy-nurse"/>
  </recorder>
  <asserter>
    <reference value="PractitionerRole/sandyson-sandy-nurse"/>
  </asserter>
  <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/bodytemp-fever"/>
      <display value="Temperature"/>
    </detail>
  </evidence>
</Condition>