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

: dr-vince-jones - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "dr-vince-jones",
  "meta" : {
    "versionId" : "1",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole dr-vince-jones</b></p><a name=\"dr-vince-jones\"> </a><a name=\"hcdr-vince-jones\"> </a><a name=\"dr-vince-jones-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: 1</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-practitionerrole.html\">US Core PractitionerRole Profile</a></p></div><p><b>identifier</b>: <code>http://www.acme.org/practitioners</code>/23</p><p><b>active</b>: true</p><p><b>period</b>: 2012-01-01 --&gt; 2012-03-31</p><p><b>practitioner</b>: <a href=\"Practitioner-practitionerMCC-V.html\">Dr Vince Jones</a></p><p><b>organization</b>: <a href=\"http://example.org/Organization/123\">http://example.org/Organization/123</a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 11911009}\">Nephrologist (occupation)</span></p><p><b>specialty</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 246ZN0300X}\">Nephrology Specialist/Technologist</span>, <span title=\"Codes:{http://snomed.info/sct 394589003}\">Nephrology</span></p><p><b>location</b>: <a href=\"http://example.org/Location/SouthWing\">South Wing, second floor</a></p><p><b>healthcareService</b>: <a href=\"http://example.org/HealthcareService/123\">http://example.org/HealthcareService/123</a></p><p><b>telecom</b>: ph: 215-947-0319(Work), <a href=\"mailto:HLV.southern@example.org\">HLV.southern@example.org</a></p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday</p><p><b>availableStartTime</b>: 09:00:00</p><p><b>availableEndTime</b>: 16:30:00</p></blockquote><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Thursday, Friday</p><p><b>availableStartTime</b>: 09:00:00</p><p><b>availableEndTime</b>: 12:00:00</p></blockquote><h3>NotAvailables</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Description</b></td><td><b>During</b></td></tr><tr><td style=\"display: none\">*</td><td>Vince will be on extended leave during May 2017</td><td>2017-05-01 --&gt; 2017-05-20</td></tr></table><p><b>availabilityExceptions</b>: Vince is generally unavailable on public holidays and during the Christmas/New Year break</p></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-V",
    "display" : "Dr Vince Jones"
  },
  "organization" : {
    "reference" : "http://example.org/Organization/123"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "11911009",
          "display" : "Nephrologist (occupation)"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://nucc.org/provider-taxonomy",
          "code" : "246ZN0300X",
          "display" : "Nephrology Specialist/Technologist"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "394589003",
          "display" : "Nephrology"
        }
      ]
    }
  ],
  "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-0319",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "HLV.southern@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" : "Vince will be on extended leave during May 2017",
      "during" : {
        "start" : "2017-05-01",
        "end" : "2017-05-20"
      }
    }
  ],
  "availabilityExceptions" : "Vince is generally unavailable on public holidays and during the Christmas/New Year break"
}