C-CDA on FHIR
1.2.0 - STU 1 United States of America flag

C-CDA on FHIR, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 1.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ccda-on-fhir/ and changes regularly. See the Directory of published versions

: CF-problem-example - XML Representation

Raw xml | Download



<Condition xmlns="http://hl7.org/fhir">
  <id value="CF-problem"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Condition</b><a name="CF-problem"> </a><a name="hcCF-problem"> </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;CF-problem&quot; </p></div><p><b>Condition Asserted Date</b>: 2012-08-06</p><p><b>identifier</b>: <code>urn:oid:1.3.6.1.4.1.22812.3.2009316.3.4.1.2.1</code>/545069300001</p><p><b>clinicalStatus</b>: Active <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-condition-clinical.html">Condition Clinical Status Codes</a>#active)</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)</span>, Problem List Item <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-condition-category.html">Condition Category Codes</a>#problem-list-item)</span></p><p><b>code</b>: Pneumonia <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#233604007; icd-9-cm#486 &quot;Pneumonia, organism unspecified&quot;; <a href="http://terminology.hl7.org/5.3.0/CodeSystem-icd10CM.html">International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM)</a>#J18.9 &quot;Pneumonia, unspecified organism&quot;; unknown#87580)</span></p><p><b>subject</b>: <a href="Patient-CF-patient.html">Patient/CF-patient</a> &quot; JONES&quot;</p><p><b>onset</b>: 2012-08-06</p></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/condition-assertedDate">
    <valueDateTime value="2012-08-06"/>
  </extension>
  <identifier>
    <system value="urn:oid:1.3.6.1.4.1.22812.3.2009316.3.4.1.2.1"/>
    <value value="545069300001"/>
  </identifier>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="active"/>
    </coding>
  </clinicalStatus>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="55607006"/>
      <display value="Problem"/>
    </coding>
  </category>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-category"/>
      <code value="problem-list-item"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="233604007"/>
      <display value="Pneumonia"/>
    </coding>
    <coding>
      <system value="http://hl7.org/fhir/sid/icd-9-cm"/>
      <code value="486"/>
      <display value="Pneumonia, organism unspecified"/>
    </coding>
    <coding>
      <system value="http://hl7.org/fhir/sid/icd-10-cm"/>
      <code value="J18.9"/>
      <display value="Pneumonia, unspecified organism"/>
    </coding>
    <coding>
      <system value="urn:oid:2.16.840.1.113883.3.247.1.1"/>
      <code value="87580"/>
    </coding>
    <text value="Pneumonia"/>
  </code>
  <subject>🔗 
    <reference value="Patient/CF-patient"/>
  </subject>
  <onsetDateTime value="2012-08-06"/>
</Condition>