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

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

OrganizationAffiliation

Links

Profile

CA-CSD-OrganizationAffiliation

Derived from

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

Examples

ca-csd-example-organizationAffiliation

Description

An OrganizationAffiliation is used to identify a relationship between organizations that are not hierarchical in nature. Examples of such relationships are supply chains or administrative reporting. An OrganizationAffiliation resource can also be used to indicate a routing path to other organizations that cannot be reached directly.

References to this resource

Resource Content

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

Defines an affiliation/assotiation/relationship between 2 distinct oganizations, that is not a part-of relationship/sub-division relationship

Definition

Defines an affiliation/assotiation/relationship between 2 distinct oganizations, that is not a part-of relationship/sub-division relationship.

Data type

MCSDOrganizationAffiliation

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
idΣ0..1id
There are no (further) constraints on this element
Element id
OrganizationAffiliation.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
OrganizationAffiliation.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
OrganizationAffiliation.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
OrganizationAffiliation.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
OrganizationAffiliation.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
OrganizationAffiliation.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..*Extension
There are no (further) constraints on this element
Element id
OrganizationAffiliation.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

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..0Extension
There are no (further) constraints on this element
Element id
OrganizationAffiliation.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
OrganizationAffiliation.identifier
Short description

Business identifiers that are specific to this role

Definition

Business identifiers that are specific to this role.

Requirements

Often, specific identities are assigned for the agent.

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
  • 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
OrganizationAffiliation.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
OrganizationAffiliation.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
OrganizationAffiliation.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
OrganizationAffiliation.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
OrganizationAffiliation.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
OrganizationAffiliation.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
OrganizationAffiliation.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
OrganizationAffiliation.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
activeSO Σ1..1booleanElement id
OrganizationAffiliation.active
Short description

Whether this organization affiliation record is in active use

Definition

Whether this organization affiliation record is in active use.

Requirements

Need to be able to mark an organization affiliation record as not to be used because it was created in error, or otherwise no longer in active use.

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
  • 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
periodSO Σ0..1PeriodElement id
OrganizationAffiliation.period
Short description

The period during which the participatingOrganization is affiliated with the primary organization

Definition

The period during which the participatingOrganization is affiliated with the primary organization.

Requirements

An affiliation may be created ahead of time and only be active for a defined period of time. Once the affiliation is complete, the fact that it existed may still be required.

Comments

Identified as a query requirement through mCSD CapabilityStatement.

Data type

Period

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.done[x]
  • rim: .performance[@typeCode <= 'PPRF'].ActDefinitionOrEvent.effectiveTime
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
organizationSO Σ1..1Reference(Organization)Element id
OrganizationAffiliation.organization
Short description

Organization where the role is available.

Definition

Organization where the role is available (primary organization/has members).

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: .scoper
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
participatingOrganizationSO Σ1..1Reference(Organization)Element id
OrganizationAffiliation.participatingOrganization
Short description

The Organization providing the role.

Definition

The Participating Organization provides/performs the role(s) defined by the code to the Primary Organization (e.g. providing services or is a member of).

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: .player
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
networkΣ0..0Reference(Organization)
There are no (further) constraints on this element
Element id
OrganizationAffiliation.network
Short description

Health insurance provider network in which the participatingOrganization provides the role's services (if defined) at the indicated locations (if defined)

Definition

Health insurance provider network in which the participatingOrganization provides the role's services (if defined) at the indicated locations (if defined).

Data type

Reference(Organization)

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
codeSO Σ1..*CodeableConceptElement id
OrganizationAffiliation.code
Short description

The type of affiliation

Definition

Definition of the role the participatingOrganization plays in the association.

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

The role the participating organization providing services to the primary organization.

OrganizationAffiliationRole (example)

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • 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
specialtyΣ0..*CodeableConceptBinding
There are no (further) constraints on this element
Element id
OrganizationAffiliation.specialty
Short description

Specific specialty of the participatingOrganization in the context of the role

Definition

Specific specialty of the participatingOrganization in the context of the role.

Data type

CodeableConcept

Binding

Specific specialty associated with the participating organization.

PracticeSettingCodeValueSet (preferred)

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .player.HealthCareProvider[@classCode = 'PROV'].code
locationΣ0..*Reference(Location)Element id
OrganizationAffiliation.location
Short description

The location(s) at which the role occurs

Definition

The location(s) at which the role occurs.

Data type

Reference(Location)

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.where[x]
  • rim: .performance.ActDefinitionOrEvent.ServiceDeliveryLocation[@classCode = 'SDLOC']
healthcareService0..*Reference(HealthcareService)Element id
OrganizationAffiliation.healthcareService
Short description

Healthcare services provided through the role

Definition

Healthcare services provided through the role.

Data type

Reference(HealthcareService)

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .player.QualifiedEntity[@classCode = 'QUAL'].code
telecomSO Σ0..*ContactPointElement id
OrganizationAffiliation.telecom
Short description

Contact details at the participatingOrganization relevant to this Affiliation

Definition

Contact details at the participatingOrganization relevant to this Affiliation.

Requirements

Sometimes a participating organization provides dedicated contacts to handle enquiries specifically for the role provided to the affiliated organization.

Comments

Identified as a query requirement through mCSD CapabilityStatement.

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
CodeActorDocumentation
ihe-r2
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server

SHALL:ihe-r2 is expected, even though the modifier in the ValueSet has yet to be applied.

SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
id0..1string
There are no (further) constraints on this element
Element id
OrganizationAffiliation.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
OrganizationAffiliation.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
systemS Σ C0..1codeBindingElement id
OrganizationAffiliation.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
valueS Σ1..1stringElement id
OrganizationAffiliation.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
useΣ ?!0..1codeBinding
There are no (further) constraints on this element
Element id
OrganizationAffiliation.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
OrganizationAffiliation.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
OrganizationAffiliation.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
endpointSO0..*Reference(Endpoint)Element id
OrganizationAffiliation.endpoint
Short description

Technical endpoints providing access to services operated for this role

Definition

Technical endpoints providing access to services operated for this role.

Comments

Identified as a query requirement through mCSD CapabilityStatement.

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
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
OrganizationAffiliationMCSDOrganizationAffiliation
There are no (further) constraints on this element
Data type

MCSDOrganizationAffiliation

identifierSOElement id
OrganizationAffiliation.identifier
Comments

Identified as a query requirement through mCSD 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
systemSO1..1Element id
OrganizationAffiliation.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
OrganizationAffiliation.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
activeSOElement id
OrganizationAffiliation.active
Comments

Identified as a query requirement through mCSD 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
periodSOElement id
OrganizationAffiliation.period
Comments

Identified as a query requirement through mCSD 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
organizationSOReference(Organization)Element id
OrganizationAffiliation.organization
Comments

Identified as a query requirement through mCSD CapabilityStatement.

Data type

Reference(Organization)

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
participatingOrganizationSOReference(Organization)Element id
OrganizationAffiliation.participatingOrganization
Comments

Identified as a query requirement through mCSD CapabilityStatement.

Data type

Reference(Organization)

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
codeSOElement id
OrganizationAffiliation.code
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
locationReference(Location)
There are no (further) constraints on this element
Element id
OrganizationAffiliation.location
Data type

Reference(Location)

healthcareServiceReference(HealthcareService)
There are no (further) constraints on this element
Element id
OrganizationAffiliation.healthcareService
Data type

Reference(HealthcareService)

telecomOElement id
OrganizationAffiliation.telecom
Comments

Identified as a query requirement through mCSD CapabilityStatement.

Obligations
CodeActorDocumentation
ihe-r2
SHOULD:populate
http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server

SHALL:ihe-r2 is expected, even though the modifier in the ValueSet has yet to be applied.

SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client
systemS
There are no (further) constraints on this element
Element id
OrganizationAffiliation.telecom.system
Comments

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

valueS1..
There are no (further) constraints on this element
Element id
OrganizationAffiliation.telecom.value
Comments

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

endpointSOReference(Endpoint)Element id
OrganizationAffiliation.endpoint
Comments

Identified as a query requirement through mCSD CapabilityStatement.

Data type

Reference(Endpoint)

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-OrganizationAffiliation" />
<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="OrganizationAffiliation.identifier" />
</extension>
<extension url="elementId">
<valueString value="OrganizationAffiliation.identifier.system" />
</extension>
<extension url="elementId">
<valueString value="OrganizationAffiliation.identifier.value" />
</extension>
<extension url="elementId">
<valueString value="OrganizationAffiliation.active" />
</extension>
<extension url="elementId">
<valueString value="OrganizationAffiliation.period" />
</extension>
<extension url="elementId">
<valueString value="OrganizationAffiliation.organization" />
</extension>
<extension url="elementId">
<valueString value="OrganizationAffiliation.participatingOrganization" />
</extension>
<extension url="elementId">
<valueString value="OrganizationAffiliation.code" />
</extension>
<extension url="elementId">
<valueString value="OrganizationAffiliation.endpoint" />
</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="ihe-r2" />
</extension>
<extension url="code">
<valueCode value="SHOULD:populate" />
</extension>
<extension url="elementId">
<valueString value="OrganizationAffiliation.telecom" />
</extension>
<extension url="actor">
<valueCanonical value="http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server" />
</extension>
<extension url="documentation">
<valueMarkdown value="SHALL:ihe-r2 is expected, even though the modifier in the ValueSet has yet to be applied." />
</extension>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/obligation">
<extension url="code">
<valueCode value="SHALL:no-error" />
</extension>
<extension url="elementId">
<valueString value="OrganizationAffiliation.identifier" />
</extension>
<extension url="elementId">
<valueString value="OrganizationAffiliation.identifier.system" />
</extension>
<extension url="elementId">
<valueString value="OrganizationAffiliation.identifier.value" />
</extension>
<extension url="elementId">
<valueString value="OrganizationAffiliation.active" />
</extension>
<extension url="elementId">
<valueString value="OrganizationAffiliation.period" />
</extension>
<extension url="elementId">
<valueString value="OrganizationAffiliation.organization" />
</extension>
<extension url="elementId">
<valueString value="OrganizationAffiliation.participatingOrganization" />
</extension>
<extension url="elementId">
<valueString value="OrganizationAffiliation.code" />
</extension>
<extension url="elementId">
<valueString value="OrganizationAffiliation.telecom" />
</extension>
<extension url="elementId">
<valueString value="OrganizationAffiliation.endpoint" />
</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-OrganizationAffiliation" />
<name value="OrganizationAffiliation" />
<status value="draft" />
<description value="An OrganizationAffiliation is used to identify a relationship between organizations that are not hierarchical in nature. Examples of such relationships are supply chains or administrative reporting. An OrganizationAffiliation resource can also be used to indicate a routing path to other organizations that cannot be reached directly." />
<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="OrganizationAffiliation" />
<baseDefinition value="https://profiles.ihe.net/ITI/mCSD/StructureDefinition/IHE.mCSD.OrganizationAffiliation" />
<derivation value="constraint" />
<differential>
<element id="OrganizationAffiliation.identifier">
<path value="OrganizationAffiliation.identifier" />
<comment value="Identified as a query requirement through mCSD CapabilityStatement." />
<mustSupport value="true" />
</element>
<element id="OrganizationAffiliation.identifier.system">
<path value="OrganizationAffiliation.identifier.system" />
<comment value="mustSupport element identified within the CA Core profile." />
<min value="1" />
<max value="1" />
<mustSupport value="true" />
</element>
<element id="OrganizationAffiliation.identifier.value">
<path value="OrganizationAffiliation.identifier.value" />
<comment value="mustSupport element identified within the CA Core profile." />
<min value="1" />
<max value="1" />
<mustSupport value="true" />
</element>
<element id="OrganizationAffiliation.active">
<path value="OrganizationAffiliation.active" />
<comment value="Identified as a query requirement through mCSD CapabilityStatement." />
<mustSupport value="true" />
</element>
<element id="OrganizationAffiliation.period">
<path value="OrganizationAffiliation.period" />
<comment value="Identified as a query requirement through mCSD CapabilityStatement." />
<mustSupport value="true" />
</element>
<element id="OrganizationAffiliation.organization">
<path value="OrganizationAffiliation.organization" />
<comment value="Identified as a query requirement through mCSD CapabilityStatement." />
<type>
<code value="Reference" />
<targetProfile value="http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Organization" />
</type>
<mustSupport value="true" />
</element>
<element id="OrganizationAffiliation.participatingOrganization">
<path value="OrganizationAffiliation.participatingOrganization" />
<comment value="Identified as a query requirement through mCSD CapabilityStatement." />
<type>
<code value="Reference" />
<targetProfile value="http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Organization" />
</type>
<mustSupport value="true" />
</element>
<element id="OrganizationAffiliation.code">
<path value="OrganizationAffiliation.code" />
<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="OrganizationAffiliation.location">
<path value="OrganizationAffiliation.location" />
<type>
<code value="Reference" />
<targetProfile value="http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Location" />
</type>
</element>
<element id="OrganizationAffiliation.healthcareService">
<path value="OrganizationAffiliation.healthcareService" />
<type>
<code value="Reference" />
<targetProfile value="http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-HealthcareService" />
</type>
</element>
<element id="OrganizationAffiliation.telecom">
<path value="OrganizationAffiliation.telecom" />
<comment value="Identified as a query requirement through mCSD CapabilityStatement." />
</element>
<element id="OrganizationAffiliation.telecom.system">
<path value="OrganizationAffiliation.telecom.system" />
<comment value="Identified as a requirement and mustSupport element from the CA Core." />
<mustSupport value="true" />
</element>
<element id="OrganizationAffiliation.telecom.value">
<path value="OrganizationAffiliation.telecom.value" />
<comment value="Identified as a requirement and mustSupport element from the CA Core." />
<min value="1" />
<mustSupport value="true" />
</element>
<element id="OrganizationAffiliation.endpoint">
<path value="OrganizationAffiliation.endpoint" />
<comment value="Identified as a query requirement through mCSD CapabilityStatement." />
<type>
<code value="Reference" />
<targetProfile value="http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Endpoint" />
</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": "OrganizationAffiliation.identifier"
},
{
"url": "elementId",
"valueString": "OrganizationAffiliation.identifier.system"
},
{
"url": "elementId",
"valueString": "OrganizationAffiliation.identifier.value"
},
{
"url": "elementId",
"valueString": "OrganizationAffiliation.active"
},
{
"url": "elementId",
"valueString": "OrganizationAffiliation.period"
},
{
"url": "elementId",
"valueString": "OrganizationAffiliation.organization"
},
{
"url": "elementId",
"valueString": "OrganizationAffiliation.participatingOrganization"
},
{
"url": "elementId",
"valueString": "OrganizationAffiliation.code"
},
{
"url": "elementId",
"valueString": "OrganizationAffiliation.endpoint"
},
{
"url": "actor",
"valueCanonical": "http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server"
}
]
},
{
"url": "http://hl7.org/fhir/StructureDefinition/obligation",
"extension": [
{
"url": "code",
"valueCode": "ihe-r2"
},
{
"url": "code",
"valueCode": "SHOULD:populate"
},
{
"url": "elementId",
"valueString": "OrganizationAffiliation.telecom"
},
{
"url": "actor",
"valueCanonical": "http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/server"
},
{
"url": "documentation",
"valueMarkdown": "SHALL:ihe-r2 is expected, even though the modifier in the ValueSet has yet to be applied."
}
]
},
{
"url": "http://hl7.org/fhir/StructureDefinition/obligation",
"extension": [
{
"url": "code",
"valueCode": "SHALL:no-error"
},
{
"url": "elementId",
"valueString": "OrganizationAffiliation.identifier"
},
{
"url": "elementId",
"valueString": "OrganizationAffiliation.identifier.system"
},
{
"url": "elementId",
"valueString": "OrganizationAffiliation.identifier.value"
},
{
"url": "elementId",
"valueString": "OrganizationAffiliation.active"
},
{
"url": "elementId",
"valueString": "OrganizationAffiliation.period"
},
{
"url": "elementId",
"valueString": "OrganizationAffiliation.organization"
},
{
"url": "elementId",
"valueString": "OrganizationAffiliation.participatingOrganization"
},
{
"url": "elementId",
"valueString": "OrganizationAffiliation.code"
},
{
"url": "elementId",
"valueString": "OrganizationAffiliation.telecom"
},
{
"url": "elementId",
"valueString": "OrganizationAffiliation.endpoint"
},
{
"url": "actor",
"valueCanonical": "http://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/client"
}
]
}
],
"id": "CA-CSD-OrganizationAffiliation",
"url": "http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-OrganizationAffiliation",
"name": "OrganizationAffiliation",
"description": "An OrganizationAffiliation is used to identify a relationship between organizations that are not hierarchical in nature. Examples of such relationships are supply chains or administrative reporting. An OrganizationAffiliation resource can also be used to indicate a routing path to other organizations that cannot be reached directly.",
"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": "OrganizationAffiliation",
"baseDefinition": "https://profiles.ihe.net/ITI/mCSD/StructureDefinition/IHE.mCSD.OrganizationAffiliation",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "OrganizationAffiliation.identifier",
"path": "OrganizationAffiliation.identifier",
"comment": "Identified as a query requirement through mCSD CapabilityStatement.",
"mustSupport": true
},
{
"id": "OrganizationAffiliation.identifier.system",
"path": "OrganizationAffiliation.identifier.system",
"comment": "mustSupport element identified within the CA Core profile.",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "OrganizationAffiliation.identifier.value",
"path": "OrganizationAffiliation.identifier.value",
"comment": "mustSupport element identified within the CA Core profile.",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "OrganizationAffiliation.active",
"path": "OrganizationAffiliation.active",
"comment": "Identified as a query requirement through mCSD CapabilityStatement.",
"mustSupport": true
},
{
"id": "OrganizationAffiliation.period",
"path": "OrganizationAffiliation.period",
"comment": "Identified as a query requirement through mCSD CapabilityStatement.",
"mustSupport": true
},
{
"id": "OrganizationAffiliation.organization",
"path": "OrganizationAffiliation.organization",
"comment": "Identified as a query requirement through mCSD CapabilityStatement.",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Organization"
]
}
],
"mustSupport": true
},
{
"id": "OrganizationAffiliation.participatingOrganization",
"path": "OrganizationAffiliation.participatingOrganization",
"comment": "Identified as a query requirement through mCSD CapabilityStatement.",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Organization"
]
}
],
"mustSupport": true
},
{
"id": "OrganizationAffiliation.code",
"path": "OrganizationAffiliation.code",
"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": "OrganizationAffiliation.location",
"path": "OrganizationAffiliation.location",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Location"
]
}
]
},
{
"id": "OrganizationAffiliation.healthcareService",
"path": "OrganizationAffiliation.healthcareService",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-HealthcareService"
]
}
]
},
{
"id": "OrganizationAffiliation.telecom",
"path": "OrganizationAffiliation.telecom",
"comment": "Identified as a query requirement through mCSD CapabilityStatement."
},
{
"id": "OrganizationAffiliation.telecom.system",
"path": "OrganizationAffiliation.telecom.system",
"comment": "Identified as a requirement and mustSupport element from the CA Core.",
"mustSupport": true
},
{
"id": "OrganizationAffiliation.telecom.value",
"path": "OrganizationAffiliation.telecom.value",
"comment": "Identified as a requirement and mustSupport element from the CA Core.",
"min": 1,
"mustSupport": true
},
{
"id": "OrganizationAffiliation.endpoint",
"path": "OrganizationAffiliation.endpoint",
"comment": "Identified as a query requirement through mCSD CapabilityStatement.",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Endpoint"
]
}
],
"mustSupport": true
}
]
}
}

Terminology bindings (Differential)

Terminology bindings (Snapshot)

PathConformanceValueSet
OrganizationAffiliation.languagepreferredhttp://hl7.org/fhir/ValueSet/languages
OrganizationAffiliation.identifier.userequiredhttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1
OrganizationAffiliation.identifier.typeextensiblehttp://hl7.org/fhir/ValueSet/identifier-type
OrganizationAffiliation.codeexamplehttp://hl7.org/fhir/ValueSet/organization-role
OrganizationAffiliation.specialtypreferredhttp://hl7.org/fhir/ValueSet/c80-practice-codes
OrganizationAffiliation.telecom.systemrequiredhttp://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
OrganizationAffiliation.telecom.userequiredhttp://hl7.org/fhir/ValueSet/contact-point-use|4.0.1
PathConformanceValueSet
OrganizationAffiliation.languagepreferredhttp://hl7.org/fhir/ValueSet/languages
OrganizationAffiliation.identifier.userequiredhttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1
OrganizationAffiliation.identifier.typeextensiblehttp://hl7.org/fhir/ValueSet/identifier-type
OrganizationAffiliation.codeexamplehttp://hl7.org/fhir/ValueSet/organization-role
OrganizationAffiliation.specialtypreferredhttp://hl7.org/fhir/ValueSet/c80-practice-codes
OrganizationAffiliation.telecom.systemrequiredhttp://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
OrganizationAffiliation.telecom.userequiredhttp://hl7.org/fhir/ValueSet/contact-point-use|4.0.1

Constraints

Obligations

ObligationsActorElement
SHALL:able-to-populate, SHOULD:populatehttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/serverOrganizationAffiliation.identifier, OrganizationAffiliation.identifier.system, OrganizationAffiliation.identifier.value, OrganizationAffiliation.active, OrganizationAffiliation.period, OrganizationAffiliation.organization, OrganizationAffiliation.participatingOrganization, OrganizationAffiliation.code, OrganizationAffiliation.endpoint
ihe-r2, SHOULD:populatehttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/serverOrganizationAffiliation.telecom
SHALL:no-errorhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ActorDefinition/clientOrganizationAffiliation.identifier, OrganizationAffiliation.identifier.system, OrganizationAffiliation.identifier.value, OrganizationAffiliation.active, OrganizationAffiliation.period, OrganizationAffiliation.organization, OrganizationAffiliation.participatingOrganization, OrganizationAffiliation.code, OrganizationAffiliation.telecom, OrganizationAffiliation.endpoint

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