Visit the HL7 website
Visit the FHIR website

CA Core+ v1.1.0 DFT-preBallot

1.1.0-DFT-preBallot   Canada flag
  • Index
  • Home
  • Business Context
    • Business Context
    • Relationship to PCHDCF
    • Relationship to Other Specifications
    • CA Core+ to pCHDCF Mapping
  • Technical Context
    • Technical Context
    • Artifact Status Summary
    • Profiling Conventions & Approach
    • General Guidance
    • Mapping Logic
    • Security And Privacy
  • Modules
    • Modules
    • Common Data Exchange
    • Workflows
  • FHIR Artifacts
    • FHIR Artifacts
    • Profiles
    • Extensions
    • Data Types
    • Terminology
    • Examples
    • Download
  • Change Log
    • Change Log
    • Specification Guidance
    • Copyrights
    • Known Issues & Future Development
    • Specification Feedback
    1. Index
    2. FHIR Artifacts
    3. Examples
    4. Example PractitionerRole 1

DFT-preBallot - The specification is a DFT-preBallot version of CA Core+ for collecting community feedback. For a full list of available versions, see the Directory of published versions

Example PractitionerRole 1

  • Overview
  • XML
  • JSON
PractitionerRole
id : example-practitionerrole-ca-core
meta
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/practitionerRole-ca-core
active : True
practitioner
reference : Practitioner/example-practitioner-ca-core
organization
reference : Organization/example-organization-ca-core
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
location
reference : Location/example-location-ca-core-2
telecom
system : phone
value : 604-555-1234
use : work
telecom
system : email
value : dr.fake@vgh.ca
use : work
notAvailable
description : Not available on weekends
<PractitionerRole xmlns="http://hl7.org/fhir">
<id value="example-practitionerrole-ca-core" />
<meta>
<profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/practitionerRole-ca-core" />
</meta>
<active value="true" />
<practitioner>
<reference value="Practitioner/example-practitioner-ca-core" />
</practitioner>
<organization>
<reference value="Organization/example-organization-ca-core" />
</organization>
<code>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/practitioner-role" />
<code value="doctor" />
<display value="Doctor" />
</coding>
</code>
<specialty>
<coding>
<system value="http://snomed.info/sct" />
<code value="419772000" />
<display value="Family practice" />
</coding>
</specialty>
<location>
<reference value="Location/example-location-ca-core-2" />
</location>
<telecom>
<system value="phone" />
<value value="604-555-1234" />
<use value="work" />
</telecom>
<telecom>
<system value="email" />
<value value="dr.fake@vgh.ca" />
<use value="work" />
</telecom>
<notAvailable>
<description value="Not available on weekends" />
</notAvailable>
</PractitionerRole>
{
"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
}

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