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. Location

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

Location

Links

Profile

CA-CSD-Location

Derived from

https://profiles.ihe.net/ITI/mCSD/StructureDefinition/IHE.mCSD.Location

Examples

ca-csd-example-location

Description

A Location is a physical place where care can be delivered. Examples of Locations include buildings, wards, rooms, and vehicles. A Location can also represent a jurisdiction such as a health region or zones. A Location will have attributes such as a unique identifier, and may have attributes such as hours of operation, geographic information (address, geocode), hours operation. A Location may be associated with an Organization. A Location may also be in a hierarchy with other Locations.

References to this resource

HealthcareService, Location, Location with Distance, FacilityLocation, JurisdictionLocation, OrganizationAffiliation, PractitionerRole

Resource Content

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

Details and position information for a physical place

Definition

Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated.

Data type

MCSDLocation

Constraints
  • dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
    contained.contained.empty()
  • dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
    contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
  • dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
    contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
  • dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
    contained.meta.security.empty()
  • dom-6: A resource should have narrative for robust management
    text.`div`.exists()
Mappings
  • rim: Entity. Role, or Act
  • rim: .Role[classCode=SDLC]
idΣ0..1id
There are no (further) constraints on this element
Element id
Location.id
Short description

Logical id of this artifact

Definition

The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.

Comments

The only time that a resource does not have an id is when it is being submitted to the server using a create operation.

Data type

id

metaΣ0..1Meta
There are no (further) constraints on this element
Element id
Location.meta
Short description

Metadata about the resource

Definition

The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.

Data type

Meta

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
implicitRulesΣ ?!0..0uri
There are no (further) constraints on this element
Element id
Location.implicitRules
Short description

A set of rules under which this content was created

Definition

A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

Comments

Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.

Data type

uri

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
language0..1codeBinding
There are no (further) constraints on this element
Element id
Location.language
Short description

Language of the resource content

Definition

The base language in which the resource is written.

Comments

Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).

Data type

code

Binding

A human language.

CommonLanguages (preferred)

Binding extensions
maxValueSetAllLanguages
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
text0..1Narrative
There are no (further) constraints on this element
Element id
Location.text
Short description

Text summary of the resource, for human interpretation

Alternate names

narrative, html, xhtml, display

Definition

A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.

Comments

Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later.

Data type

Narrative

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: Act.text?
contained0..*Resource
There are no (further) constraints on this element
Element id
Location.contained
Short description

Contained, inline Resources

Alternate names

inline resources, anonymous resources, contained resources

Definition

These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.

Comments

This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.

Data type

Resource

Mappings
  • rim: N/A
extensionC0..*ExtensionElement id
Location.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 resource. 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)

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
acceptingnewpatientsC0..*Extension(Complex)Element id
Location.extension:acceptingnewpatients
Short description

Optional Extensions Element

Alternate names

extensions, user content

Definition

Optional Extension Element - found in all resources.

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(Complex)

Extension URL

http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/location-AcceptingNewPatients

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
modifierExtension?! C0..0Extension
There are no (further) constraints on this element
Element id
Location.modifierExtension
Short description

Extension

Definition

An Extension

Data type

Extension

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()
identifierSO Σ0..*IdentifierElement id
Location.identifier
Short description

Unique code or number identifying the location to its users

Definition

Unique code or number identifying the location to its users.

Requirements

Organization label locations in registries, need to keep track of those.

Comments

Identified as a query requirement through mCSD CapabilityStatement, and mustSupport element in the CA Baseline.

Data type

Identifier

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.identifier
  • rim: .id
Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
id0..1string
There are no (further) constraints on this element
Element id
Location.identifier.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
Location.identifier.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
useΣ ?!0..1codeBinding
There are no (further) constraints on this element
Element id
Location.identifier.use
Short description

usual | official | temp | secondary | old (If known)

Definition

The purpose of this identifier.

Requirements

Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

Comments

Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

Data type

code

Binding

Identifies the purpose for this identifier, if known .

IdentifierUse (required)

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: N/A
  • rim: Role.code or implied by context
typeΣ0..1CodeableConceptBinding
There are no (further) constraints on this element
Element id
Location.identifier.type
Short description

Description of identifier

Definition

A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

Requirements

Allows users to make use of identifiers when the identifier system is not known.

Comments

This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

Data type

CodeableConcept

Binding

A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

Identifier Type Codes (extensible)

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: CX.5
  • rim: Role.code or implied by context
systemSO Σ1..1uriElement id
Location.identifier.system
Short description

The namespace for the identifier value

Definition

Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

Requirements

There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

Comments

mustSupport element identified within the CA Core profile.

Data type

uri

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General
http://www.acme.com/identifiers/patient
Mappings
  • v2: CX.4 / EI-2-4
  • rim: II.root or Role.id.root
  • servd: ./IdentifierType
Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
valueSO Σ1..1stringElement id
Location.identifier.value
Short description

The value that is unique

Definition

The portion of the identifier typically relevant to the user and which is unique within the context of the system.

Comments

mustSupport element identified within the CA Core profile.

Data type

string

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General
123456
Mappings
  • v2: CX.1 / EI.1
  • rim: II.extension or II.root if system indicates OID or GUID (Or Role.id.extension or root)
  • servd: ./Value
Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
periodΣ0..1Period
There are no (further) constraints on this element
Element id
Location.identifier.period
Short description

Time period when id is/was valid for use

Definition

Time period during which identifier is/was valid for use.

Data type

Period

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: CX.7 + CX.8
  • rim: Role.effectiveTime or implied by context
  • servd: ./StartDate and ./EndDate
assignerΣ0..1Reference(Organization)
There are no (further) constraints on this element
Element id
Location.identifier.assigner
Short description

Organization that issued id (may be just text)

Definition

Organization that issued/manages the identifier.

Comments

The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

Data type

Reference(Organization)

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: CX.4 / (CX.4,CX.9,CX.10)
  • rim: II.assigningAuthorityName but note that this is an improper use by the definition of the field. Also Role.scoper
  • servd: ./IdentifierIssuingAuthority
statusSO Σ ?!1..1codeBindingElement id
Location.status
Short description

The status code of the Location.

Definition

The status code of the Location: active | suspended | inactive

Comments

Identified as a query requirement through mCSD CapabilityStatement. Elements with a modified minimum cardinality of 1 will have a mustSupport element to ensure that it is populated.

Data type

code

Binding

Indicates whether the location is still in use.

LocationStatus (required)

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.status
  • rim: .statusCode
Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
operationalStatusΣ0..1CodingBinding
There are no (further) constraints on this element
Element id
Location.operationalStatus
Short description

The operational status of the location (typically only for a bed/room)

Definition

The operational status covers operation values most relevant to beds (but can also apply to rooms/units/chairs/etc. such as an isolation unit/dialysis chair). This typically covers concepts such as contamination, housekeeping, and other activities like maintenance.

Data type

Coding

Binding

The operational status if the location (where typically a bed/room).

v2.0116 (preferred)

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.status
  • rim: n/a
nameSO Σ1..1stringElement id
Location.name
Short description

The name of the Location.

Definition

The name of the Location.

Comments

Identified as a query requirement through mCSD CapabilityStatement. Elements with a modified minimum cardinality of 1 will have a mustSupport element to ensure that it is populated.

Data type

string

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .name
Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
alias0..*string
There are no (further) constraints on this element
Element id
Location.alias
Short description

A list of alternate names that the location is known as, or was known as, in the past

Definition

A list of alternate names that the location is known as, or was known as, in the past.

Requirements

Over time locations and organizations go through many changes and can be known by different names.

For searching knowing previous names that the location was known by can be very useful.

Comments

There are no dates associated with the alias/historic names, as this is not intended to track when names were used, but to assist in searching so that older names can still result in identifying the location.

Data type

string

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .name
descriptionΣ0..1string
There are no (further) constraints on this element
Element id
Location.description
Short description

Additional details about the location that could be displayed as further information to identify the location beyond its name

Definition

Description of the Location, which helps in finding or referencing the place.

Requirements

Humans need additional information to verify a correct location has been identified.

Data type

string

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .playingEntity[classCode=PLC determinerCode=INSTANCE].desc
modeΣ0..1codeBinding
There are no (further) constraints on this element
Element id
Location.mode
Short description

instance | kind

Definition

Indicates whether a resource instance represents a specific location or a class of locations.

Requirements

When using a Location resource for scheduling or orders, we need to be able to refer to a class of Locations instead of a specific Location.

Comments

This is labeled as a modifier because whether or not the location is a class of locations changes how it can be used and understood.

Data type

code

Binding

Indicates whether a resource instance represents a specific location or a class of locations.

LocationMode (required)

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.class
  • rim: .playingEntity[classCode=PLC].determinerCode
typeSO Σ1..*CodeableConceptBindingElement id
Location.type
Short description

A code that describes the type of Location.

Definition

A code that describes the type of Location.

Comments

Identified as a query requirement through mCSD CapabilityStatement. Elements with a modified minimum cardinality of 1 will have a mustSupport element to ensure that it is populated.

Data type

CodeableConcept

Binding

Indicates the type of function performed at the location.

v3.ServiceDeliveryLocationRoleType (extensible)

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.class
  • rim: .code
Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
telecomSO0..*ContactPointElement id
Location.telecom
Short description

Contact details of the location

Definition

The contact details of communication devices available at the location. This can include phone numbers, fax numbers, mobile numbers, email addresses and web sites.

Comments

Identified as a requirement and mustSupport element from the CA Core.

Data type

ContactPoint

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .telecom
Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
id0..1string
There are no (further) constraints on this element
Element id
Location.telecom.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
Location.telecom.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
systemSO Σ C0..1codeBindingElement id
Location.telecom.system
Short description

phone | fax | email | pager | url | sms | other

Definition

Telecommunications form for contact point - what communications system is required to make use of the contact.

Comments

Identified as a requirement and mustSupport element from the CA Core.

Data type

code

Binding

Telecommunications form for contact point.

ContactPointSystem (required)

Conditions

The cardinality or value of this element may be affected by these constraints: cpt-2

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: XTN.3
  • rim: ./scheme
  • servd: ./ContactPointType
Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
valueSO Σ1..1stringElement id
Location.telecom.value
Short description

The actual contact point details

Definition

The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address).

Requirements

Need to support legacy numbers that are not in a tightly controlled format.

Comments

Identified as a requirement and mustSupport element from the CA Core

Data type

string

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: XTN.1 (or XTN.12)
  • rim: ./url
  • servd: ./Value
Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
useΣ ?!0..1codeBinding
There are no (further) constraints on this element
Element id
Location.telecom.use
Short description

home | work | temp | old | mobile - purpose of this contact point

Definition

Identifies the purpose for the contact point.

Requirements

Need to track the way a person uses this contact, so a user can choose which is appropriate for their purpose.

Comments

Applications can assume that a contact is current unless it explicitly says that it is temporary or old.

Data type

code

Binding

Use of contact point.

ContactPointUse (required)

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: XTN.2 - but often indicated by field
  • rim: unique(./use)
  • servd: ./ContactPointPurpose
rankΣ0..1positiveInt
There are no (further) constraints on this element
Element id
Location.telecom.rank
Short description

Specify preferred order of use (1 = highest)

Definition

Specifies a preferred order in which to use a set of contacts. ContactPoints with lower rank values are more preferred than those with higher rank values.

Comments

Note that rank does not necessarily follow the order in which the contacts are represented in the instance.

Data type

positiveInt

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: n/a
  • rim: n/a
periodΣ0..1Period
There are no (further) constraints on this element
Element id
Location.telecom.period
Short description

Time period when the contact point was/is in use

Definition

Time period when the contact point was/is in use.

Data type

Period

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: N/A
  • rim: ./usablePeriod[type="IVL<TS>"]
  • servd: ./StartDate and ./EndDate
addressSO0..1AddressElement id
Location.address
Short description

Physical location

Definition

Physical location.

Requirements

If locations can be visited, we need to keep track of their address.

Comments

Identified as a query requirement for searching for provider associated by role in the CapabilityStatement. Elements with a modified minimum cardinality of 1 will have a mustSupport element to ensure that it is populated. <br> Please use this element for role-based searches for provider.</br>

Data type

Address

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .addr
Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
id0..1string
There are no (further) constraints on this element
Element id
Location.address.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
Location.address.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
useΣ ?!0..1codeBinding
There are no (further) constraints on this element
Element id
Location.address.use
Short description

home | work | temp | old | billing - purpose of this address

Definition

The purpose of this address.

Requirements

Allows an appropriate address to be chosen from a list of many.

Comments

Applications can assume that an address is current unless it explicitly says that it is temporary or old.

Data type

code

Binding

The use of an address.

AddressUse (required)

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General
home
Mappings
  • v2: XAD.7
  • rim: unique(./use)
  • servd: ./AddressPurpose
typeΣ0..1codeBinding
There are no (further) constraints on this element
Element id
Location.address.type
Short description

postal | physical | both

Definition

Distinguishes between physical addresses (those you can visit) and mailing addresses (e.g. PO Boxes and care-of addresses). Most addresses are both.

Comments

The definition of Address states that "address is intended to describe postal addresses, not physical locations". However, many applications track whether an address has a dual purpose of being a location that can be visited as well as being a valid delivery destination, and Postal addresses are often used as proxies for physical locations (also see the Location resource).

Data type

code

Binding

The type of an address (physical / postal).

AddressType (required)

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General
both
Mappings
  • v2: XAD.18
  • rim: unique(./use)
  • vcard: address type parameter
textΣ0..1string
There are no (further) constraints on this element
Element id
Location.address.text
Short description

Text representation of the address

Definition

Specifies the entire address as it should be displayed e.g. on a postal label. This may be provided instead of or as well as the specific parts.

Requirements

A renderable, unencoded form.

Comments

Can provide both a text representation and parts. Applications updating an address SHALL ensure that when both text and parts are present, no content is included in the text that isn't found in a part.

Data type

string

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General
137 Nowhere Street, Erewhon 9132
Mappings
  • v2: XAD.1 + XAD.2 + XAD.3 + XAD.4 + XAD.5 + XAD.6
  • rim: ./formatted
  • vcard: address label parameter
lineSO Σ0..*stringElement id
Location.address.line
Short description

Street name, number, direction & P.O. Box etc.

Definition

This component contains the house number, apartment number, street name, street direction, P.O. Box number, delivery hints, and similar address information.

Comments

Identified as a query requirement for searching for provider associated by role in the CapabilityStatement.

Data type

string

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General
137 Nowhere Street
Mappings
  • v2: XAD.1 + XAD.2 (note: XAD.1 and XAD.2 have different meanings for a company address than for a person address)
  • rim: AD.part[parttype = AL]
  • vcard: street
  • servd: ./StreetAddress (newline delimitted)
Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
citySO Σ1..1stringElement id
Location.address.city
Short description

Name of city, town etc.

Alternate names

Municpality

Definition

The name of the city, town, suburb, village or other community or delivery center.

Comments

Identified as a query requirement for searching for provider associated by role in the CapabilityStatement. Elements with a modified minimum cardinality of 1 will have a mustSupport element to ensure that it is populated. This element can be used in a chain search (query) for providers in a specific province or city.

Data type

string

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General
Erewhon
Mappings
  • v2: XAD.3
  • rim: AD.part[parttype = CTY]
  • vcard: locality
  • servd: ./Jurisdiction
Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
districtΣ0..1string
There are no (further) constraints on this element
Element id
Location.address.district
Short description

District name (aka county)

Alternate names

County

Definition

The name of the administrative area (county).

Comments

District is sometimes known as county, but in some regions 'county' is used in place of city (municipality), so county name should be conveyed in city instead.

Data type

string

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General
Madison
Mappings
  • v2: XAD.9
  • rim: AD.part[parttype = CNT | CPA]
stateSO Σ0..1stringElement id
Location.address.state
Short description

Sub-unit of country (abbreviations ok)

Alternate names

Province, Territory

Definition

Sub-unit of a country with limited sovereignty in a federally organized country. A code may be used if codes are in common use (e.g. US 2 letter state codes).

Comments

Identified as a query requirement for searching for provider associated by role in the CapabilityStatement. This element can be used in a chain search (query) for providers in a specific province or city.

Data type

string

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: XAD.4
  • rim: AD.part[parttype = STA]
  • vcard: region
  • servd: ./Region
Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
postalCodeSO Σ0..1stringElement id
Location.address.postalCode
Short description

Postal code for area

Alternate names

Zip

Definition

A postal code designating a region defined by the postal service.

Comments

Identified as a query requirement for searching for provider associated by role in the CapabilityStatement.

Data type

string

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General
9132
Mappings
  • v2: XAD.5
  • rim: AD.part[parttype = ZIP]
  • vcard: code
  • servd: ./PostalIdentificationCode
Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
countrySO Σ0..1stringElement id
Location.address.country
Short description

Country (e.g. can be ISO 3166 2 or 3 letter code)

Definition

Country - a nation as commonly understood or generally accepted.

Comments

Identified as a query requirement for searching for provider associated by role in the CapabilityStatement. MustSupport applied to be in alignment with CA:eReC.

Data type

string

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: XAD.6
  • rim: AD.part[parttype = CNT]
  • vcard: country
  • servd: ./Country
Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
periodΣ0..1Period
There are no (further) constraints on this element
Element id
Location.address.period
Short description

Time period when address was/is in use

Definition

Time period when address was/is in use.

Requirements

Allows addresses to be placed in historical context.

Data type

Period

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General
{
  "start": "2010-03-23",
  "end": "2010-07-01"
}
Mappings
  • v2: XAD.12 / XAD.13 + XAD.14
  • rim: ./usablePeriod[type="IVL<TS>"]
  • servd: ./StartDate and ./EndDate
physicalTypeΣ0..1CodeableConcept
There are no (further) constraints on this element
Element id
Location.physicalType
Short description

A code that describes the physical form of the Location.

Definition

A code that describes the physical form of the Location.

Requirements

For purposes of showing relevant locations in queries, we need to categorize locations.

Data type

CodeableConcept

Binding

Physical form of the location.

LocationType (example)

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.class
  • rim: .playingEntity [classCode=PLC].code
position0..1BackboneElement
There are no (further) constraints on this element
Element id
Location.position
Short description

The absolute geographic location

Definition

The absolute geographic location of the Location, expressed using the WGS84 datum (This is the same co-ordinate system used in KML).

Requirements

For mobile applications and automated route-finding knowing the exact location of the Location is required.

Data type

BackboneElement

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .playingEntity [classCode=PLC determinerCode=INSTANCE].positionText
id0..1string
There are no (further) constraints on this element
Element id
Location.position.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
Location.position.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

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
modifierExtensionΣ ?! C0..*Extension
There are no (further) constraints on this element
Element id
Location.position.modifierExtension
Short description

Extensions that cannot be ignored even if unrecognized

Alternate names

extensions, user content, modifiers

Definition

May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

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

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
longitude1..1decimal
There are no (further) constraints on this element
Element id
Location.position.longitude
Short description

Longitude with WGS84 datum

Definition

Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes below).

Data type

decimal

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: (RIM Opted not to map the sub-elements of GPS location, is now an OBS)
latitude1..1decimal
There are no (further) constraints on this element
Element id
Location.position.latitude
Short description

Latitude with WGS84 datum

Definition

Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes below).

Data type

decimal

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: (RIM Opted not to map the sub-elements of GPS location, is now an OBS)
altitude0..1decimal
There are no (further) constraints on this element
Element id
Location.position.altitude
Short description

Altitude with WGS84 datum

Definition

Altitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes below).

Data type

decimal

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: (RIM Opted not to map the sub-elements of GPS location, is now an OBS)
managingOrganizationSO Σ0..1Reference(Organization)Element id
Location.managingOrganization
Short description

Organization responsible for provisioning and upkeep

Definition

The organization responsible for the provisioning and upkeep of the location.

Requirements

Need to know who manages the location.

Comments

Identified as a query requirement through mCSD CapabilityStatement.

Data type

Reference(Organization)

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .scopingEntity[classCode=ORG determinerKind=INSTANCE]
Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
partOfSO0..1Reference(Location)Element id
Location.partOf
Short description

Another Location this one is physically a part of

Definition

Another Location of which this Location is physically a part of.

Requirements

For purposes of location, display and identification, knowing which locations are located within other locations is important.

Comments

Identified as a query requirement through mCSD CapabilityStatement. Allows the search to return the location without having to go through the practitionerRole resource.

Data type

Reference(Location)

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .inboundLink[typeCode=PART].source[classCode=SDLC]
Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
hoursOfOperation0..*BackboneElement
There are no (further) constraints on this element
Element id
Location.hoursOfOperation
Short description

What days/times during a week is this location usually open

Definition

What days/times during a week is this location usually open.

Comments

This type of information is commonly found published in directories and on websites informing customers when the facility is available.

Specific services within the location may have their own hours which could be shorter (or longer) than the locations hours.

Data type

BackboneElement

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .effectiveTime
id0..1string
There are no (further) constraints on this element
Element id
Location.hoursOfOperation.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
Location.hoursOfOperation.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

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
modifierExtensionΣ ?! C0..*Extension
There are no (further) constraints on this element
Element id
Location.hoursOfOperation.modifierExtension
Short description

Extensions that cannot be ignored even if unrecognized

Alternate names

extensions, user content, modifiers

Definition

May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

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

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
daysOfWeek0..*codeBinding
There are no (further) constraints on this element
Element id
Location.hoursOfOperation.daysOfWeek
Short description

mon | tue | wed | thu | fri | sat | sun

Definition

Indicates which days of the week are available between the start and end Times.

Data type

code

Binding

The days of the week.

DaysOfWeek (required)

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .effectiveTime
allDay0..1boolean
There are no (further) constraints on this element
Element id
Location.hoursOfOperation.allDay
Short description

The Location is open all day

Definition

The Location is open all day.

Data type

boolean

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .effectiveTime
openingTime0..1time
There are no (further) constraints on this element
Element id
Location.hoursOfOperation.openingTime
Short description

Time that the Location opens

Definition

Time that the Location opens.

Data type

time

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .effectiveTime
closingTime0..1time
There are no (further) constraints on this element
Element id
Location.hoursOfOperation.closingTime
Short description

Time that the Location closes

Definition

Time that the Location closes.

Data type

time

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .effectiveTime
availabilityExceptions0..1string
There are no (further) constraints on this element
Element id
Location.availabilityExceptions
Short description

Description of availability exceptions

Definition

A description of when the locations opening ours are different to normal, e.g. public holiday availability. Succinctly describing all possible exceptions to normal site availability as detailed in the opening hours Times.

Data type

string

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
endpoint0..*Reference(Endpoint)
There are no (further) constraints on this element
Element id
Location.endpoint
Short description

Technical endpoints providing access to services operated for the location

Definition

Technical endpoints providing access to services operated for the location.

Requirements

Organizations may have different systems at different locations that provide various services and need to be able to define the technical connection details for how to connect to them, and for what purpose.

Data type

Reference(Endpoint)

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
LocationMCSDLocation
There are no (further) constraints on this element
Data type

MCSDLocation

acceptingnewpatientsExtension(Complex)
There are no (further) constraints on this element
Element id
Location.extension:acceptingnewpatients
Data type

Extension(Complex)

Extension URL

http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/location-AcceptingNewPatients

identifierSOElement id
Location.identifier
Comments

Identified as a query requirement through mCSD CapabilityStatement, and mustSupport element in the CA Baseline.

Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
systemSO1..1Element id
Location.identifier.system
Comments

mustSupport element identified within the CA Core profile.

Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
valueSO1..1Element id
Location.identifier.value
Comments

mustSupport element identified within the CA Core profile.

Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
statusSOElement id
Location.status
Comments

Identified as a query requirement through mCSD CapabilityStatement. Elements with a modified minimum cardinality of 1 will have a mustSupport element to ensure that it is populated.

Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
nameSOElement id
Location.name
Comments

Identified as a query requirement through mCSD CapabilityStatement. Elements with a modified minimum cardinality of 1 will have a mustSupport element to ensure that it is populated.

Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
typeSOElement id
Location.type
Comments

Identified as a query requirement through mCSD CapabilityStatement. Elements with a modified minimum cardinality of 1 will have a mustSupport element to ensure that it is populated.

Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
telecomSOElement id
Location.telecom
Comments

Identified as a requirement and mustSupport element from the CA Core.

Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
systemSOElement id
Location.telecom.system
Comments

Identified as a requirement and mustSupport element from the CA Core.

Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
valueSO1..Element id
Location.telecom.value
Comments

Identified as a requirement and mustSupport element from the CA Core

Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
addressSOElement id
Location.address
Comments

Identified as a query requirement for searching for provider associated by role in the CapabilityStatement. Elements with a modified minimum cardinality of 1 will have a mustSupport element to ensure that it is populated. <br> Please use this element for role-based searches for provider.</br>

Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
lineSOElement id
Location.address.line
Comments

Identified as a query requirement for searching for provider associated by role in the CapabilityStatement.

Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
citySO1..Element id
Location.address.city
Comments

Identified as a query requirement for searching for provider associated by role in the CapabilityStatement. Elements with a modified minimum cardinality of 1 will have a mustSupport element to ensure that it is populated. This element can be used in a chain search (query) for providers in a specific province or city.

Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
stateSOElement id
Location.address.state
Comments

Identified as a query requirement for searching for provider associated by role in the CapabilityStatement. This element can be used in a chain search (query) for providers in a specific province or city.

Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
postalCodeSOElement id
Location.address.postalCode
Comments

Identified as a query requirement for searching for provider associated by role in the CapabilityStatement.

Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
countrySOElement id
Location.address.country
Comments

Identified as a query requirement for searching for provider associated by role in the CapabilityStatement. MustSupport applied to be in alignment with CA:eReC.

Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
managingOrganizationS
There are no (further) constraints on this element
Element id
Loction.managingOrganization
Comments

Identified as a query requirement through mCSD CapabilityStatement.

partOfSOReference(Location)Element id
Location.partOf
Comments

Identified as a query requirement through mCSD CapabilityStatement. Allows the search to return the location without having to go through the practitionerRole resource.

Data type

Reference(Location)

Obligations
CodeActor
SHALL:able-to-populate
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="CA-CSD-Location" />
<extension url="http://hl7.org/fhir/StructureDefinition/obligation">
<extension url="code">
<valueCode value="SHALL:able-to-populate" />
</extension>
<extension url="code">
<valueCode value="SHOULD:populate" />
</extension>
<extension url="elementId">
<valueString value="Location.identifier" />
</extension>
<extension url="elementId">
<valueString value="Location.identifier.system" />
</extension>
<extension url="elementId">
<valueString value="Location.identifier.value" />
</extension>
<extension url="elementId">
<valueString value="Location.status" />
</extension>
<extension url="elementId">
<valueString value="Location.name" />
</extension>
<extension url="elementId">
<valueString value="Location.type" />
</extension>
<extension url="elementId">
<valueString value="Location.telecom" />
</extension>
<extension url="elementId">
<valueString value="Location.telecom.system" />
</extension>
<extension url="elementId">
<valueString value="Location.telecom.value" />
</extension>
<extension url="elementId">
<valueString value="Location.address" />
</extension>
<extension url="elementId">
<valueString value="Location.address.line" />
</extension>
<extension url="elementId">
<valueString value="Location.address.city" />
</extension>
<extension url="elementId">
<valueString value="Location.address.state" />
</extension>
<extension url="elementId">
<valueString value="Location.address.postalCode" />
</extension>
<extension url="elementId">
<valueString value="Location.address.country" />
</extension>
<extension url="elementId">
<valueString value="Location.managingOrganization" />
</extension>
<extension url="elementId">
<valueString value="Location.partOf" />
</extension>
<extension url="actor">
<valueCanonical value="http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server" />
</extension>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/obligation">
<extension url="code">
<valueCode value="SHALL:no-error" />
</extension>
<extension url="elementId">
<valueString value="Location.identifier" />
</extension>
<extension url="elementId">
<valueString value="Location.identifier.system" />
</extension>
<extension url="elementId">
<valueString value="Location.identifier.value" />
</extension>
<extension url="elementId">
<valueString value="Location.status" />
</extension>
<extension url="elementId">
<valueString value="Location.name" />
</extension>
<extension url="elementId">
<valueString value="Location.type" />
</extension>
<extension url="elementId">
<valueString value="Location.telecom" />
</extension>
<extension url="elementId">
<valueString value="Location.telecom.system" />
</extension>
<extension url="elementId">
<valueString value="Location.telecom.value" />
</extension>
<extension url="elementId">
<valueString value="Location.address" />
</extension>
<extension url="elementId">
<valueString value="Location.address.line" />
</extension>
<extension url="elementId">
<valueString value="Location.address.city" />
</extension>
<extension url="elementId">
<valueString value="Location.address.state" />
</extension>
<extension url="elementId">
<valueString value="Location.address.postalCode" />
</extension>
<extension url="elementId">
<valueString value="Location.address.country" />
</extension>
<extension url="elementId">
<valueString value="Location.managingOrganization" />
</extension>
<extension url="elementId">
<valueString value="Location.partOf" />
</extension>
<extension url="actor">
<valueCanonical value="http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client" />
</extension>
</extension>
<url value="http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Location" />
<name value="Location" />
<status value="draft" />
<description value="A Location is a physical place where care can be delivered. Examples of Locations include buildings, wards, rooms, and vehicles. A Location can also represent a jurisdiction such as a health region or zones. A Location will have attributes such as a unique identifier, and may have attributes such as hours of operation, geographic information (address, geocode), hours operation. A Location may be associated with an Organization. A Location may also be in a hierarchy with other Locations." />
<copyright value="Copyright © 2024+ Canada Health Infoway. All rights reserved. [Terms of Use and License Agreements](https://ic.infoway-inforoute.ca/en/about/tou). [Privacy Policy](https://www.infoway-inforoute.ca/en/legal/privacy-policy)." />
<fhirVersion value="4.0.1" />
<kind value="resource" />
<abstract value="false" />
<type value="Location" />
<baseDefinition value="https://profiles.ihe.net/ITI/mCSD/StructureDefinition/IHE.mCSD.Location" />
<derivation value="constraint" />
<differential>
<element id="Location.extension:acceptingnewpatients">
<path value="Location.extension" />
<sliceName value="acceptingnewpatients" />
<type>
<code value="Extension" />
<profile value="http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/location-AcceptingNewPatients" />
</type>
</element>
<element id="Location.identifier">
<path value="Location.identifier" />
<comment value="Identified as a query requirement through mCSD CapabilityStatement, and mustSupport element in the CA Baseline." />
<mustSupport value="true" />
</element>
<element id="Location.identifier.system">
<path value="Location.identifier.system" />
<comment value="mustSupport element identified within the CA Core profile." />
<min value="1" />
<max value="1" />
<mustSupport value="true" />
</element>
<element id="Location.identifier.value">
<path value="Location.identifier.value" />
<comment value="mustSupport element identified within the CA Core profile." />
<min value="1" />
<max value="1" />
<mustSupport value="true" />
</element>
<element id="Location.status">
<path value="Location.status" />
<comment value="Identified as a query requirement through mCSD CapabilityStatement. Elements with a modified minimum cardinality of 1 will have a mustSupport element to ensure that it is populated." />
<mustSupport value="true" />
</element>
<element id="Location.name">
<path value="Location.name" />
<comment value="Identified as a query requirement through mCSD CapabilityStatement. Elements with a modified minimum cardinality of 1 will have a mustSupport element to ensure that it is populated." />
<mustSupport value="true" />
</element>
<element id="Location.type">
<path value="Location.type" />
<comment value="Identified as a query requirement through mCSD CapabilityStatement. Elements with a modified minimum cardinality of 1 will have a mustSupport element to ensure that it is populated." />
<mustSupport value="true" />
</element>
<element id="Location.telecom">
<path value="Location.telecom" />
<comment value="Identified as a requirement and mustSupport element from the CA Core." />
<mustSupport value="true" />
</element>
<element id="Location.telecom.system">
<path value="Location.telecom.system" />
<comment value="Identified as a requirement and mustSupport element from the CA Core." />
<mustSupport value="true" />
</element>
<element id="Location.telecom.value">
<path value="Location.telecom.value" />
<comment value="Identified as a requirement and mustSupport element from the CA Core" />
<min value="1" />
<mustSupport value="true" />
</element>
<element id="Location.address">
<path value="Location.address" />
<comment value="Identified as a query requirement for searching for provider associated by role in the CapabilityStatement. Elements with a modified minimum cardinality of 1 will have a mustSupport element to ensure that it is populated. <br> Please use this element for role-based searches for provider.</br>" />
<mustSupport value="true" />
</element>
<element id="Location.address.line">
<path value="Location.address.line" />
<comment value="Identified as a query requirement for searching for provider associated by role in the CapabilityStatement." />
<mustSupport value="true" />
</element>
<element id="Location.address.city">
<path value="Location.address.city" />
<comment value="Identified as a query requirement for searching for provider associated by role in the CapabilityStatement. Elements with a modified minimum cardinality of 1 will have a mustSupport element to ensure that it is populated. This element can be used in a chain search (query) for providers in a specific province or city." />
<min value="1" />
<mustSupport value="true" />
</element>
<element id="Location.address.state">
<path value="Location.address.state" />
<comment value="Identified as a query requirement for searching for provider associated by role in the CapabilityStatement. This element can be used in a chain search (query) for providers in a specific province or city." />
<mustSupport value="true" />
</element>
<element id="Location.address.postalCode">
<path value="Location.address.postalCode" />
<comment value="Identified as a query requirement for searching for provider associated by role in the CapabilityStatement." />
<mustSupport value="true" />
</element>
<element id="Location.address.country">
<path value="Location.address.country" />
<comment value="Identified as a query requirement for searching for provider associated by role in the CapabilityStatement. MustSupport applied to be in alignment with CA:eReC." />
<mustSupport value="true" />
</element>
<element id="Loction.managingOrganization">
<path value="Location.managingOrganization" />
<comment value="Identified as a query requirement through mCSD CapabilityStatement." />
<mustSupport value="true" />
</element>
<element id="Location.partOf">
<path value="Location.partOf" />
<comment value="Identified as a query requirement through mCSD CapabilityStatement. Allows the search to return the location without having to go through the practitionerRole resource." />
<type>
<code value="Reference" />
<targetProfile value="http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Location" />
</type>
<mustSupport value="true" />
</element>
</differential>
</StructureDefinition>
{
"resourceType": "StructureDefinition",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/obligation",
"extension": [
{
"url": "code",
"valueCode": "SHALL:able-to-populate"
},
{
"url": "code",
"valueCode": "SHOULD:populate"
},
{
"url": "elementId",
"valueString": "Location.identifier"
},
{
"url": "elementId",
"valueString": "Location.identifier.system"
},
{
"url": "elementId",
"valueString": "Location.identifier.value"
},
{
"url": "elementId",
"valueString": "Location.status"
},
{
"url": "elementId",
"valueString": "Location.name"
},
{
"url": "elementId",
"valueString": "Location.type"
},
{
"url": "elementId",
"valueString": "Location.telecom"
},
{
"url": "elementId",
"valueString": "Location.telecom.system"
},
{
"url": "elementId",
"valueString": "Location.telecom.value"
},
{
"url": "elementId",
"valueString": "Location.address"
},
{
"url": "elementId",
"valueString": "Location.address.line"
},
{
"url": "elementId",
"valueString": "Location.address.city"
},
{
"url": "elementId",
"valueString": "Location.address.state"
},
{
"url": "elementId",
"valueString": "Location.address.postalCode"
},
{
"url": "elementId",
"valueString": "Location.address.country"
},
{
"url": "elementId",
"valueString": "Location.managingOrganization"
},
{
"url": "elementId",
"valueString": "Location.partOf"
},
{
"url": "actor",
"valueCanonical": "http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server"
}
]
},
{
"url": "http://hl7.org/fhir/StructureDefinition/obligation",
"extension": [
{
"url": "code",
"valueCode": "SHALL:no-error"
},
{
"url": "elementId",
"valueString": "Location.identifier"
},
{
"url": "elementId",
"valueString": "Location.identifier.system"
},
{
"url": "elementId",
"valueString": "Location.identifier.value"
},
{
"url": "elementId",
"valueString": "Location.status"
},
{
"url": "elementId",
"valueString": "Location.name"
},
{
"url": "elementId",
"valueString": "Location.type"
},
{
"url": "elementId",
"valueString": "Location.telecom"
},
{
"url": "elementId",
"valueString": "Location.telecom.system"
},
{
"url": "elementId",
"valueString": "Location.telecom.value"
},
{
"url": "elementId",
"valueString": "Location.address"
},
{
"url": "elementId",
"valueString": "Location.address.line"
},
{
"url": "elementId",
"valueString": "Location.address.city"
},
{
"url": "elementId",
"valueString": "Location.address.state"
},
{
"url": "elementId",
"valueString": "Location.address.postalCode"
},
{
"url": "elementId",
"valueString": "Location.address.country"
},
{
"url": "elementId",
"valueString": "Location.managingOrganization"
},
{
"url": "elementId",
"valueString": "Location.partOf"
},
{
"url": "actor",
"valueCanonical": "http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client"
}
]
}
],
"id": "CA-CSD-Location",
"url": "http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Location",
"name": "Location",
"description": "A Location is a physical place where care can be delivered. Examples of Locations include buildings, wards, rooms, and vehicles. A Location can also represent a jurisdiction such as a health region or zones. A Location will have attributes such as a unique identifier, and may have attributes such as hours of operation, geographic information (address, geocode), hours operation. A Location may be associated with an Organization. A Location may also be in a hierarchy with other Locations.",
"status": "draft",
"copyright": "Copyright © 2024+ Canada Health Infoway. All rights reserved. [Terms of Use and License Agreements](https://ic.infoway-inforoute.ca/en/about/tou). [Privacy Policy](https://www.infoway-inforoute.ca/en/legal/privacy-policy).",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Location",
"baseDefinition": "https://profiles.ihe.net/ITI/mCSD/StructureDefinition/IHE.mCSD.Location",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Location.extension:acceptingnewpatients",
"path": "Location.extension",
"sliceName": "acceptingnewpatients",
"type": [
{
"code": "Extension",
"profile": [
"http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/location-AcceptingNewPatients"
]
}
]
},
{
"id": "Location.identifier",
"path": "Location.identifier",
"comment": "Identified as a query requirement through mCSD CapabilityStatement, and mustSupport element in the CA Baseline.",
"mustSupport": true
},
{
"id": "Location.identifier.system",
"path": "Location.identifier.system",
"comment": "mustSupport element identified within the CA Core profile.",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "Location.identifier.value",
"path": "Location.identifier.value",
"comment": "mustSupport element identified within the CA Core profile.",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "Location.status",
"path": "Location.status",
"comment": "Identified as a query requirement through mCSD CapabilityStatement. Elements with a modified minimum cardinality of 1 will have a mustSupport element to ensure that it is populated.",
"mustSupport": true
},
{
"id": "Location.name",
"path": "Location.name",
"comment": "Identified as a query requirement through mCSD CapabilityStatement. Elements with a modified minimum cardinality of 1 will have a mustSupport element to ensure that it is populated.",
"mustSupport": true
},
{
"id": "Location.type",
"path": "Location.type",
"comment": "Identified as a query requirement through mCSD CapabilityStatement. Elements with a modified minimum cardinality of 1 will have a mustSupport element to ensure that it is populated.",
"mustSupport": true
},
{
"id": "Location.telecom",
"path": "Location.telecom",
"comment": "Identified as a requirement and mustSupport element from the CA Core.",
"mustSupport": true
},
{
"id": "Location.telecom.system",
"path": "Location.telecom.system",
"comment": "Identified as a requirement and mustSupport element from the CA Core.",
"mustSupport": true
},
{
"id": "Location.telecom.value",
"path": "Location.telecom.value",
"comment": "Identified as a requirement and mustSupport element from the CA Core",
"min": 1,
"mustSupport": true
},
{
"id": "Location.address",
"path": "Location.address",
"comment": "Identified as a query requirement for searching for provider associated by role in the CapabilityStatement. Elements with a modified minimum cardinality of 1 will have a mustSupport element to ensure that it is populated. <br> Please use this element for role-based searches for provider.</br>",
"mustSupport": true
},
{
"id": "Location.address.line",
"path": "Location.address.line",
"comment": "Identified as a query requirement for searching for provider associated by role in the CapabilityStatement.",
"mustSupport": true
},
{
"id": "Location.address.city",
"path": "Location.address.city",
"comment": "Identified as a query requirement for searching for provider associated by role in the CapabilityStatement. Elements with a modified minimum cardinality of 1 will have a mustSupport element to ensure that it is populated. This element can be used in a chain search (query) for providers in a specific province or city.",
"min": 1,
"mustSupport": true
},
{
"id": "Location.address.state",
"path": "Location.address.state",
"comment": "Identified as a query requirement for searching for provider associated by role in the CapabilityStatement. This element can be used in a chain search (query) for providers in a specific province or city.",
"mustSupport": true
},
{
"id": "Location.address.postalCode",
"path": "Location.address.postalCode",
"comment": "Identified as a query requirement for searching for provider associated by role in the CapabilityStatement.",
"mustSupport": true
},
{
"id": "Location.address.country",
"path": "Location.address.country",
"comment": "Identified as a query requirement for searching for provider associated by role in the CapabilityStatement. MustSupport applied to be in alignment with CA:eReC.",
"mustSupport": true
},
{
"id": "Loction.managingOrganization",
"path": "Location.managingOrganization",
"comment": "Identified as a query requirement through mCSD CapabilityStatement.",
"mustSupport": true
},
{
"id": "Location.partOf",
"path": "Location.partOf",
"comment": "Identified as a query requirement through mCSD CapabilityStatement. Allows the search to return the location without having to go through the practitionerRole resource.",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Location"
]
}
],
"mustSupport": true
}
]
}
}

Terminology bindings (Differential)

Terminology bindings (Snapshot)

PathConformanceValueSet
Location.languagepreferredhttp://hl7.org/fhir/ValueSet/languages
Location.identifier.userequiredhttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1
Location.identifier.typeextensiblehttp://hl7.org/fhir/ValueSet/identifier-type
Location.statusrequiredhttp://hl7.org/fhir/ValueSet/location-status|4.0.1
Location.operationalStatuspreferredhttp://terminology.hl7.org/ValueSet/v2-0116
Location.moderequiredhttp://hl7.org/fhir/ValueSet/location-mode|4.0.1
Location.typeextensiblehttp://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType
Location.telecom.systemrequiredhttp://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
Location.telecom.userequiredhttp://hl7.org/fhir/ValueSet/contact-point-use|4.0.1
Location.address.userequiredhttp://hl7.org/fhir/ValueSet/address-use|4.0.1
Location.address.typerequiredhttp://hl7.org/fhir/ValueSet/address-type|4.0.1
Location.physicalTypeexamplehttp://hl7.org/fhir/ValueSet/location-physical-type
Location.hoursOfOperation.daysOfWeekrequiredhttp://hl7.org/fhir/ValueSet/days-of-week|4.0.1
PathConformanceValueSet
Location.languagepreferredhttp://hl7.org/fhir/ValueSet/languages
Location.identifier.userequiredhttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1
Location.identifier.typeextensiblehttp://hl7.org/fhir/ValueSet/identifier-type
Location.statusrequiredhttp://hl7.org/fhir/ValueSet/location-status|4.0.1
Location.operationalStatuspreferredhttp://terminology.hl7.org/ValueSet/v2-0116
Location.moderequiredhttp://hl7.org/fhir/ValueSet/location-mode|4.0.1
Location.typeextensiblehttp://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType
Location.telecom.systemrequiredhttp://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
Location.telecom.userequiredhttp://hl7.org/fhir/ValueSet/contact-point-use|4.0.1
Location.address.userequiredhttp://hl7.org/fhir/ValueSet/address-use|4.0.1
Location.address.typerequiredhttp://hl7.org/fhir/ValueSet/address-type|4.0.1
Location.physicalTypeexamplehttp://hl7.org/fhir/ValueSet/location-physical-type
Location.hoursOfOperation.daysOfWeekrequiredhttp://hl7.org/fhir/ValueSet/days-of-week|4.0.1

Constraints

Obligations

ObligationsActorElement
SHALL:able-to-populate, SHOULD:populatehttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/serverLocation.identifier, Location.identifier.system, Location.identifier.value, Location.status, Location.name, Location.type, Location.telecom, Location.telecom.system, Location.telecom.value, Location.address, Location.address.line, Location.address.city, Location.address.state, Location.address.postalCode, Location.address.country, Location.managingOrganization, Location.partOf
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/clientLocation.identifier, Location.identifier.system, Location.identifier.value, Location.status, Location.name, Location.type, Location.telecom, Location.telecom.system, Location.telecom.value, Location.address, Location.address.line, Location.address.city, Location.address.state, Location.address.postalCode, Location.address.country, Location.managingOrganization, Location.partOf

Additional Functionalities Usage

Search for Provider and Associated Organization by Role in a Specific Province

  • Location.address as a populated field would be utilized for this query

Search for a provider location with entity matching and criteria (address-city, type)

  • Utilize Locaiton.type for provider location type
  • Use the Location.address (including .city/.state) for additional support in specifying the criteria Note: To perform this query no special operation (i.e., $match) is needed; standard multi-parameter query would suffice

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