Qi-Core Implementation Guide (Release 2.1 Trial-Use Ballot)

This page is part of the Quality Improvement Core Framework (v2.1.0: STU 3 Ballot 1) based on FHIR R3. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions

Example: Condition-qicore-condition-example

Formats: XML, JSON, Turtle


<Condition xmlns="http://hl7.org/fhir">
  <id value="qicore-condition-example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <blockquote>
        <p><strong>condition-criticality</strong></p>
        <p>
          <strong>code</strong>: { SNOMED CT code '399166001' = 'Fatal' }
        </p>
      </blockquote>
      <p>
        <strong>clinicalStatus</strong>: confirmed
      </p>
      <blockquote>
        <p><strong>category</strong></p>
        <p>
          <strong>coding 1</strong>: Problem List Item
        </p>
        <p>
          <strong>coding 2</strong>: { SNOMED CT code '439401001' = 'Diagnosis' }
        </p>
      </blockquote>
      <p>
        <strong>severity</strong>: { SNOMED CT code '24484000' = 'Severe (severity modifier)' }
      </p>
      <blockquote>
        <p><strong>code</strong>: Burnt Ear</p>
        <p>
          <strong>coding 3</strong>: { SNOMED CT code '39065001' = 'Burn of ear' }
        </p>
      </blockquote>
      <blockquote>
        <p><strong>bodySite</strong>: Left Ear</p>
        <p>
          <strong>coding 4</strong>: { SNOMED CT code '49521004' = 'Left external ear structure' }
        </p>
      </blockquote>
      <p>
        <strong>subject</strong>: 
        <a href="Patient-qicore-patient-example.html">Patient/example</a>
      </p>
      <p>
        <strong>onsetDateTime</strong>: 05/24/2012
      </p>
    </div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/condition-criticality">
    <valueCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="399166001"/>
        <display value="Fatal"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <clinicalStatus value="active"/>
  <verificationStatus value="confirmed"/>
  <category>
    <coding>
      <system value="http://hl7.org/fhir/condition-category"/>
      <code value="problem-list-item"/>
      <display value="Problem List Item"/>
    </coding>
  <!--  and also a SNOMED CT coding  -->
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="439401001"/>
      <display value="Diagnosis"/>
    </coding>
  </category>
  <severity>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="24484000"/>
      <display value="Severe (severity modifier)"/>
    </coding>
  </severity>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="39065001"/>
      <display value="Burn of ear"/>
    </coding>
    <text value="Burnt Ear"/>
  </code>
  <bodySite>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="49521004"/>
      <display value="Left external ear structure"/>
    </coding>
    <text value="Left Ear"/>
  </bodySite>
  <subject>
    <reference value="Patient/qicore-patient-example"/>
  </subject>
  <context>
    <reference value="Encounter/qicore-encounter-example"/>
  </context>
  <onsetDateTime value="2012-05-24T00:00:00+00:00"/>
<!-- <abatementBoolean value="false"/> -->
  <assertedDate value="2012-05-24T00:00:00+00:00"/>
  <stage>
    <summary>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="258219007"/>
        <display value="stage II"/>
      </coding>
    </summary>
  </stage>
</Condition>