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
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="dialysis-request"/>
<meta>
<profile
value="http://hl7.org/fhir/us/mcc/StructureDefinition/MCCServiceRequest"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest dialysis-request</b></p><a name="dialysis-request"> </a><a name="hcdialysis-request"> </a><a name="dialysis-request-en-US"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 417038009}">Referral for dialysis (procedure)</span></p><p><b>subject</b>: <a href="Patient-cc-pat-pnoelle.html">Patricia Noelle</a></p><p><b>occurrence</b>: Count 20 times, 3 per1 weeks</p><p><b>authoredOn</b>: 2022-06-18</p><p><b>requester</b>: <a href="PractitionerRole-dr-vince-jones.html">Dr. Vince Jones</a></p><p><b>reasonReference</b>: <a href="Condition-ConditionCKD.html">Chronic Kidney Disease</a></p><p><b>patientInstruction</b>: Call the clinic at 555-555-5555 to set up your appointments</p></div>
</text>
<status value="active"/>
<intent value="plan"/>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="417038009"/>
<display value="Referral for dialysis (procedure)"/>
</coding>
</code>
<subject>🔗
<reference value="Patient/cc-pat-pnoelle"/>
<display value="Patricia Noelle"/>
</subject>
<occurrenceTiming>
<repeat>
<count value="20"/>
<countMax value="30"/>
<frequency value="3"/>
<period value="1"/>
<periodUnit value="wk"/>
</repeat>
</occurrenceTiming>
<authoredOn value="2022-06-18"/>
<requester>🔗
<reference value="PractitionerRole/dr-vince-jones"/>
<display value="Dr. Vince Jones"/>
</requester>
<reasonReference>🔗
<reference value="Condition/ConditionCKD"/>
<display value="Chronic Kidney Disease"/>
</reasonReference>
<patientInstruction
value="Call the clinic at 555-555-5555 to set up your appointments"/>
</ServiceRequest>