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

FHIR IG analytics

Packagehl7.fhir.us.pacio-toc
Resource TypePractitionerRole
IdPractitionerRole-Role-Pharm-PhilChekhov.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 Role-Pharm-PhilChekhov

active: true

practitioner: Phil Chekhov

organization: Everyday Community Pharmacy

code: Pharmacist

location: Location Everyday Community Pharmacy

telecom: ph: (610) 555 1893


Source1

{
  "resourceType": "PractitionerRole",
  "id": "Role-Pharm-PhilChekhov",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole|8.0.1"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "practitioner": {
    "reference": "Practitioner/Example-Phil-Chekhov",
    "display": "Phil Chekhov"
  },
  "organization": {
    "reference": "Organization/org-Pharm-Everyday-Community-Pharm",
    "display": "Everyday Community Pharmacy"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://nucc.org/provider-taxonomy",
          "code": "183500000X",
          "display": "Pharmacist"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/org-Loc-Everyday-Community-Pharm"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(610) 555 1893"
    }
  ]
}