Visit the HL7 website
Visit the FHIR website

Pan-Canadian Care Service Directory (1.0.0-DFT)

1.0.0-DFT   Canada flag
  • Table-of-Contents
  • Home
  • Business Context
    • Guidance
    • Usage Highlights
    • Use Cases
    • Guide Considerations
  • Technical Context
    • Overview
    • Background
    • Roles Description
    • Model Diagrams
    • Queries
    • Bulk Export
  • FHIR Artifacts
    • Endpoint
    • Extension DeliveryMethod
    • Extension UsageLicense
    • FacilityLocation
    • FacilityOrganization
    • HealthcareService
    • JurisdictionLocation
    • JurisdictionOrganization
    • Location
    • LocationDistance
    • Organization
    • OrganizationAffiliation
    • Practitioner
    • PractitionerRole
    • Capability Statements
    • Operations
    • Example - Queries
    • Example - Resources
  • Change Log
    1. Table-of-Contents
    2. Examples
    3. Example-HealthcareService

DFT - The specification is currently in ballot review and subject to change. It is not ready for limited roll-out or production level use. For a full list of available versions, see the Directory of published versions

Example-HealthcareService

  • Overview
  • XML
  • JSON
HealthcareService
id : ca-csd-example-healthcare-service
meta
profile : http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-HealthcareService
extension
url : http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/delivery-method
value : 21938471
extension
url : http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/usage-license
value : https://example.com/legal/terms-conditions
identifier
system : http://example.org/healthcare-services
value : HCS-001
active : True
providedBy
reference : Organization/ca-csd-example-organization
display : Example Health Organization
category
coding
system : http://terminology.hl7.org/CodeSystem/service-category
code : 34
display : Allied Health
text : Allied Health
type
coding
system : http://example.org/service-type
code : primary-care
display : Primary Care
text : Primary Care
location
reference : Location/ca-csd-example-location
display : Example Health Clinic
name : Example Primary Care Service
comment : This healthcare service provides primary care at Example Health Clinic.
telecom
system : phone
value : +1-555-555-5555
use : work
telecom
system : email
value : contact@example.org
use : work
coverageArea
reference : Location/ca-csd-example-location
display : Example Health Clinic
<HealthcareService xmlns="http://hl7.org/fhir">
    <id value="ca-csd-example-healthcare-service" />
    <meta>
        <profile value="http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-HealthcareService" />
    </meta>
    <extension url="http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/delivery-method">
        <valueCode value="21938471" />
    </extension>
    <extension url="http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/usage-license">
        <valueUrl value="https://example.com/legal/terms-conditions" />
    </extension>
    <identifier>
        <system value="http://example.org/healthcare-services" />
        <value value="HCS-001" />
    </identifier>
    <active value="true" />
    <providedBy>
        <reference value="Organization/ca-csd-example-organization" />
        <display value="Example Health Organization" />
    </providedBy>
    <category>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/service-category" />
            <code value="34" />
            <display value="Allied Health" />
        </coding>
        <text value="Allied Health" />
    </category>
    <type>
        <coding>
            <system value="http://example.org/service-type" />
            <code value="primary-care" />
            <display value="Primary Care" />
        </coding>
        <text value="Primary Care" />
    </type>
    <location>
        <reference value="Location/ca-csd-example-location" />
        <display value="Example Health Clinic" />
    </location>
    <name value="Example Primary Care Service" />
    <comment value="This healthcare service provides primary care at Example Health Clinic." />
    <telecom>
        <system value="phone" />
        <value value="+1-555-555-5555" />
        <use value="work" />
    </telecom>
    <telecom>
        <system value="email" />
        <value value="contact@example.org" />
        <use value="work" />
    </telecom>
    <coverageArea>
        <reference value="Location/ca-csd-example-location" />
        <display value="Example Health Clinic" />
    </coverageArea>
</HealthcareService>
{
    "resourceType": "HealthcareService",
    "id": "ca-csd-example-healthcare-service",
    "meta": {
        "profile":  [
            "http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-HealthcareService"
        ]
    },
    "extension":  [
        {
            "url": "http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/delivery-method",
            "valueCode": "21938471"
        },
        {
            "url": "http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/usage-license",
            "valueUrl": "https://example.com/legal/terms-conditions"
        }
    ],
    "identifier":  [
        {
            "system": "http://example.org/healthcare-services",
            "value": "HCS-001"
        }
    ],
    "active": true,
    "providedBy": {
        "reference": "Organization/ca-csd-example-organization",
        "display": "Example Health Organization"
    },
    "category":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/service-category",
                    "code": "34",
                    "display": "Allied Health"
                }
            ],
            "text": "Allied Health"
        }
    ],
    "type":  [
        {
            "coding":  [
                {
                    "system": "http://example.org/service-type",
                    "code": "primary-care",
                    "display": "Primary Care"
                }
            ],
            "text": "Primary Care"
        }
    ],
    "location":  [
        {
            "reference": "Location/ca-csd-example-location",
            "display": "Example Health Clinic"
        }
    ],
    "name": "Example Primary Care Service",
    "comment": "This healthcare service provides primary care at Example Health Clinic.",
    "telecom":  [
        {
            "system": "phone",
            "value": "+1-555-555-5555",
            "use": "work"
        },
        {
            "system": "email",
            "value": "contact@example.org",
            "use": "work"
        }
    ],
    "coverageArea":  [
        {
            "reference": "Location/ca-csd-example-location",
            "display": "Example Health Clinic"
        }
    ]
}

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