PACIO Cognitive Status Implementation Guide
1.0.0 - STU 1 United States of America flag

PACIO Cognitive Status Implementation Guide, published by HL7 Patient Care Work Group. 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-pacio-cognitive-status/ and changes regularly. See the Directory of published versions

: provider-role-neurologist - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "provider-role-neurologist",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole provider-role-neurologist</b></p><a name=\"provider-role-neurologist\"> </a><a name=\"hcprovider-role-neurologist\"> </a><a name=\"provider-role-neurologist-en-US\"> </a><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-Practitioner-NoraOlogist.html\">Practitioner Nora Ologist</a></p><p><b>organization</b>: <a href=\"Organization-provider-org-16.html\">Organization Neuro Care INC.</a></p><p><b>code</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 2084N0400X}\">Neurology Physician</span></p><p><b>location</b>: <a href=\"Location-provider-org-loc-16.html\">Location Neuro Care INC.</a></p></div>"
  },
  "active" : true,
  "practitioner" : {
    🔗 "reference" : "Practitioner/Practitioner-NoraOlogist"
  },
  "organization" : {
    🔗 "reference" : "Organization/provider-org-16"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://nucc.org/provider-taxonomy",
          "code" : "2084N0400X",
          "display" : "Neurology Physician"
        }
      ]
    }
  ],
  "location" : [
    {
      🔗 "reference" : "Location/provider-org-loc-16"
    }
  ]
}