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

FHIR IG analytics

PackageSHIFT-Task-Force.privacy.examples
Resource TypePractitionerRole
IdPractitionerRole-DrWhite-psychiatrist.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 DrWhite-psychiatrist

active: true

practitioner: Practitioner Dr. Walter White

organization: Organization Springfield Medical Center Addiction Program

code: Psychiatrist


Source1

{
  "resourceType": "PractitionerRole",
  "id": "DrWhite-psychiatrist",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "practitioner": {
    "reference": "Practitioner/DrWhite"
  },
  "organization": {
    "reference": "Organization/SpringfieldMedicalCenterAddictionProgram"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "80584001",
          "display": "Psychiatrist"
        }
      ]
    }
  ]
}