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

FHIR IG analytics

Packageca.infoway.io.core
Resource TypePractitionerRole
IdPractitionerRole-example-practitionerrole-ca-core.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "PractitionerRole",
  "id": "example-practitionerrole-ca-core",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/practitionerRole-ca-core"
    ]
  },
  "practitioner": {
    "reference": "Practitioner/example-practitioner-ca-core"
  },
  "organization": {
    "reference": "Organization/example-organization-ca-core"
  },
  "location": [
    {
      "reference": "Location/example-location-ca-core-2"
    }
  ],
  "code": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/practitioner-role",
          "code": "doctor",
          "display": "Doctor"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "419772000",
          "display": "Family practice"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "604-555-1234",
      "use": "work"
    },
    {
      "system": "email",
      "value": "dr.fake@vgh.ca",
      "use": "work"
    }
  ],
  "notAvailable": [
    {
      "description": "Not available on weekends"
    }
  ],
  "active": true
}