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 HealthcareService

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 HealthcareService

  • Overview
  • XML
  • JSON
HealthcareService
id : example-healthcareservice-ca-core
meta
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/healthcareservice-ca-core
identifier
system : http://example.ca/NamingSystem/HealthcareService
value : HS123456
providedBy
reference : Organization/example-organization-ca-core
type
coding
system : http://loinc.org
code : 24627-2
display : CT Chest
specialty
coding
system : http://snomed.info/sct
code : 394914008
display : Radiology - specialty (qualifier value)
location
reference : Location/example-location-ca-core
name : CT Chest Imaging Service
program
coding
system : http://snomed.info/sct
code : 275981009
display : Screening for malignant neoplasm of lung (procedure)
communication
coding
system : http://tools.ietf.org/html/bcp47
code : en-CA
display : English Canada
communication
coding
system : http://tools.ietf.org/html/bcp47
code : fr-CA
display : French Canada
referralMethod
coding
system : http://terminology.hl7.org/CodeSystem/service-referral-method
code : email
display : Email
availableTime
daysOfWeek : mon
daysOfWeek : tue
daysOfWeek : wed
daysOfWeek : thu
daysOfWeek : fri
availableStartTime : 08:00:00
availableEndTime : 17:00:00
notAvailable
description : Holidays and weekends
<HealthcareService xmlns="http://hl7.org/fhir">
<id value="example-healthcareservice-ca-core" />
<meta>
<profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/healthcareservice-ca-core" />
</meta>
<identifier>
<system value="http://example.ca/NamingSystem/HealthcareService" />
<value value="HS123456" />
</identifier>
<providedBy>
<reference value="Organization/example-organization-ca-core" />
</providedBy>
<type>
<coding>
<system value="http://loinc.org" />
<code value="24627-2" />
<display value="CT Chest" />
</coding>
</type>
<specialty>
<coding>
<system value="http://snomed.info/sct" />
<code value="394914008" />
<display value="Radiology - specialty (qualifier value)" />
</coding>
</specialty>
<location>
<reference value="Location/example-location-ca-core" />
</location>
<name value="CT Chest Imaging Service" />
<program>
<coding>
<system value="http://snomed.info/sct" />
<code value="275981009" />
<display value="Screening for malignant neoplasm of lung (procedure)" />
</coding>
</program>
<communication>
<coding>
<system value="http://tools.ietf.org/html/bcp47" />
<code value="en-CA" />
<display value="English Canada" />
</coding>
</communication>
<communication>
<coding>
<system value="http://tools.ietf.org/html/bcp47" />
<code value="fr-CA" />
<display value="French Canada" />
</coding>
</communication>
<referralMethod>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/service-referral-method" />
<code value="email" />
<display value="Email" />
</coding>
</referralMethod>
<availableTime>
<daysOfWeek value="mon" />
<daysOfWeek value="tue" />
<daysOfWeek value="wed" />
<daysOfWeek value="thu" />
<daysOfWeek value="fri" />
<availableStartTime value="08:00:00" />
<availableEndTime value="17:00:00" />
</availableTime>
<notAvailable>
<description value="Holidays and weekends" />
</notAvailable>
</HealthcareService>
{
"resourceType": "HealthcareService",
"id": "example-healthcareservice-ca-core",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/healthcareservice-ca-core"
]
},
"identifier": [
{
"system": "http://example.ca/NamingSystem/HealthcareService",
"value": "HS123456"
}
],
"name": "CT Chest Imaging Service",
"type": [
{
"coding": [
{
"code": "24627-2",
"system": "http://loinc.org",
"display": "CT Chest"
}
]
}
],
"providedBy": {
"reference": "Organization/example-organization-ca-core"
},
"location": [
{
"reference": "Location/example-location-ca-core"
}
],
"availableTime": [
{
"daysOfWeek": [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"availableStartTime": "08:00:00",
"availableEndTime": "17:00:00"
}
],
"notAvailable": [
{
"description": "Holidays and weekends"
}
],
"specialty": [
{
"coding": [
{
"code": "394914008",
"system": "http://snomed.info/sct",
"display": "Radiology - specialty (qualifier value)"
}
]
}
],
"program": [
{
"coding": [
{
"code": "275981009",
"system": "http://snomed.info/sct",
"display": "Screening for malignant neoplasm of lung (procedure)"
}
]
}
],
"referralMethod": [
{
"coding": [
{
"code": "email",
"system": "http://terminology.hl7.org/CodeSystem/service-referral-method",
"display": "Email"
}
]
}
],
"communication": [
{
"coding": [
{
"code": "en-CA",
"system": "http://tools.ietf.org/html/bcp47",
"display": "English Canada"
}
]
},
{
"coding": [
{
"code": "fr-CA",
"system": "http://tools.ietf.org/html/bcp47",
"display": "French Canada"
}
]
}
]
}

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