MCC eCare Plan Implementation Guide
1.0.0 - ballot United States of America flag

MCC eCare Plan Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-mcc/ and changes regularly. See the Directory of published versions

: MCC Procedure Example - Dialysis - XML Representation

Raw xml | Download



<Procedure xmlns="http://hl7.org/fhir">
  <id value="Dialysis"/>
  <meta>
    <versionId value="10"/>
    <lastUpdated value="2022-08-02T18:25:27.353+00:00"/>
    <source value="#a5RkjLxbIWy2ffIt"/>
    <profile
             value="http://hl7.org/fhir/us/mcc/StructureDefinition/MCCProcedure"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Procedure</b><a name="Dialysis"> </a><a name="hcDialysis"> </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">ResourceProcedure &quot;Dialysis&quot; Version &quot;10&quot; Updated &quot;2022-08-02 18:25:27+0000&quot; </p><p style="margin-bottom: 0px">Information Source: #a5RkjLxbIWy2ffIt!</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-MCCProcedure.html">Multiple Chronic Condition Care Plan Procedure</a></p></div><p><b>status</b>: completed</p><p><b>code</b>: Hemodialysis <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOWMED CT</a>#302497006 &quot;Hemodialysis (procedure)&quot;)</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>performed</b>: 2012-08-05</p><p><b>recorder</b>: <a href="Practitioner-practitionerMCC-1.html">Practitioner/practitionerMCC-1: Dr Henry Levin</a> &quot; LEVIN&quot;</p><p><b>asserter</b>: <a href="Practitioner-practitionerMCC-1.html">Practitioner/practitionerMCC-1: Dr Henry Levin</a> &quot; LEVIN&quot;</p><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td><a href="Practitioner-practitionerMCC-1.html">Practitioner/practitionerMCC-1: Dr Henry Levin</a> &quot; LEVIN&quot;</td></tr></table><p><b>reasonReference</b>: <a href="Condition-ConditionCKD.html">Condition/ConditionCKD: Chronic Kidney Disease</a></p></div>
  </text>
  <status value="completed"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="302497006"/>
      <display value="Hemodialysis (procedure)"/>
    </coding>
    <text value="Hemodialysis"/>
  </code>
  <subject>🔗 
    <reference value="Patient/cc-pat-pnoelle"/>
    <display value="Patricia Noelle"/>
  </subject>
  <performedDateTime value="2012-08-05"/>
  <recorder>🔗 
    <reference value="Practitioner/practitionerMCC-1"/>
    <display value="Dr Henry Levin"/>
  </recorder>
  <asserter>🔗 
    <reference value="Practitioner/practitionerMCC-1"/>
    <display value="Dr Henry Levin"/>
  </asserter>
  <performer>
    <actor>🔗 
      <reference value="Practitioner/practitionerMCC-1"/>
      <display value="Dr Henry Levin"/>
    </actor>
  </performer>
  <reasonReference>🔗 
    <reference value="Condition/ConditionCKD"/>
    <display value="Chronic Kidney Disease"/>
  </reasonReference>
</Procedure>