PACIO Sample Data Depot
0.1.0 - draft

PACIO Sample Data Depot, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/paciowg/sample-data-fsh/ and changes regularly. See the Directory of published versions

: Role-PT-LunaBaskins - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "Role-PT-LunaBaskins",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole Role-PT-LunaBaskins</b></p><a name=\"Role-PT-LunaBaskins\"> </a><a name=\"hcRole-PT-LunaBaskins\"> </a><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-Practitioner-LunaBaskins.html\">Luna Baskins</a></p><p><b>organization</b>: <a href=\"Organization-org-Motor-City-Skilled-Nursing-Facility.html\">Happy Nursing Facility</a></p><p><b>code</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 225100000X}\">Physical Therapist</span></p><p><b>location</b>: <a href=\"https://build.fhir.org/ig/HL7/fhir-transitions-of-care-ig/Location-org-Loc-SNF-Happy-Nursing-Facility.html\">Location Happy Nursing Facility</a></p></div>"
  },
  "active" : true,
  "practitioner" : {
    🔗 "reference" : "Practitioner/Practitioner-LunaBaskins",
    "display" : "Luna Baskins"
  },
  "organization" : {
    🔗 "reference" : "Organization/org-Motor-City-Skilled-Nursing-Facility",
    "display" : "Happy Nursing Facility"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://nucc.org/provider-taxonomy",
          "code" : "225100000X",
          "display" : "Physical Therapist"
        }
      ]
    }
  ],
  "location" : [
    {
      "reference" : "Location/org-Loc-SNF-Happy-Nursing-Facility"
    }
  ]
}