Visit the HL7 website
Visit the FHIR website

Pan-Canadian Care Service Directory (1.0.0-DFT)

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

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

JurisdictionOrganization

Links

Profile

CA-CSD-Jurisdiction-Organization

Derived from

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

Examples

ca-csd-example-organization-jurisdiction

Description

A Jurisdiction consists of a pairing of a Location Resource and Organization resource. A jurisdiction is a political administrative unit or other territory over which authority is exercised. Jurisdictions include political administrative units such as village districts or regions.

References to this resource

JurisdictionLocation

Resource Content

  • Tree view
  • Overview
  • XML
  • JSON
JurisdictionOrganization (Organization)IMCSDJurisdictionOrganization
There are no (further) constraints on this element
Element id

Organization

Short description

A grouping of people or organizations with a common purpose

Definition

A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc.

Data type

MCSDJurisdictionOrganization

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()
  • org-1: The organization SHALL at least have a name or an identifier, and possibly more than one
    (identifier.count() + name.count()) > 0
Mappings
  • rim: Entity. Role, or Act
  • v2: (also see master files messages)
  • rim: Organization(classCode=ORG, determinerCode=INST)
  • servd: Organization
idΣ0..1id
There are no (further) constraints on this element
Element id

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

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

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

Organization.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)

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

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

Organization.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
extensionI0..*Extension
There are no (further) constraints on this element
Element id

Organization.extension

Short description

Extension

Definition

An Extension

Data type

Extension

Sliced:

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()
purposeOfUseI0..*Extension(CodeableConcept)
There are no (further) constraints on this element
Element id

Organization.extension:purposeOfUse

Short description

Purpose of Use Extension

Definition

Set a purpose of use for an mCSD Endpoint or mCSD Organization.

Data type

Extension(CodeableConcept)

Extension URL

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

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

Organization.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()
identifierS Σ I0..*IdentifierElement id

Organization.identifier

Short description

Identifies this organization across multiple systems

Definition

Identifier for the organization that is used to identify the organization across multiple disparate systems.

Requirements

Organizations are known by a variety of ids. Some institutions maintain several, and most collect identifiers for exchange with other organizations concerning the organization.

Comments

Identified as a query requirement through mCSD CapabilityStatement.

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
  • v2: XON.10 / XON.3
  • rim: .scopes[Role](classCode=IDENT)
  • servd: ./Identifiers
activeS Σ ?!0..1booleanElement id

Organization.active

Short description

Whether the organization's record is still in active use

Definition

Whether the organization's record is still in active use.

Requirements

Need a flag to indicate a record is no longer to be used and should generally be hidden for the user in the UI.

Comments

Identified as a query requirement through mCSD CapabilityStatement.

Meaning when missing

This resource is generally assumed to be active if no value is provided for the active element

Data type

boolean

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.status
  • v2: No equivalent in HL7 v2
  • rim: .status
  • servd: ./Status (however this concept in ServD more covers why the organization is active or not, could be delisted, deregistered, not operational yet) this could alternatively be derived from ./StartDate and ./EndDate and given a context date.
typeS Σ1..*CodeableConceptElement id

Organization.type

Short description

One type must be set to: https://profiles.ihe.net/ITI/mCSD/CodeSystem/IHE.mCSD.Organization.Location.Types#jurisdiction

Definition

One type must be set to: https://profiles.ihe.net/ITI/mCSD/CodeSystem/IHE.mCSD.Organization.Location.Types#jurisdiction

Requirements

Need to be able to track the kind of organization that this is - different organization types have different uses.

Comments

Identified as a query requirement through mCSD CapabilityStatement.

Data type

CodeableConcept

Sliced:

Unordered, Open, by $this(Value)

Binding

Used to categorize the organization.

OrganizationType (example)

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.class
  • v2: No equivalent in v2
  • rim: .code
  • servd: n/a
jurisdictionΣ1..1CodeableConceptPattern
There are no (further) constraints on this element
Element id

Organization.type:jurisdiction

Short description

A code that describes the type of Organization.

Definition

A code that describes the type of Organization.

Requirements

Need to be able to track the kind of organization that this is - different organization types have different uses.

Comments

Organizations can be corporations, wards, sections, clinical teams, government departments, etc. Note that code is generally a classifier of the type of organization; in many applications, codes are used to identity a particular organization (say, ward) as opposed to another of the same type - these are identifiers, not codes

When considering if multiple types are appropriate, you should evaluate if child organizations would be a more appropriate use of the concept, as different types likely are in different sub-areas of the organization. This is most likely to be used where type values have orthogonal values, such as a religious, academic and medical center.

We expect that some jurisdictions will profile this optionality to be a single cardinality.

Data type

CodeableConcept

Binding

Used to categorize the organization.

OrganizationType (example)

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

{
  "coding": [
    {
      "system": "https://profiles.ihe.net/ITI/mCSD/CodeSystem/IHE.mCSD.Organization.Location.Types",
      "code": "jurisdiction"
    }
  ]
}

Mappings
  • w5: FiveWs.class
  • v2: No equivalent in v2
  • rim: .code
  • servd: n/a
nameS Σ I1..1stringElement id

Organization.name

Short description

The name of the Organization.

Definition

The name of the Organization.

Requirements

Need to use the name as the label of the organization.

Comments

Identified as a query requirement through mCSD CapabilityStatement, and mustSupport element in the CA Baseline. 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
  • v2: XON.1
  • rim: .name
  • servd: .PreferredName/Name
alias0..*string
There are no (further) constraints on this element
Element id

Organization.alias

Short description

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

Definition

A list of alternate names that the organization 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 organization 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 organization.

Data type

string

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .name
telecomI0..*ContactPoint
There are no (further) constraints on this element
Element id

Organization.telecom

Short description

A contact detail for the organization

Definition

A contact detail for the organization.

Requirements

Human contact for the organization.

Comments

The use code 'home' is not to be used. Note that these contacts are not the contact details of people who are employed by or represent the organization, but official contacts for the organization itself.

Data type

ContactPoint

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • org-3: The telecom of an organization can never be of use 'home'
    where(use = 'home').empty()
Mappings
  • v2: ORC-22?
  • rim: .telecom
  • servd: ./ContactPoints
addressI0..*Address
There are no (further) constraints on this element
Element id

Organization.address

Short description

An address for the organization

Definition

An address for the organization.

Requirements

May need to keep track of the organization's addresses for contacting, billing or reporting requirements.

Comments

Organization may have multiple addresses with different uses or applicable periods. The use code 'home' is not to be used.

Data type

Address

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • org-2: An address of an organization can never be of use 'home'
    where(use = 'home').empty()
Mappings
  • v2: ORC-23?
  • rim: .address
  • servd: ./PrimaryAddress and ./OtherAddresses
partOfS Σ0..1Reference(Organization)Element id

Organization.partOf

Short description

If the Organization belongs to a single hierarchy, the partOf element shall be used.

Definition

If the Organization belongs to a single hierarchy, the partOf element shall be used.

Requirements

Need to be able to track the hierarchy of organizations within an organization.

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

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: No equivalent in HL7 v2
  • rim: .playedBy[classCode=Part].scoper
  • servd: n/a
contact0..*BackboneElement
There are no (further) constraints on this element
Element id

Organization.contact

Short description

Contact for the organization for a certain purpose

Definition

Contact for the organization for a certain purpose.

Requirements

Need to keep track of assigned contact points within bigger organization.

Comments

Where multiple contacts for the same purpose are provided there is a standard extension that can be used to determine which one is the preferred contact to use.

Data type

BackboneElement

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

Organization.contact.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
extensionI0..*Extension
There are no (further) constraints on this element
Element id

Organization.contact.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Σ ?! I0..*Extension
There are no (further) constraints on this element
Element id

Organization.contact.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
purpose0..1CodeableConceptBinding
There are no (further) constraints on this element
Element id

Organization.contact.purpose

Short description

The type of contact

Definition

Indicates a purpose for which the contact can be reached.

Requirements

Need to distinguish between multiple contact persons.

Data type

CodeableConcept

Binding

The purpose for which you would contact a contact party.

ContactEntityType (extensible)

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

Organization.contact.name

Short description

A name associated with the contact

Definition

A name associated with the contact.

Requirements

Need to be able to track the person by name.

Data type

HumanName

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: PID-5, PID-9
  • rim: ./name
telecom0..*ContactPoint
There are no (further) constraints on this element
Element id

Organization.contact.telecom

Short description

Contact details (telephone, email, etc.) for a contact

Definition

A contact detail (e.g. a telephone number or an email address) by which the party may be contacted.

Requirements

People have (primary) ways to contact them in some way such as phone, email.

Data type

ContactPoint

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: PID-13, PID-14
  • rim: ./telecom
address0..1Address
There are no (further) constraints on this element
Element id

Organization.contact.address

Short description

Visiting or postal addresses for the contact

Definition

Visiting or postal addresses for the contact.

Requirements

May need to keep track of a contact party's address for contacting, billing or reporting requirements.

Data type

Address

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

Organization.endpoint

Short description

Technical endpoints providing access to services operated for the organization

Definition

Technical endpoints providing access to services operated for the organization.

Requirements

Organizations have multiple systems 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
JurisdictionOrganization (Organization)MCSDJurisdictionOrganization
There are no (further) constraints on this element
Data type

MCSDJurisdictionOrganization

identifierS
There are no (further) constraints on this element
Element id

Organization.identifier

Comments

Identified as a query requirement through mCSD CapabilityStatement.

activeS
There are no (further) constraints on this element
Element id

Organization.active

Comments

Identified as a query requirement through mCSD CapabilityStatement.

typeS
There are no (further) constraints on this element
Element id

Organization.type

Comments

Identified as a query requirement through mCSD CapabilityStatement.

nameS
There are no (further) constraints on this element
Element id

Organization.name

Comments

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

partOfSReference(Organization)
There are no (further) constraints on this element
Element id

Organization.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(Organization)

<StructureDefinition xmlns="http://hl7.org/fhir">
    <id value="CA-CSD-Jurisdiction-Organization" />
    <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="Organization.identifier" />
        </extension>
        <extension url="elementId">
            <valueString value="Organization.active" />
        </extension>
        <extension url="elementId">
            <valueString value="Organization.type" />
        </extension>
        <extension url="elementId">
            <valueString value="Organization.name" />
        </extension>
        <extension url="elementId">
            <valueString value="Organization.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="Organization.identifier" />
        </extension>
        <extension url="elementId">
            <valueString value="Organization.active" />
        </extension>
        <extension url="elementId">
            <valueString value="Organization.type" />
        </extension>
        <extension url="elementId">
            <valueString value="Organization.name" />
        </extension>
        <extension url="elementId">
            <valueString value="Organization.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-Jurisdiction-Organization" />
    <name value="JurisdictionOrganization" />
    <title value="Organization for Jurisdictions" />
    <status value="draft" />
    <description value="A Jurisdiction consists of a pairing of a Location Resource and Organization resource. A jurisdiction is a political administrative unit or other territory over which authority is exercised. Jurisdictions include political administrative units such as village districts or regions." />
    <copyright value="Copyright &#169; 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="Organization" />
    <baseDefinition value="https://profiles.ihe.net/ITI/mCSD/StructureDefinition/IHE.mCSD.JurisdictionOrganization" />
    <derivation value="constraint" />
    <differential>
        <element id="Organization.identifier">
            <path value="Organization.identifier" />
            <comment value="Identified as a query requirement through mCSD CapabilityStatement." />
            <mustSupport value="true" />
        </element>
        <element id="Organization.active">
            <path value="Organization.active" />
            <comment value="Identified as a query requirement through mCSD CapabilityStatement." />
            <mustSupport value="true" />
        </element>
        <element id="Organization.type">
            <path value="Organization.type" />
            <comment value="Identified as a query requirement through mCSD CapabilityStatement." />
            <mustSupport value="true" />
        </element>
        <element id="Organization.name">
            <path value="Organization.name" />
            <comment value="Identified as a query requirement through mCSD CapabilityStatement, and mustSupport element in the CA Baseline. 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="Organization.partOf">
            <path value="Organization.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-Organization" />
            </type>
            <mustSupport value="true" />
        </element>
    </differential>
</StructureDefinition>
{
    "resourceType": "StructureDefinition",
    "id": "CA-CSD-Jurisdiction-Organization",
    "extension":  [
        {
            "extension":  [
                {
                    "url": "code",
                    "valueCode": "SHALL:able-to-populate"
                },
                {
                    "url": "code",
                    "valueCode": "SHOULD:populate"
                },
                {
                    "url": "elementId",
                    "valueString": "Organization.identifier"
                },
                {
                    "url": "elementId",
                    "valueString": "Organization.active"
                },
                {
                    "url": "elementId",
                    "valueString": "Organization.type"
                },
                {
                    "url": "elementId",
                    "valueString": "Organization.name"
                },
                {
                    "url": "elementId",
                    "valueString": "Organization.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": "Organization.identifier"
                },
                {
                    "url": "elementId",
                    "valueString": "Organization.active"
                },
                {
                    "url": "elementId",
                    "valueString": "Organization.type"
                },
                {
                    "url": "elementId",
                    "valueString": "Organization.name"
                },
                {
                    "url": "elementId",
                    "valueString": "Organization.partOf"
                },
                {
                    "url": "actor",
                    "valueCanonical": "http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client"
                }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
        }
    ],
    "url": "http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Jurisdiction-Organization",
    "name": "JurisdictionOrganization",
    "title": "Organization for Jurisdictions",
    "status": "draft",
    "description": "A Jurisdiction consists of a pairing of a Location Resource and Organization resource. A jurisdiction is a political administrative unit or other territory over which authority is exercised. Jurisdictions include political administrative units such as village districts or regions.",
    "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": "Organization",
    "baseDefinition": "https://profiles.ihe.net/ITI/mCSD/StructureDefinition/IHE.mCSD.JurisdictionOrganization",
    "derivation": "constraint",
    "differential": {
        "element":  [
            {
                "id": "Organization.identifier",
                "path": "Organization.identifier",
                "comment": "Identified as a query requirement through mCSD CapabilityStatement.",
                "mustSupport": true
            },
            {
                "id": "Organization.active",
                "path": "Organization.active",
                "comment": "Identified as a query requirement through mCSD CapabilityStatement.",
                "mustSupport": true
            },
            {
                "id": "Organization.type",
                "path": "Organization.type",
                "comment": "Identified as a query requirement through mCSD CapabilityStatement.",
                "mustSupport": true
            },
            {
                "id": "Organization.name",
                "path": "Organization.name",
                "comment": "Identified as a query requirement through mCSD CapabilityStatement, and mustSupport element in the CA Baseline. Elements with a modified minimum cardinality of 1 will have a mustSupport element to ensure that it is populated.",
                "mustSupport": true
            },
            {
                "id": "Organization.partOf",
                "path": "Organization.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-Organization"
                        ]
                    }
                ],
                "mustSupport": true
            }
        ]
    }
}

Terminology bindings (Differential)

Terminology bindings (Snapshot)

PathConformanceValueSet
Organization.languagepreferredhttp://hl7.org/fhir/ValueSet/languages
Organization.typeexamplehttp://hl7.org/fhir/ValueSet/organization-type
Organization.type:jurisdictionexamplehttp://hl7.org/fhir/ValueSet/organization-type
Organization.contact.purposeextensiblehttp://hl7.org/fhir/ValueSet/contactentity-type
PathConformanceValueSet
Organization.languagepreferredhttp://hl7.org/fhir/ValueSet/languages
Organization.typeexamplehttp://hl7.org/fhir/ValueSet/organization-type
Organization.type:jurisdictionexamplehttp://hl7.org/fhir/ValueSet/organization-type
Organization.contact.purposeextensiblehttp://hl7.org/fhir/ValueSet/contactentity-type

Constraints

Obligations

ObligationsActorElement
SHALL:able-to-populate; SHOULD:populatehttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/serverOrganization.identifier; Organization.active; Organization.type; Organization.name; Organization.partOf
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/clientOrganization.identifier; Organization.active; Organization.type; Organization.name; Organization.partOf

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