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

: careCoordinator1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "careCoordinator1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner careCoordinator1</b></p><a name=\"careCoordinator1\"> </a><a name=\"hccareCoordinator1\"> </a><a name=\"careCoordinator1-en-US\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">NPI</a>/1144221847, <code>http://www.acme.org/practitioners</code>/25457</p><p><b>name</b>: Julie Smith</p><p><b>telecom</b>: ph: (210) 224 1599</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "1144221847"
    },
    {
      "system" : "http://www.acme.org/practitioners",
      "value" : "25457"
    }
  ],
  "name" : [
    {
      "text" : "Julie Smith",
      "family" : "Julie",
      "given" : [
        "Smith"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(210) 224 1599"
    }
  ]
}