Extensions for Using Data Elements from FHIR R4B in FHIR R5
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR R4B in FHIR R5 - Downloaded Version null See the Directory of published versions

Resource Profile: Profile_R4B_OrganizationAffiliation_R5

Official URL: http://hl7.org/fhir/4.3/StructureDefinition/profile-OrganizationAffiliation Version: 0.1.0
Standards status: Trial-use Maturity Level: 0 Computable Name: Profile_R4B_OrganizationAffiliation_R5

This cross-version profile allows R4B OrganizationAffiliation content to be represented via FHIR R5 OrganizationAffiliation resources.

Usages:

  • This Profile is not used by any profiles in this Implementation Guide

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. OrganizationAffiliation 0..* OrganizationAffiliation(5.0.0) Defines an affiliation/association/relationship between 2 distinct organizations, that is not a part-of relationship/sub-division relationship
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.... extension:telecom 0..* ContactPoint R4B: Contact details at the participatingOrganization relevant to this Affiliation (new)
URL: http://hl7.org/fhir/4.3/StructureDefinition/extension-OrganizationAffiliation.telecom
Constraints: ext-1

doco Documentation for this format

Constraints

Id Grade Path(s) Description Expression
dom-2 error OrganizationAffiliation If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error OrganizationAffiliation 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error OrganizationAffiliation 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 error OrganizationAffiliation If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice OrganizationAffiliation A resource should have narrative for robust management text.`div`.exists()
ele-1 error OrganizationAffiliation.implicitRules, OrganizationAffiliation.extension, OrganizationAffiliation.extension:telecom, OrganizationAffiliation.modifierExtension All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error OrganizationAffiliation.extension, OrganizationAffiliation.extension:telecom, OrganizationAffiliation.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from OrganizationAffiliation

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. OrganizationAffiliation 0..* OrganizationAffiliation(5.0.0) Defines an affiliation/association/relationship between 2 distinct organizations, that is not a part-of relationship/sub-division relationship
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:telecom 0..* ContactPoint R4B: Contact details at the participatingOrganization relevant to this Affiliation (new)
URL: http://hl7.org/fhir/4.3/StructureDefinition/extension-OrganizationAffiliation.telecom

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. OrganizationAffiliation 0..* OrganizationAffiliation(5.0.0) Defines an affiliation/association/relationship between 2 distinct organizations, that is not a part-of relationship/sub-division relationship
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.... extension:telecom 0..* ContactPoint R4B: Contact details at the participatingOrganization relevant to this Affiliation (new)
URL: http://hl7.org/fhir/4.3/StructureDefinition/extension-OrganizationAffiliation.telecom
Constraints: ext-1
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... identifier Σ 0..* Identifier Business identifiers that are specific to this role
... active Σ 0..1 boolean Whether this organization affiliation record is in active use
... period Σ 0..1 Period The period during which the participatingOrganization is affiliated with the primary organization
... organization Σ 0..1 Reference(Organization) Organization where the role is available
... participatingOrganization Σ 0..1 Reference(Organization) Organization that provides/performs the role (e.g. providing services or is a member of)
... network Σ 0..* Reference(Organization) The network in which the participatingOrganization provides the role's services (if defined) at the indicated locations (if defined)
... code Σ 0..* CodeableConcept Definition of the role the participatingOrganization plays
Binding: OrganizationAffiliationRole (example): The role the participating organization providing services to the primary organization.
... specialty Σ 0..* CodeableConcept Specific specialty of the participatingOrganization in the context of the role
Binding: PracticeSettingCodeValueSet (preferred): Specific specialty associated with the participating organization.
... location Σ 0..* Reference(Location) The location(s) at which the role occurs
... healthcareService 0..* Reference(HealthcareService) Healthcare services provided through the role
... contact C 0..* ExtendedContactDetail Official contact details at the participatingOrganization relevant to this Affiliation
Constraints: org-3, org-4
... endpoint 0..* Reference(Endpoint) Technical endpoints providing access to services operated for this role

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
OrganizationAffiliation.​language Base required All Languages 📍5.0.0 FHIR Std.
OrganizationAffiliation.​code Base example Organization Affiliation Role 📍5.0.0 FHIR Std.
OrganizationAffiliation.​specialty Base preferred Practice Setting Code Value Set 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error OrganizationAffiliation If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error OrganizationAffiliation 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error OrganizationAffiliation 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 error OrganizationAffiliation If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice OrganizationAffiliation A resource should have narrative for robust management text.`div`.exists()
ele-1 error OrganizationAffiliation.meta, OrganizationAffiliation.implicitRules, OrganizationAffiliation.language, OrganizationAffiliation.text, OrganizationAffiliation.extension, OrganizationAffiliation.extension:telecom, OrganizationAffiliation.modifierExtension, OrganizationAffiliation.identifier, OrganizationAffiliation.active, OrganizationAffiliation.period, OrganizationAffiliation.organization, OrganizationAffiliation.participatingOrganization, OrganizationAffiliation.network, OrganizationAffiliation.code, OrganizationAffiliation.specialty, OrganizationAffiliation.location, OrganizationAffiliation.healthcareService, OrganizationAffiliation.contact, OrganizationAffiliation.endpoint All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error OrganizationAffiliation.extension, OrganizationAffiliation.extension:telecom, OrganizationAffiliation.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()
org-3 error OrganizationAffiliation.contact The telecom of an organization can never be of use 'home' telecom.where(use = 'home').empty()
org-4 error OrganizationAffiliation.contact The address of an organization can never be of use 'home' address.where(use = 'home').empty()

This structure is derived from OrganizationAffiliation

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. OrganizationAffiliation 0..* OrganizationAffiliation(5.0.0) Defines an affiliation/association/relationship between 2 distinct organizations, that is not a part-of relationship/sub-division relationship
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.... extension:telecom 0..* ContactPoint R4B: Contact details at the participatingOrganization relevant to this Affiliation (new)
URL: http://hl7.org/fhir/4.3/StructureDefinition/extension-OrganizationAffiliation.telecom
Constraints: ext-1

doco Documentation for this format

Constraints

Id Grade Path(s) Description Expression
dom-2 error OrganizationAffiliation If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error OrganizationAffiliation 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error OrganizationAffiliation 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 error OrganizationAffiliation If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice OrganizationAffiliation A resource should have narrative for robust management text.`div`.exists()
ele-1 error OrganizationAffiliation.implicitRules, OrganizationAffiliation.extension, OrganizationAffiliation.extension:telecom, OrganizationAffiliation.modifierExtension All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error OrganizationAffiliation.extension, OrganizationAffiliation.extension:telecom, OrganizationAffiliation.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

Differential View

This structure is derived from OrganizationAffiliation

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. OrganizationAffiliation 0..* OrganizationAffiliation(5.0.0) Defines an affiliation/association/relationship between 2 distinct organizations, that is not a part-of relationship/sub-division relationship
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:telecom 0..* ContactPoint R4B: Contact details at the participatingOrganization relevant to this Affiliation (new)
URL: http://hl7.org/fhir/4.3/StructureDefinition/extension-OrganizationAffiliation.telecom

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. OrganizationAffiliation 0..* OrganizationAffiliation(5.0.0) Defines an affiliation/association/relationship between 2 distinct organizations, that is not a part-of relationship/sub-division relationship
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.... extension:telecom 0..* ContactPoint R4B: Contact details at the participatingOrganization relevant to this Affiliation (new)
URL: http://hl7.org/fhir/4.3/StructureDefinition/extension-OrganizationAffiliation.telecom
Constraints: ext-1
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... identifier Σ 0..* Identifier Business identifiers that are specific to this role
... active Σ 0..1 boolean Whether this organization affiliation record is in active use
... period Σ 0..1 Period The period during which the participatingOrganization is affiliated with the primary organization
... organization Σ 0..1 Reference(Organization) Organization where the role is available
... participatingOrganization Σ 0..1 Reference(Organization) Organization that provides/performs the role (e.g. providing services or is a member of)
... network Σ 0..* Reference(Organization) The network in which the participatingOrganization provides the role's services (if defined) at the indicated locations (if defined)
... code Σ 0..* CodeableConcept Definition of the role the participatingOrganization plays
Binding: OrganizationAffiliationRole (example): The role the participating organization providing services to the primary organization.
... specialty Σ 0..* CodeableConcept Specific specialty of the participatingOrganization in the context of the role
Binding: PracticeSettingCodeValueSet (preferred): Specific specialty associated with the participating organization.
... location Σ 0..* Reference(Location) The location(s) at which the role occurs
... healthcareService 0..* Reference(HealthcareService) Healthcare services provided through the role
... contact C 0..* ExtendedContactDetail Official contact details at the participatingOrganization relevant to this Affiliation
Constraints: org-3, org-4
... endpoint 0..* Reference(Endpoint) Technical endpoints providing access to services operated for this role

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
OrganizationAffiliation.​language Base required All Languages 📍5.0.0 FHIR Std.
OrganizationAffiliation.​code Base example Organization Affiliation Role 📍5.0.0 FHIR Std.
OrganizationAffiliation.​specialty Base preferred Practice Setting Code Value Set 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error OrganizationAffiliation If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error OrganizationAffiliation 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error OrganizationAffiliation 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 error OrganizationAffiliation If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice OrganizationAffiliation A resource should have narrative for robust management text.`div`.exists()
ele-1 error OrganizationAffiliation.meta, OrganizationAffiliation.implicitRules, OrganizationAffiliation.language, OrganizationAffiliation.text, OrganizationAffiliation.extension, OrganizationAffiliation.extension:telecom, OrganizationAffiliation.modifierExtension, OrganizationAffiliation.identifier, OrganizationAffiliation.active, OrganizationAffiliation.period, OrganizationAffiliation.organization, OrganizationAffiliation.participatingOrganization, OrganizationAffiliation.network, OrganizationAffiliation.code, OrganizationAffiliation.specialty, OrganizationAffiliation.location, OrganizationAffiliation.healthcareService, OrganizationAffiliation.contact, OrganizationAffiliation.endpoint All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error OrganizationAffiliation.extension, OrganizationAffiliation.extension:telecom, OrganizationAffiliation.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()
org-3 error OrganizationAffiliation.contact The telecom of an organization can never be of use 'home' telecom.where(use = 'home').empty()
org-4 error OrganizationAffiliation.contact The address of an organization can never be of use 'home' address.where(use = 'home').empty()

This structure is derived from OrganizationAffiliation

Summary

Extensions

This structure refers to these extensions:

Maturity: 0

 

Other representations of profile: CSV, Excel, Schematron