QI-Core Implementation Guide: STU 4 (v4.0.0 for FHIR 4.0.1)

QI-Core Implementation Guide - This is the current published version.. See the Directory of published versions

Condition/example

Formats: Narrative, XML, JSON, Turtle

Raw xml


<Condition xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-condition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>meta</b>: </p><p><b>clinicalStatus</b>: Active <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/condition-clinical code 'active' = 'Active)</span></p><p><b>verificationStatus</b>: Confirmed <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/condition-ver-status code 'confirmed' = 'Confirmed)</span></p><p><b>category</b>: Problem List Item <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/condition-category code 'problem-list-item' = 'Problem List Item', given as 'Problem List Item'})</span></p><p><b>severity</b>: Severe (severity modifier) <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '24484000' = 'Severe', given as 'Severe (severity modifier)'})</span></p><p><b>code</b>: Burnt Ear <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '39065001' = 'Burn of ear', given as 'Burn of ear'})</span></p><p><b>bodySite</b>: Left Ear <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '49521004' = 'Left external ear', given as 'Left external ear structure'})</span></p><p><b>subject</b>: <a href="Patient-example.html">Generated Summary: id: example; Medical record number = 12345 (USUAL); active; Peter James Chalmers (OFFICIAL), Jim Chalmers , Peter James Windsor (MAIDEN); ph: (03) 5555 6473(WORK), ph: (03) 3410 5613(MOBILE), ph: (03) 5555 8834(OLD); gender: male; birthDate: 1974-12-25; </a></p><p><b>encounter</b>: <a href="Encounter-example.html">Generated Summary: id: example; status: in-progress; <span title="{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}">inpatient encounter</span>; <span title="Codes: {http://www.ama-assn.org/go/cpt 99223}">Inpatient Hospital Care</span></a></p><p><b>onset</b>: May 24, 2012 12:00:00 AM</p><p><b>recordedDate</b>: May 24, 2012 12:00:00 AM</p><h3>Stages</h3><table class="grid"><tr><td>-</td><td><b>Summary</b></td></tr><tr><td>*</td><td>stage II <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '258219007' = 'Stage 2', given as 'stage II'})</span></td></tr></table></div>
  </text>
<!--  Extension was removed in R4, not clear where this should be represented with the R4 resource
  <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>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="active"/>
    </coding>
  </clinicalStatus>
  <verificationStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
      <code value="confirmed"/>
    </coding>
  </verificationStatus>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/condition-category"/>
      <code value="problem-list-item"/>
      <display value="Problem List Item"/>
    </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/example"/>
  </subject>
  <encounter>
    <reference value="Encounter/example"/>
  </encounter>
  <onsetDateTime value="2012-05-24T00:00:00+00:00"/>
<!-- <abatementBoolean value="false"/> -->
  <recordedDate 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>