Visit the HL7 website
Visit the FHIR website

Pan-Canadian Care Service Directory

DFT-pre-ballot-1.1.1   Canada flag
  • Index
  • 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 - AcceptingNewPatients
    • Extension - CurrentWaitTime
    • 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. Index
    2. FHIR Artifacts
    3. Extension - UsageLicense

DFT-preBallot - The specification is currently in pre-ballot review and subject to change. For a full list of available versions, see the Directory of published versions

Extension - UsageLicense

Links

Profile

Derived from

Examples

Description

References to this resource

Resource Content

  • Tree view
  • Overview
  • XML
  • JSON
HealthcareServiceUsageLicense (Extension)CExtension
There are no (further) constraints on this element
Element id
Extension
Short description

Optional Extensions Element

Definition

Optional Extension Element - found in all resources.

Data type

Extension

Conditions

The cardinality or value of this element may be affected by these constraints: ele-1

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
id0..1string
There are no (further) constraints on this element
Element id
Extension.id
Short description

Unique id for inter-element referencing

Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Data type

string

Mappings
  • rim: n/a
extensionC0..*Extension
There are no (further) constraints on this element
Element id
Extension.extension
Short description

Additional content defined by implementations

Alternate names

extensions, user content

Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Data type

Extension

Slicing

Unordered, Open, by url(Value)

Extensions are always sliced by (at least) url

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
url1..1uriFixed ValueElement id
Extension.url
Short description

identifies the meaning of the extension

Definition

Source of the definition for the extension code - a logical name or a URL.

Comments

The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

Data type

uri

Fixed value
http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/healthcareService-usageLicense
Mappings
  • rim: N/A
value[x]0..1
There are no (further) constraints on this element
Element id
Extension.value[x]
Short description

Value of extension

Definition

Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: N/A
valueUrlurlData type

url

HealthcareServiceUsageLicense (Extension)Extension
There are no (further) constraints on this element
Data type

Extension

urlFixed Value
There are no (further) constraints on this element
Element id
Extension.url
Fixed value
http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/healthcareService-usageLicense
value[x]
There are no (further) constraints on this element
Element id
Extension.value[x]
valueUrlurl
There are no (further) constraints on this element
Data type

url

<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="healthcareService-usageLicense" />
<url value="http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/healthcareService-usageLicense" />
<version value="1.1.0" />
<name value="HealthcareServiceUsageLicense" />
<title value="Healthcare Service Usage License" />
<status value="draft" />
<description value="Adopted from the Ontario eServices guide and uplifted for pan-Canadian use. This extension describes the licensing conditions under which this HealthcareService (and related) resources may be used." />
<jurisdiction>
<coding>
<system value="https://canadapost.ca/CodeSystem/ProvinceCodes" />
<code value="AB" />
</coding>
<coding>
<system value="https://canadapost.ca/CodeSystem/ProvinceCodes" />
<code value="ON" />
</coding>
<coding>
<system value="urn:iso:std:iso:3166" />
<code value="CA" />
</coding>
</jurisdiction>
<fhirVersion value="4.0.1" />
<kind value="complex-type" />
<abstract value="false" />
<context>
<type value="element" />
<expression value="HealthcareService" />
</context>
<type value="Extension" />
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" />
<derivation value="constraint" />
<differential>
<element id="Extension.url">
<path value="Extension.url" />
<fixedUri value="http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/healthcareService-usageLicense" />
</element>
<element id="Extension.value[x]">
<path value="Extension.value[x]" />
<type>
<code value="url" />
</type>
</element>
</differential>
</StructureDefinition>
{
"resourceType": "StructureDefinition",
"id": "healthcareService-usageLicense",
"url": "http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/healthcareService-usageLicense",
"name": "HealthcareServiceUsageLicense",
"title": "Healthcare Service Usage License",
"jurisdiction": [
{
"coding": [
{
"system": "https://canadapost.ca/CodeSystem/ProvinceCodes",
"code": "AB"
},
{
"system": "https://canadapost.ca/CodeSystem/ProvinceCodes",
"code": "ON"
},
{
"system": "urn:iso:std:iso:3166",
"code": "CA"
}
]
}
],
"status": "draft",
"version": "1.1.0",
"description": "Adopted from the Ontario eServices guide and uplifted for pan-Canadian use. This extension describes the licensing conditions under which this HealthcareService (and related) resources may be used.",
"fhirVersion": "4.0.1",
"kind": "complex-type",
"abstract": false,
"context": [
{
"type": "element",
"expression": "HealthcareService"
}
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/healthcareService-usageLicense"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"type": [
{
"code": "url"
}
]
}
]
}
}

Terminology bindings (Differential)

Terminology bindings (Snapshot)

Constraints

Obligations

IG © based on FHIR R4 | Package package:ca.infoway.io.ca-csd@1.1.1-dft-preBallot
HL7® and FHIR® are the registered trademarks of Health Level Seven International