FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.pacio-rt
Resource TypePractitionerRole
IdPractitionerRole-RT-PractitionerRole-RN-JacobHartwell.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: PractitionerRole

Resource PractitionerRole "RT-PractitionerRole-RN-JacobHartwell"

active: true

practitioner: Practitioner/RT-Practitioner-JacobHartwell " HARTWELL"

organization: Organization/RT-PractitionerOrg-SkyHarbor-HHA "Sky Harbor Home Health Services"

code: Home Health Registered Nurse (provider-taxonomy#163WH0200X)

specialty: General medical practice (SNOMED CT#408443003)

location: Location/RT-PractitionerOrgLoc-SkyHarbor-HHA "Sky Harbor Home Health Services"


Source1

{
  "resourceType": "PractitionerRole",
  "id": "RT-PractitionerRole-RN-JacobHartwell",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "practitioner": {
    "reference": "Practitioner/RT-Practitioner-JacobHartwell"
  },
  "organization": {
    "reference": "Organization/RT-PractitionerOrg-SkyHarbor-HHA"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://nucc.org/provider-taxonomy",
          "code": "163WH0200X",
          "display": "Home Health Registered Nurse"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "408443003",
          "display": "General medical practice"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/RT-PractitionerOrgLoc-SkyHarbor-HHA"
    }
  ]
}