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 Practitioner 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 Practitioner 3

  • Overview
  • XML
  • JSON
Practitioner
id : example-practitioner-ca-core-3
meta
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/practitioner-ca-core
identifier
system : http://example.ca/NamingSystem/Practitioner
value : PR789013
active : True
name
use : official
text : Dr. Riley Okoro
family : Okoro
given : Riley
telecom
system : phone
value : 604-555-6789
use : work
address
use : work
type : physical
text : 1234 Medical Plaza, Vancouver, BC V6B 1A1
line : 1234 Medical Plaza
city : Vancouver
state : BC
postalCode : V6B 1A1
country : CA
gender : female
birthDate : 1985-06-15
qualification
code
coding
system : http://snomed.info/sct
code : 66862007
display : Radiologist (occupation)
text : Radiologist
period
start : 2015-01-01
end : 2025-12-31
issuer
reference : Organization/example-organization-ca-core
<Practitioner xmlns="http://hl7.org/fhir">
<id value="example-practitioner-ca-core-3" />
<meta>
<profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/practitioner-ca-core" />
</meta>
<identifier>
<system value="http://example.ca/NamingSystem/Practitioner" />
<value value="PR789013" />
</identifier>
<active value="true" />
<name>
<use value="official" />
<text value="Dr. Riley Okoro" />
<family value="Okoro" />
<given value="Riley" />
</name>
<telecom>
<system value="phone" />
<value value="604-555-6789" />
<use value="work" />
</telecom>
<address>
<use value="work" />
<type value="physical" />
<text value="1234 Medical Plaza, Vancouver, BC V6B 1A1" />
<line value="1234 Medical Plaza" />
<city value="Vancouver" />
<state value="BC" />
<postalCode value="V6B 1A1" />
<country value="CA" />
</address>
<gender value="female" />
<birthDate value="1985-06-15" />
<qualification>
<code>
<coding>
<system value="http://snomed.info/sct" />
<code value="66862007" />
<display value="Radiologist (occupation)" />
</coding>
<text value="Radiologist" />
</code>
<period>
<start value="2015-01-01" />
<end value="2025-12-31" />
</period>
<issuer>
<reference value="Organization/example-organization-ca-core" />
</issuer>
</qualification>
</Practitioner>
{
"resourceType": "Practitioner",
"id": "example-practitioner-ca-core-3",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/practitioner-ca-core"
]
},
"active": true,
"name": [
{
"use": "official",
"family": "Okoro",
"given": [
"Riley"
],
"text": "Dr. Riley Okoro"
}
],
"gender": "female",
"birthDate": "1985-06-15",
"identifier": [
{
"system": "http://example.ca/NamingSystem/Practitioner",
"value": "PR789013"
}
],
"telecom": [
{
"system": "phone",
"value": "604-555-6789",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "physical",
"line": [
"1234 Medical Plaza"
],
"city": "Vancouver",
"state": "BC",
"postalCode": "V6B 1A1",
"country": "CA",
"text": "1234 Medical Plaza, Vancouver, BC V6B 1A1"
}
],
"qualification": [
{
"code": {
"coding": [
{
"code": "66862007",
"system": "http://snomed.info/sct",
"display": "Radiologist (occupation)"
}
],
"text": "Radiologist"
},
"issuer": {
"reference": "Organization/example-organization-ca-core"
},
"period": {
"start": "2015-01-01",
"end": "2025-12-31"
}
}
]
}

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