Consumer-Directed Payer Data Exchange
- Release 0.1.0

This page is part of the CARIN Blue Button Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

JSON Format: PractitionerRole-PractitionerRole1

Raw json

{
  "resourceType" : "PractitionerRole",
  "id" : "PractitionerRole1",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2019-12-15T20:23:13.000-05:00",
    "profile" : [
      "http://hl7.org/fhir/us/carin/StructureDefinition/carin-bb-practitionerrole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<p>\n\t\t\t\t<b>Generated Narrative with Details</b>\n\t\t\t</p>\n\t\t\t</div>"
  },
  "identifier" : [
    {
      "system" : "http://www.bcbs.com/fhir/ns/NamingSystem/practitionerrole-identifier-inpatient",
      "value" : "AB12350"
    }
  ],
  "practitioner" : {
    "display" : "Dr. Adam Careful"
  },
  "organization" : {
    "reference" : "Organization/Org1"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://nucc.org/provider-taxonomy",
          "code" : "207R00000X",
          "display" : "Internal Medicine"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://nucc.org/provider-taxonomy",
          "code" : "207RC0000X",
          "display" : "Cardiovascular Disease"
        }
      ]
    }
  ],
  "location" : [
    {
      "display" : "South Wing, second floor"
    }
  ],
  "healthcareService" : [
    {
      "display" : "HealthcareService/example"
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "333-333-3333",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "adam.careful@example.org",
      "use" : "work"
    }
  ],
  "endpoint" : [
    {
      "display" : "Endpoint/example"
    }
  ]
}