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 Practitioner - Nurse Practitioner Role - XML Representation

Raw xml | Download



<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="PractitionerRoleMCC2"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2022-04-21T02:06:18.382+00:00"/>
    <source value="#oE6CLVfJNYeRB3yq"/>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <p> Nancy Nurse NP is a Diabteets Nurse paractitioner for Acme Hospital from 1-Jan 2012 to
                31-Mar 2022 </p>
        </div>
  </text>
  <identifier>
    <system value="http://www.acme.org/practitioners"/>
    <value value="23"/>
  </identifier>
  <active value="true"/>
  <period>
    <start value="2012-01-01"/>
    <end value="2012-03-31"/>
  </period>
  <practitioner>🔗 
    <reference value="Practitioner/practitionerMCC-2"/>
    <display value="Nancy Nurse NP"/>
  </practitioner>
  <organization>
    <reference value="http://example.org/Organization/123"/>
  </organization>
  <code>
    <coding>
      <system value="http://nucc.org/provider-taxonomy"/>
      <code value="363L00000X"/>
    </coding>
  </code>
  <specialty>
    <coding>
      <system value="http://nucc.org/provider-taxonomy"/>
      <code value="163WD0400X"/>
      <display value="Diabetes Educator Registered Nurse"/>
    </coding>
  </specialty>
  <location>
    <reference value="http://example.org/Location/SouthWing"/>
    <display value="South Wing, second floor"/>
  </location>
  <healthcareService>
    <reference value="http://example.org/HealthcareService/123"/>
  </healthcareService>
  <telecom>
    <system value="phone"/>
    <value value="(03) 5555 6473"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="NNNP@example.org"/>
    <use value="work"/>
  </telecom>
  <availableTime>
    <daysOfWeek value="mon"/>
    <daysOfWeek value="tue"/>
    <daysOfWeek value="wed"/>
    <availableStartTime value="09:00:00"/>
    <availableEndTime value="16:30:00"/>
  </availableTime>
  <availableTime>
    <daysOfWeek value="thu"/>
    <daysOfWeek value="fri"/>
    <availableStartTime value="09:00:00"/>
    <availableEndTime value="12:00:00"/>
  </availableTime>
  <notAvailable>
    <description value="Nancy will be on extended leave during May 2022"/>
    <during>
      <start value="2022-05-01"/>
      <end value="2022-05-20"/>
    </during>
  </notAvailable>
  <availabilityExceptions
                          value="Nancy is generally unavailable on public holidays and during Jewish Holidays"/>
</PractitionerRole>