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 3

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 3

  • Overview
  • XML
  • JSON
PractitionerRole
id : example-practitionerrole-ca-core-3
meta
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/practitionerRole-ca-core
identifier
system : http://example.ca/NamingSystem/PractitionerRole
value : PR789013
active : True
period
start : 2024-01-01
end : 2024-12-31
practitioner
reference : Practitioner/example-practitioner-ca-core-3
organization
reference : Organization/example-organization-ca-core
code
coding
system : http://snomed.info/sct
code : 66862007
display : Radiologist (occupation)
specialty
coding
system : http://snomed.info/sct
code : 1304212007
display : Thoracic radiology (qualifier value)
location
reference : Location/example-location-ca-core
telecom
system : phone
value : 604-555-6789
use : work
availableTime
daysOfWeek : mon
daysOfWeek : tue
daysOfWeek : wed
daysOfWeek : thu
daysOfWeek : fri
availableStartTime : 08:00:00
availableEndTime : 16:00:00
<PractitionerRole xmlns="http://hl7.org/fhir">
<id value="example-practitionerrole-ca-core-3" />
<meta>
<profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/practitionerRole-ca-core" />
</meta>
<identifier>
<system value="http://example.ca/NamingSystem/PractitionerRole" />
<value value="PR789013" />
</identifier>
<active value="true" />
<period>
<start value="2024-01-01" />
<end value="2024-12-31" />
</period>
<practitioner>
<reference value="Practitioner/example-practitioner-ca-core-3" />
</practitioner>
<organization>
<reference value="Organization/example-organization-ca-core" />
</organization>
<code>
<coding>
<system value="http://snomed.info/sct" />
<code value="66862007" />
<display value="Radiologist (occupation)" />
</coding>
</code>
<specialty>
<coding>
<system value="http://snomed.info/sct" />
<code value="1304212007" />
<display value="Thoracic radiology (qualifier value)" />
</coding>
</specialty>
<location>
<reference value="Location/example-location-ca-core" />
</location>
<telecom>
<system value="phone" />
<value value="604-555-6789" />
<use value="work" />
</telecom>
<availableTime>
<daysOfWeek value="mon" />
<daysOfWeek value="tue" />
<daysOfWeek value="wed" />
<daysOfWeek value="thu" />
<daysOfWeek value="fri" />
<availableStartTime value="08:00:00" />
<availableEndTime value="16:00:00" />
</availableTime>
</PractitionerRole>
{
"resourceType": "PractitionerRole",
"id": "example-practitionerrole-ca-core-3",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/practitionerRole-ca-core"
]
},
"active": true,
"period": {
"start": "2024-01-01",
"end": "2024-12-31"
},
"practitioner": {
"reference": "Practitioner/example-practitioner-ca-core-3"
},
"organization": {
"reference": "Organization/example-organization-ca-core"
},
"location": [
{
"reference": "Location/example-location-ca-core"
}
],
"code": [
{
"coding": [
{
"code": "66862007",
"system": "http://snomed.info/sct",
"display": "Radiologist (occupation)"
}
]
}
],
"specialty": [
{
"coding": [
{
"code": "1304212007",
"system": "http://snomed.info/sct",
"display": "Thoracic radiology (qualifier value)"
}
]
}
],
"identifier": [
{
"system": "http://example.ca/NamingSystem/PractitionerRole",
"value": "PR789013"
}
],
"telecom": [
{
"system": "phone",
"value": "604-555-6789",
"use": "work"
}
],
"availableTime": [
{
"daysOfWeek": [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"availableStartTime": "08:00:00",
"availableEndTime": "16:00:00"
}
]
}

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