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

FHIR IG analytics

Packageca.bc.patient-summary
Resource TypePractitionerRole
IdPS-CA BC PractitionerRole Example V1.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

Practitioner Role

Name: Dr. Jane Doe

Identifiers (MSP): [12345]

Type of Organization: Clinic

Role: MD

Phone: 604-858-3691

Fax: 604-858-3691

Address: 201-2763 Beverly St, Duncan, BC, V9L 6Y9, Canada


Source1

{
  "resourceType": "PractitionerRole",
  "id": "PractitionerRolePSBCExample",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.example.org/practitioners",
      "value": "12345",
      "display": "MSP"
    }
  ],
  "practitioner": {
    "reference": "Practitioner/PractitionerPSBCExample",
    "display": "Dr. Jane Doe"
  },
  "organization": {
    "reference": "Organization/OrganizationPSBCExample",
    "display": "Clinic"
  },
  "code": [
    {
      "coding": [
        {
          "system": "https://fhir.infoway-inforoute.ca/CodeSystem/scptype",
          "code": "MD",
          "display": "Medical Doctor"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "fax",
      "value": "(60) 4858 3691",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "(60) 4858 3691",
      "use": "work",
      "rank": 1
    },
    {
      "system": "email",
      "value": "janedoe@ehealth;ab.org",
      "use": "work"
    }
  ]
}