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-f001-heart.xml

Real-word condition example (heart) (id = "f001")

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>: P. van de Heuvel
      </p>
      <p>
        <b>encounter</b>: 
        <a href="encounter-example-f001-heart.html">v1451 (official); finished; outpatient; Patient-initiated encounter; 140 min; Heart valve
           replacement; Non-urgent cardiological admission</a>
      </p>
      <p>
        <b>asserter</b>: P. van de Heuvel
      </p>
      <p>
        <b>dateAsserted</b>: 5-Oct 2011
      </p>
      <p>
        <b>code</b>: 
        <span title="Codes: {http://snomed.info/sct 368009}">Heart valve disorder</span>
      </p>
      <p>
        <b>category</b>: 
        <span title="Codes: {http://snomed.info/sct 439401001}">diagnosis</span>
      </p>
      <p>
        <b>status</b>: confirmed
      </p>
      <p>
        <b>severity</b>: 
        <span title="Codes: {http://snomed.info/sct 6736007}">Moderate</span>
      </p>
      <p>
        <b>onset[x]</b>: 5-Aug 2011
      </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 426396005}">Cardiac chest pain</span>
          </td>
          <td> </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 40768004}">Left thorax</span>
          </td>
          <td>heart structure</td>
        </tr>
      </table>
    </div>
  </text>
  <subject>
    <reference value="Patient/f001"/>
    <display value="P. van de Heuvel"/>
  </subject>
  <encounter>
    <reference value="Encounter/f001"/>
  </encounter>
  <asserter>
    <reference value="Patient/f001"/>
    <display value="P. van de Heuvel"/>
  </asserter>
  <dateAsserted value="2011-10-05"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="368009"/>
      <display value="Heart valve disorder"/>
    </coding>
  </code>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="439401001"/>
      <display value="diagnosis"/>
    </coding>
  </category>
  <status value="confirmed"/>
  <severity>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="6736007"/>
      <display value="Moderate"/>
    </coding>
  </severity>
  <onsetDate value="2011-08-05"/>
  <evidence>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="426396005"/>
        <display value="Cardiac chest pain"/>
      </coding>
    </code>
  </evidence>
  <location>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="40768004"/>
        <display value="Left thorax"/>
      </coding>
    </code>
    <detail value="heart structure"/>
  </location>
</Condition>