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-PCP-JohnSmith.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-PCP-JohnSmith"

active: true

practitioner: Practitioner/RT-Practitioner-JohnSmith " SMITH"

code: Primary Care Clinic/Center (provider-taxonomy#261QP2300X)

specialty: Internal medicine (SNOMED CT#419192003)


Source1

{
  "resourceType": "PractitionerRole",
  "id": "RT-PractitionerRole-PCP-JohnSmith",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "practitioner": {
    "reference": "Practitioner/RT-Practitioner-JohnSmith"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://nucc.org/provider-taxonomy",
          "code": "261QP2300X",
          "display": "Primary Care Clinic/Center"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "419192003",
          "display": "Internal medicine"
        }
      ]
    }
  ]
}