MCC eCare Plan Implementation Guide
1.0.0 - STU1 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 class="res-header-id"><b>Generated Narrative: Procedure Dialysis</b></p><a name="Dialysis"> </a><a name="hcDialysis"> </a><a name="Dialysis-en-US"> </a><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">version: 10; Last updated: 2022-08-02 18:25:27+0000; </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>: <span title="Codes:{http://snomed.info/sct 302497006}">Hemodialysis</span></p><p><b>subject</b>: <a href="Patient-cc-pat-pnoelle.html">Patricia Noelle</a></p><p><b>performed</b>: 2012-08-05</p><p><b>recorder</b>: <a href="Practitioner-practitionerMCC-1.html">Dr Henry Levin</a></p><p><b>asserter</b>: <a href="Practitioner-practitionerMCC-1.html">Dr Henry Levin</a></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">Dr Henry Levin</a></td></tr></table><p><b>reasonReference</b>: <a href="Condition-ConditionCKD.html">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>