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

FHIR IG analytics

Packagefhir.paciosampledata
Resource TypePractitionerRole
IdPractitionerRole-PractitionerRole-Pharm-SonyaNguyen.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 PractitionerRole-Pharm-SonyaNguyen

active: true

practitioner: Sonya Nguyen

organization: Metro Hospital Emergency Department

code: Pharmacist

location: Location Metro Hospital Emergency Department


Source1

{
  "resourceType": "PractitionerRole",
  "id": "PractitionerRole-Pharm-SonyaNguyen",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "practitioner": {
    "reference": "Practitioner/Practitioner-SonyaNguyen",
    "display": "Sonya Nguyen"
  },
  "organization": {
    "reference": "Organization/org-ED-Metro-Hospital",
    "display": "Metro Hospital Emergency Department"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://nucc.org/provider-taxonomy",
          "code": "183500000X",
          "display": "Pharmacist"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/org-Loc-ED-Metro-Hospital"
    }
  ]
}