Visit the HL7 website
Visit the FHIR website

Pan-Canadian Care Service Directory

DFT-pre-ballot-1.1.1   Canada flag
  • Index
  • Home
  • Business Context
    • Guidance
    • Usage Highlights
    • Use Cases
    • Guide Considerations
  • Technical Context
    • Overview
    • Background
    • Roles Description
    • Model Diagrams
    • Queries
    • Bulk Export
  • FHIR Artifacts
    • Endpoint
    • Extension - AcceptingNewPatients
    • Extension - CurrentWaitTime
    • Extension - DeliveryMethod
    • Extension - UsageLicense
    • FacilityLocation
    • FacilityOrganization
    • HealthcareService
    • JurisdictionLocation
    • JurisdictionOrganization
    • Location
    • LocationDistance
    • Organization
    • OrganizationAffiliation
    • Practitioner
    • PractitionerRole
    • Capability Statements
    • Operations
    • Example - Queries
    • Example - Resources
  • Change Log
    1. Index
    2. Examples
    3. Example-PractitionerRole

DFT-preBallot - The specification is currently in pre-ballot review and subject to change. For a full list of available versions, see the Directory of published versions

Example-PractitionerRole

  • Overview
  • XML
  • JSON
PractitionerRole
id : ca-csd-example-practitionerrole
meta
profile : http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-PractitionerRole
active : True
practitioner
reference : Practitioner/ca-csd-example-practitioner
display : Dr. John Smith
organization
reference : Organization/ca-csd-example-organization
display : HealthCare Clinic
code
coding
system : https://fhir.infoway-inforoute.ca/ValueSet/healthcareproviderroletype
code : doctor
display : Doctor
specialty
coding
system : https://fhir.infoway-inforoute.ca/ValueSet/practitionerspecialty
code : cardiology
display : Cardiology
text : Cardiology
location
reference : Location/ca-csd-example-location
display : Main Clinic Location
healthcareService
reference : HealthcareService/ca-csd-example-healthcare-service
display : Cardiology Services
telecom
system : phone
value : +1-555-123-4567
use : work
telecom
system : email
value : john.smith@healthcareclinic.org
use : work
<PractitionerRole xmlns="http://hl7.org/fhir">
<id value="ca-csd-example-practitionerrole" />
<meta>
<profile value="http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-PractitionerRole" />
</meta>
<active value="true" />
<practitioner>
<reference value="Practitioner/ca-csd-example-practitioner" />
<display value="Dr. John Smith" />
</practitioner>
<organization>
<reference value="Organization/ca-csd-example-organization" />
<display value="HealthCare Clinic" />
</organization>
<code>
<coding>
<system value="https://fhir.infoway-inforoute.ca/ValueSet/healthcareproviderroletype" />
<code value="doctor" />
<display value="Doctor" />
</coding>
</code>
<specialty>
<coding>
<system value="https://fhir.infoway-inforoute.ca/ValueSet/practitionerspecialty" />
<code value="cardiology" />
<display value="Cardiology" />
</coding>
<text value="Cardiology" />
</specialty>
<location>
<reference value="Location/ca-csd-example-location" />
<display value="Main Clinic Location" />
</location>
<healthcareService>
<reference value="HealthcareService/ca-csd-example-healthcare-service" />
<display value="Cardiology Services" />
</healthcareService>
<telecom>
<system value="phone" />
<value value="+1-555-123-4567" />
<use value="work" />
</telecom>
<telecom>
<system value="email" />
<value value="john.smith@healthcareclinic.org" />
<use value="work" />
</telecom>
</PractitionerRole>
{
"resourceType": "PractitionerRole",
"id": "ca-csd-example-practitionerrole",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-PractitionerRole"
]
},
"active": true,
"practitioner": {
"reference": "Practitioner/ca-csd-example-practitioner",
"display": "Dr. John Smith"
},
"organization": {
"reference": "Organization/ca-csd-example-organization",
"display": "HealthCare Clinic"
},
"code": [
{
"coding": [
{
"system": "https://fhir.infoway-inforoute.ca/ValueSet/healthcareproviderroletype",
"code": "doctor",
"display": "Doctor"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "https://fhir.infoway-inforoute.ca/ValueSet/practitionerspecialty",
"code": "cardiology",
"display": "Cardiology"
}
],
"text": "Cardiology"
}
],
"location": [
{
"reference": "Location/ca-csd-example-location",
"display": "Main Clinic Location"
}
],
"healthcareService": [
{
"reference": "HealthcareService/ca-csd-example-healthcare-service",
"display": "Cardiology Services"
}
],
"telecom": [
{
"system": "phone",
"value": "+1-555-123-4567",
"use": "work"
},
{
"system": "email",
"value": "john.smith@healthcareclinic.org",
"use": "work"
}
]
}

IG © based on FHIR R4 | Package package:ca.infoway.io.ca-csd@1.1.1-dft-preBallot
HL7® and FHIR® are the registered trademarks of Health Level Seven International