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

: careCoordinator-1 - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "careCoordinator-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole careCoordinator-1</b></p><a name=\"careCoordinator-1\"> </a><a name=\"hccareCoordinator-1\"> </a><a name=\"careCoordinator-1-en-US\"> </a><p><b>practitioner</b>: <a href=\"Practitioner-careCoordinator1.html\">Julie Smith</a></p><p><b>organization</b>: <a href=\"Organization-funding1.html\">Texas Department of Community Health</a></p><p><b>code</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 172V00000X}\">Community Health Worker</span></p><p><b>specialty</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 171M00000X}\">Case Manager/Care Coordinator</span></p><p><b>location</b>: <a href=\"Location-communitysite.html\">Health Level Seven International</a></p><p><b>telecom</b>: ph: (210) 555 1222</p></div>"
  },
  "practitioner" : {
    🔗 "reference" : "Practitioner/careCoordinator1",
    "display" : "Julie Smith"
  },
  "organization" : {
    🔗 "reference" : "Organization/funding1",
    "display" : "Texas Department of Community Health"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://nucc.org/provider-taxonomy",
          "code" : "172V00000X",
          "display" : "Community Health Worker"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://nucc.org/provider-taxonomy",
          "code" : "171M00000X",
          "display" : "Case Manager/Care Coordinator"
        }
      ]
    }
  ],
  "location" : [
    {
      🔗 "reference" : "Location/communitysite",
      "display" : "Health Level Seven International"
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(210) 555 1222"
    }
  ]
}