Draft preBallot - This specification is under preBallot review and subject to change. It should not be used for implementation purposes. . . . . For a full list of available versions, see the Directory of published versions
Example PractitionerRole 3
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" ] }, "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", "tue", "wed", "thu", "fri" ], "availableStartTime": "08:00:00", "availableEndTime": "16:00:00" } ] }