0.1.0 - ci-build

PatientScheduling - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: BrianLBachelderMDRole - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "BrianLBachelderMDRole",
  "meta" : {
    "profile" : [
      🔗 "http://example.org/StructureDefinition/smart-practitioner-role"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole BrianLBachelderMDRole</b></p><a name=\"BrianLBachelderMDRole\"> </a><a name=\"hcBrianLBachelderMDRole\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-smart-practitioner-role.html\">SMART PractitionerRole</a></p></div><p><b>identifier</b>: <code>https://healthsystem.example.com/practitioner-role-directory</code>/ROLE-12345, <a href=\"http://terminology.hl7.org/7.0.1/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/1356439228</p><p><b>active</b>: true</p><p><b>period</b>: 2006-10-10 --&gt; (ongoing)</p><p><b>practitioner</b>: <a href=\"Practitioner-BrianLBachelderMD.html\">Brian L Bachelder, MD</a></p><p><b>organization</b>: <a href=\"Organization/PartnersPhysicianGroup\">Partners Physician Group</a></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/ndh/CodeSystem/NdhPractitionerRoleCS ph}\">ph</span></p><p><b>specialty</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 207Q00000X}\">Family Medicine Physician</span></p><p><b>location</b>: <a href=\"Location/PartnersMD\">Partners MD</a></p><p><b>telecom</b>: ph: 413-555-0123, <a href=\"mailto:appointments@partner.example.com\">appointments@partner.example.com</a></p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday, Thursday, Friday</p><p><b>availableStartTime</b>: 09:00:00</p><p><b>availableEndTime</b>: 17:00:00</p></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "https://healthsystem.example.com/practitioner-role-directory",
      "value" : "ROLE-12345"
    },
    {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "1356439228"
    }
  ],
  "active" : true,
  "period" : {
    "start" : "2006-10-10"
  },
  "practitioner" : {
    🔗 "reference" : "Practitioner/BrianLBachelderMD",
    "display" : "Brian L Bachelder, MD"
  },
  "organization" : {
    "reference" : "Organization/PartnersPhysicianGroup",
    "display" : "Partners Physician Group"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/ndh/CodeSystem/NdhPractitionerRoleCS",
          "code" : "ph"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://nucc.org/provider-taxonomy",
          "code" : "207Q00000X"
        }
      ]
    }
  ],
  "location" : [
    {
      "reference" : "Location/PartnersMD",
      "display" : "Partners MD"
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "413-555-0123"
    },
    {
      "system" : "email",
      "value" : "appointments@partner.example.com"
    }
  ],
  "availableTime" : [
    {
      "daysOfWeek" : [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri"
      ],
      "availableStartTime" : "09:00:00",
      "availableEndTime" : "17:00:00"
    }
  ]
}