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-TracyCount.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-TracyCount

active: true

practitioner: Tracy Count

organization: Not Every Day Contract Pharmacy

code: Pharmacist

location: Location Not Every Day Contract Pharmacy

telecom: ph: (410) 588 4939


Source1

{
  "resourceType": "PractitionerRole",
  "id": "Role-Pharm-TracyCount",
  "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-Tracy-Count",
    "display": "Tracy Count"
  },
  "organization": {
    "reference": "Organization/org-Pharm-NED-Contract-Pharm",
    "display": "Not Every Day Contract Pharmacy"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://nucc.org/provider-taxonomy",
          "code": "183500000X",
          "display": "Pharmacist"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/org-Loc-NED-Contract-Pharm"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(410) 588 4939"
    }
  ]
}