Visit the HL7 website
Visit the FHIR website

CA Core+ 1.0.0 DFT-preBallot

1.0.0-DFT-preBallot   Canada flag
  • 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. Home
    2. FHIR Artifacts
    3. Examples
    4. Example PractitionerRole 2

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 2

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

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