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

FHIR IG analytics

Packagehl7.fhir.us.phcp
Resource TypePractitionerRole
IdPractitionerRole-phcp-practitionerrole-example.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


Source1

{
  "resourceType": "PractitionerRole",
  "id": "phcp-practitionerrole-example",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2020-11-28T03:36:16.979+00:00",
    "source": "#cEo3hbAK7e5kRQvR",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "practitioner": {
    "reference": "Practitioner/phcp-practitioner-example"
  },
  "organization": {
    "reference": "Organization/phcp-organization-example"
  },
  "telecom": [
    {
      "system": "email",
      "value": "doc@example.org"
    }
  ]
}