MCC eCare Plan Implementation Guide
1.0.0-ballot - Comment only US

This page is part of the MCC eCare Plan Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: MCC Chronic Condition - CKD Example - XML Representation

Raw xml | Download



<Condition xmlns="http://hl7.org/fhir">
  <id value="ConditionCKD"/>
  <meta>
    <versionId value="5"/>
    <lastUpdated value="2022-06-17T23:22:56.193+00:00"/>
    <source value="#5R98DWXS6a48AGkD"/>
    <profile
             value="http://hl7.org/fhir/us/mcc/StructureDefinition/MCCChronicDisease"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Condition</b><a name="ConditionCKD"> </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;ConditionCKD&quot; Version &quot;5&quot; Updated &quot;2022-06-17 23:22:56+0000&quot; </p><p style="margin-bottom: 0px">Information Source: #5R98DWXS6a48AGkD!</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-MCCChronicDisease.html">Multiple Chronic Condition Care Plan Chronic Disease Conditions</a></p></div><p><b>pertains to goal</b>: <a href="Goal-HPT-WNL.html">Goal/HPT-WNL</a></p><p><b>clinicalStatus</b>: Active <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>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.1.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="http://terminology.hl7.org/3.1.0/CodeSystem-condition-category.html">Condition Category Codes</a>#problem-list-item &quot;Problem List Item&quot;)</span></p><p><b>severity</b>: Severe <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#24484000)</span></p><p><b>code</b>: Chronic kidney disease stage 3B (disorder) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#700379002)</span></p><p><b>subject</b>: <a href="Patient-cc-pat-pnoelle.html">Patient/cc-pat-pnoelle: Patricia Noelle</a> &quot; NOELLE&quot;</p><p><b>onset</b>: 52 years<span style="background: LightGoldenRodYellow"> (Details: UCUM code a = 'a')</span></p><p><b>recordedDate</b>: 2018-12-01</p><h3>Evidences</h3><table class="grid"><tr><td>-</td><td><b>Detail</b></td></tr><tr><td>*</td><td><a href="FamilyMemberHistory-father.html">FamilyMemberHistory/father: Father had Chronic Kidney disease</a>, <a href="Procedure-Dialysis.html">Procedure/Dialysis: Patient receives regular dialysis</a>, <a href="Observation-bunMCC.html">Observation/bunMCC: BUN is 24 mg/dL</a></td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal">
    <valueReference>
      <reference value="Goal/HPT-WNL"/>
    </valueReference>
  </extension>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="active"/>
      <display value="Active"/>
    </coding>
    <text value="Active"/>
  </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>
    <text value="Problem"/>
  </category>
  <severity>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="24484000"/>
      <display value="Severe"/>
    </coding>
  </severity>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="700379002"/>
      <display value="Chronic kidney disease stage 3B (disorder)"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/cc-pat-pnoelle"/>
    <display value="Patricia Noelle"/>
  </subject>
  <onsetAge>
    <value value="52"/>
    <unit value="years"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="a"/>
  </onsetAge>
  <recordedDate value="2018-12-01"/>
  <evidence>
    <detail>
      <reference value="FamilyMemberHistory/father"/>
      <display value="Father had Chronic Kidney disease"/>
    </detail>
    <detail>
      <reference value="Procedure/Dialysis"/>
      <display value="Patient receives regular dialysis"/>
    </detail>
    <detail>
      <reference value="Observation/bunMCC"/>
      <display value="BUN is 24 mg/dL"/>
    </detail>
  </evidence>
</Condition>