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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pas
Resource TypePractitionerRole
IdPractitionerRole-ReferralPractitionerRoleExample.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 ReferralPractitionerRoleExample

Language: en

Profile: PAS PractitionerRole

practitioner: Practitioner SUSAN WATSON

location: Location REFERRAL CLINIC

telecom: ph: 4029993456


Source1

{
  "resourceType": "PractitionerRole",
  "id": "ReferralPractitionerRoleExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-practitionerrole"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "practitioner": {
    "reference": "Practitioner/ReferralPractitionerExample"
  },
  "location": [
    {
      "reference": "Location/ReferralLocationExample"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "4029993456"
    }
  ]
}