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 - Primary Care Provider Role - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "PractitionerRoleMCC3",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2022-05-18T23:39:06.982+00:00",
    "source" : "#iQ383PGcdyFc6WvK",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p> Dr Peter Primary is a Primary Preventative Physician for Acme Hospital from 1-Jan 2012 to\n                31-Mar 2022 </p>\n        </div>"
  },
  "identifier" : [
    {
      "system" : "http://www.acme.org/practitioners",
      "value" : "23"
    }
  ],
  "active" : true,
  "period" : {
    "start" : "2012-01-01",
    "end" : "2012-03-31"
  },
  "practitioner" : {
    🔗 "reference" : "Practitioner/practitionerMCC-1",
    "display" : "Dr Henry Levin VII"
  },
  "organization" : {
    "reference" : "http://example.org/Organization/123"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://nucc.org/provider-taxonomy",
          "code" : "208D00000X",
          "display" : "General Practice Physician"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://nucc.org/provider-taxonomy",
          "code" : "2083P0901X",
          "display" : "Public Health & General Preventive Medicine Physician"
        }
      ]
    }
  ],
  "location" : [
    {
      "reference" : "http://example.org/Location/SouthWing",
      "display" : "South Wing, second floor"
    }
  ],
  "healthcareService" : [
    {
      "reference" : "http://example.org/HealthcareService/123"
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "215-947-2222",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "PPP@example.org",
      "use" : "work"
    }
  ],
  "availableTime" : [
    {
      "daysOfWeek" : [
        "mon",
        "tue",
        "wed"
      ],
      "availableStartTime" : "09:00:00",
      "availableEndTime" : "16:30:00"
    },
    {
      "daysOfWeek" : [
        "thu",
        "fri"
      ],
      "availableStartTime" : "09:00:00",
      "availableEndTime" : "12:00:00"
    }
  ],
  "notAvailable" : [
    {
      "description" : "Peter will be on extended leave during June 2022",
      "during" : {
        "start" : "2017-05-01",
        "end" : "2017-05-20"
      }
    }
  ],
  "availabilityExceptions" : "Peter is generally unavailable on public holidays and during the Christmas/New Year break"
}