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

FHIR IG analytics

Packagehl7.fhir.us.directory-query
Resource TypePractitionerRole
IdPractitionerRole-JoeSmithRole1.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 "JoeSmithRole1" Updated "2020-07-07 13:26:22+0000" (Language "en-US")

Profile: National Directory Endpoint Qry Exchange PractitionerRole

Network Reference: Organization/AcmeofCTStdNet "ACME CT Preferred Provider Network"

active: true

practitioner: Practitioner/JoeSmith " SMITH"

organization: Organization/Hospital "Hartford General Hospital"

code: Physician (Provider Role Codes Code System#ph)

specialty: Internal Medicine Physician (provider-taxonomy#207R00000X)

location: Location/HospLoc1 "Hartford Hospital Location 1"

healthcareService: HealthcareService/HospERService


Source1

{
  "resourceType": "PractitionerRole",
  "id": "JoeSmithRole1",
  "meta": {
    "lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
    "profile": [
      "http://hl7.org/fhir/us/directory-query/StructureDefinition/NatlDirEndpointQry-PractitionerRole"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/directory-query/StructureDefinition/network-reference",
      "valueReference": {
        "reference": "Organization/AcmeofCTStdNet"
      }
    }
  ],
  "active": true,
  "practitioner": {
    "reference": "Practitioner/JoeSmith"
  },
  "organization": {
    "reference": "Organization/Hospital"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/directory-query/CodeSystem/ProviderRoleCS",
          "code": "ph"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://nucc.org/provider-taxonomy",
          "code": "207R00000X",
          "display": "Internal Medicine Physician"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/HospLoc1"
    }
  ],
  "healthcareService": [
    {
      "reference": "HealthcareService/HospERService"
    }
  ]
}