HL7 FHIR Malaysia Core (MY Core) Implementation Guide
1.1.0 - ci-build

HL7 FHIR Malaysia Core (MY Core) Implementation Guide - Local Development build (v1.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: OrganizationAffiliation (MY Core)

Official URL: http://fhir.hie.moh.gov.my/StructureDefinition/OrganizationAffiliation-my-core Version: 1.1.0
Active as of 2024-02-12 Computable Name: OrganizationAffiliationMyCore

Defines an affiliation/assotiation/relationship between 2 distinct oganizations, that is not a part-of relationship/sub-division relationship. In the Malaysian context, this is used primarily to define the relationship between facilities that send and receive ServiceRequests, e.g. laboratory and imaging investigations, referrals and appointments.

Usage:

Formal Views of Profile Content

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

NameFlagsCard.TypeDescription & Constraintsdoco
.. OrganizationAffiliation 0..* OrganizationAffiliation Defines an affiliation/assotiation/relationship between 2 distinct oganizations, that is not a part-of relationship/sub-division relationship
dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
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
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
dom-6: A resource should have narrative for robust management
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
ele-1: All FHIR elements must have a @value or children
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... transitCentre 0..1 Reference() Extension to reference an affiliation transit centre
URL: http://fhir.hie.moh.gov.my/StructureDefinition/transit-centre-my-core
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... maxDaily 0..* integer Extension to define the maxium allowed outsource request in a day for an agreed outsource arrangement
URL: http://fhir.hie.moh.gov.my/StructureDefinition/oa-max-daily-my-core
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... regionQuota 0..* (Complex) An extension to define the maximum quota of a agree outsource arrangement for a particular body/category region
URL: http://fhir.hie.moh.gov.my/StructureDefinition/oa-region-quota-my-core
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
... participatingOrganization Σ 1..1 Reference(Organization) Organization that provides/performs the role (e.g. providing services or is a member of)
ele-1: All FHIR elements must have a @value or children
... code Σ 1..* CodeableConcept Definition of the role the participatingOrganization plays
Binding: OrganizationAffiliationRole (example): The role the participating organization providing services to the primary organization.


ele-1: All FHIR elements must have a @value or children
.... Slices for coding Σ 0..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
ele-1: All FHIR elements must have a @value or children
..... coding:serviceCategory Σ 0..* Coding Code defined by a terminology system
Binding: ValueSetServiceRequestCategory( MY Core) (preferred)
ele-1: All FHIR elements must have a @value or children
...... system Σ 1..1 uri Identity of the terminology system
ele-1: All FHIR elements must have a @value or children
Fixed Value: http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core
..... coding:modality Σ 0..* Coding Code defined by a terminology system
Binding: ValueSetImagingModality (MY Core) (preferred)
ele-1: All FHIR elements must have a @value or children
...... system Σ 1..1 uri Identity of the terminology system
ele-1: All FHIR elements must have a @value or children
Fixed Value: http://fhir.hie.moh.gov.my/CodeSystem/imaging-modality-my-core
..... coding:Type Σ 0..* Coding Code defined by a terminology system
Binding: ValueSetScheduleType (MY Core) (preferred)
ele-1: All FHIR elements must have a @value or children
...... system Σ 1..1 uri Identity of the terminology system
ele-1: All FHIR elements must have a @value or children
Fixed Value: http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
OrganizationAffiliation.codeexampleOrganizationAffiliationRole
http://hl7.org/fhir/ValueSet/organization-role
from the FHIR Standard
OrganizationAffiliation.code.coding:serviceCategorypreferredValueSetServiceRequestCategoryMyCore (a valid code from CodeSystemServiceRequestCategory (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/servicerequest-category-my-core
from this IG
OrganizationAffiliation.code.coding:modalitypreferredValueSetImagingModalityMyCore (a valid code from CodeSystemImagingModality (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/imaging-modality-my-core
from this IG
OrganizationAffiliation.code.coding:TypepreferredValueSetScheduleTypeMyCore (a valid code from CodeSystemScheduleType (MYCore))
http://fhir.hie.moh.gov.my/ValueSet/schedule-type-my-core
from this IG

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorOrganizationAffiliationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorOrganizationAffiliationIf 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-4errorOrganizationAffiliationIf 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-5errorOrganizationAffiliationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceOrganizationAffiliationA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from OrganizationAffiliation

NameFlagsCard.TypeDescription & Constraintsdoco
.. OrganizationAffiliation 0..* OrganizationAffiliation Defines an affiliation/assotiation/relationship between 2 distinct oganizations, that is not a part-of relationship/sub-division relationship
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... transitCentre 0..1 Reference() Extension to reference an affiliation transit centre
URL: http://fhir.hie.moh.gov.my/StructureDefinition/transit-centre-my-core
.... maxDaily 0..* integer Extension to define the maxium allowed outsource request in a day for an agreed outsource arrangement
URL: http://fhir.hie.moh.gov.my/StructureDefinition/oa-max-daily-my-core
.... regionQuota 0..* (Complex) An extension to define the maximum quota of a agree outsource arrangement for a particular body/category region
URL: http://fhir.hie.moh.gov.my/StructureDefinition/oa-region-quota-my-core
... organization 1..1 Reference(Organization) Organization where the role is available
... participatingOrganization 1..1 Reference(Organization) Organization that provides/performs the role (e.g. providing services or is a member of)
.... Slices for coding 0..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
..... coding:serviceCategory 0..* Coding Code defined by a terminology system
Binding: ValueSetServiceRequestCategory( MY Core) (preferred)
...... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core
..... coding:modality 0..* Coding Code defined by a terminology system
Binding: ValueSetImagingModality (MY Core) (preferred)
...... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.hie.moh.gov.my/CodeSystem/imaging-modality-my-core
..... coding:Type 0..* Coding Code defined by a terminology system
Binding: ValueSetScheduleType (MY Core) (preferred)
...... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
OrganizationAffiliation.code.coding:serviceCategorypreferredValueSetServiceRequestCategoryMyCore (a valid code from CodeSystemServiceRequestCategory (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/servicerequest-category-my-core
from this IG
OrganizationAffiliation.code.coding:modalitypreferredValueSetImagingModalityMyCore (a valid code from CodeSystemImagingModality (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/imaging-modality-my-core
from this IG
OrganizationAffiliation.code.coding:TypepreferredValueSetScheduleTypeMyCore (a valid code from CodeSystemScheduleType (MYCore))
http://fhir.hie.moh.gov.my/ValueSet/schedule-type-my-core
from this IG
NameFlagsCard.TypeDescription & Constraintsdoco
.. OrganizationAffiliation 0..* OrganizationAffiliation Defines an affiliation/assotiation/relationship between 2 distinct oganizations, 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
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... transitCentre 0..1 Reference() Extension to reference an affiliation transit centre
URL: http://fhir.hie.moh.gov.my/StructureDefinition/transit-centre-my-core
.... maxDaily 0..* integer Extension to define the maxium allowed outsource request in a day for an agreed outsource arrangement
URL: http://fhir.hie.moh.gov.my/StructureDefinition/oa-max-daily-my-core
.... regionQuota 0..* (Complex) An extension to define the maximum quota of a agree outsource arrangement for a particular body/category region
URL: http://fhir.hie.moh.gov.my/StructureDefinition/oa-region-quota-my-core
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... 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 Σ 1..1 Reference(Organization) Organization where the role is available
... participatingOrganization Σ 1..1 Reference(Organization) Organization that provides/performs the role (e.g. providing services or is a member of)
... network Σ 0..* Reference(Organization) Health insurance provider network in which the participatingOrganization provides the role's services (if defined) at the indicated locations (if defined)
... code Σ 1..* CodeableConcept Definition of the role the participatingOrganization plays
Binding: OrganizationAffiliationRole (example): The role the participating organization providing services to the primary organization.


.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... Slices for coding Σ 0..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
..... coding:serviceCategory Σ 0..* Coding Code defined by a terminology system
Binding: ValueSetServiceRequestCategory( MY Core) (preferred)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core
...... version Σ 0..1 string Version of the system - if relevant
...... code Σ 0..1 code Symbol in syntax defined by the system
...... display Σ 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
..... coding:modality Σ 0..* Coding Code defined by a terminology system
Binding: ValueSetImagingModality (MY Core) (preferred)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.hie.moh.gov.my/CodeSystem/imaging-modality-my-core
...... version Σ 0..1 string Version of the system - if relevant
...... code Σ 0..1 code Symbol in syntax defined by the system
...... display Σ 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
..... coding:Type Σ 0..* Coding Code defined by a terminology system
Binding: ValueSetScheduleType (MY Core) (preferred)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core
...... version Σ 0..1 string Version of the system - if relevant
...... code Σ 0..1 code Symbol in syntax defined by the system
...... display Σ 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... 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
... telecom Σ 0..* ContactPoint Contact details at the participatingOrganization relevant to this Affiliation
... endpoint 0..* Reference(Endpoint) Technical endpoints providing access to services operated for this role

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
OrganizationAffiliation.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
OrganizationAffiliation.codeexampleOrganizationAffiliationRole
http://hl7.org/fhir/ValueSet/organization-role
from the FHIR Standard
OrganizationAffiliation.code.coding:serviceCategorypreferredValueSetServiceRequestCategoryMyCore (a valid code from CodeSystemServiceRequestCategory (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/servicerequest-category-my-core
from this IG
OrganizationAffiliation.code.coding:modalitypreferredValueSetImagingModalityMyCore (a valid code from CodeSystemImagingModality (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/imaging-modality-my-core
from this IG
OrganizationAffiliation.code.coding:TypepreferredValueSetScheduleTypeMyCore (a valid code from CodeSystemScheduleType (MYCore))
http://fhir.hie.moh.gov.my/ValueSet/schedule-type-my-core
from this IG
OrganizationAffiliation.specialtypreferredPracticeSettingCodeValueSet
http://hl7.org/fhir/ValueSet/c80-practice-codes
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorOrganizationAffiliationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorOrganizationAffiliationIf 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-4errorOrganizationAffiliationIf 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-5errorOrganizationAffiliationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceOrganizationAffiliationA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from OrganizationAffiliation

Summary

Mandatory: 3 elements(3 nested mandatory elements)
Fixed: 3 elements

Extensions

This structure refers to these extensions:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of OrganizationAffiliation.code.coding

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. OrganizationAffiliation 0..* OrganizationAffiliation Defines an affiliation/assotiation/relationship between 2 distinct oganizations, that is not a part-of relationship/sub-division relationship
dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
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
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
dom-6: A resource should have narrative for robust management
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
ele-1: All FHIR elements must have a @value or children
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... transitCentre 0..1 Reference() Extension to reference an affiliation transit centre
URL: http://fhir.hie.moh.gov.my/StructureDefinition/transit-centre-my-core
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... maxDaily 0..* integer Extension to define the maxium allowed outsource request in a day for an agreed outsource arrangement
URL: http://fhir.hie.moh.gov.my/StructureDefinition/oa-max-daily-my-core
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... regionQuota 0..* (Complex) An extension to define the maximum quota of a agree outsource arrangement for a particular body/category region
URL: http://fhir.hie.moh.gov.my/StructureDefinition/oa-region-quota-my-core
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
... participatingOrganization Σ 1..1 Reference(Organization) Organization that provides/performs the role (e.g. providing services or is a member of)
ele-1: All FHIR elements must have a @value or children
... code Σ 1..* CodeableConcept Definition of the role the participatingOrganization plays
Binding: OrganizationAffiliationRole (example): The role the participating organization providing services to the primary organization.


ele-1: All FHIR elements must have a @value or children
.... Slices for coding Σ 0..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
ele-1: All FHIR elements must have a @value or children
..... coding:serviceCategory Σ 0..* Coding Code defined by a terminology system
Binding: ValueSetServiceRequestCategory( MY Core) (preferred)
ele-1: All FHIR elements must have a @value or children
...... system Σ 1..1 uri Identity of the terminology system
ele-1: All FHIR elements must have a @value or children
Fixed Value: http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core
..... coding:modality Σ 0..* Coding Code defined by a terminology system
Binding: ValueSetImagingModality (MY Core) (preferred)
ele-1: All FHIR elements must have a @value or children
...... system Σ 1..1 uri Identity of the terminology system
ele-1: All FHIR elements must have a @value or children
Fixed Value: http://fhir.hie.moh.gov.my/CodeSystem/imaging-modality-my-core
..... coding:Type Σ 0..* Coding Code defined by a terminology system
Binding: ValueSetScheduleType (MY Core) (preferred)
ele-1: All FHIR elements must have a @value or children
...... system Σ 1..1 uri Identity of the terminology system
ele-1: All FHIR elements must have a @value or children
Fixed Value: http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
OrganizationAffiliation.codeexampleOrganizationAffiliationRole
http://hl7.org/fhir/ValueSet/organization-role
from the FHIR Standard
OrganizationAffiliation.code.coding:serviceCategorypreferredValueSetServiceRequestCategoryMyCore (a valid code from CodeSystemServiceRequestCategory (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/servicerequest-category-my-core
from this IG
OrganizationAffiliation.code.coding:modalitypreferredValueSetImagingModalityMyCore (a valid code from CodeSystemImagingModality (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/imaging-modality-my-core
from this IG
OrganizationAffiliation.code.coding:TypepreferredValueSetScheduleTypeMyCore (a valid code from CodeSystemScheduleType (MYCore))
http://fhir.hie.moh.gov.my/ValueSet/schedule-type-my-core
from this IG

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorOrganizationAffiliationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorOrganizationAffiliationIf 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-4errorOrganizationAffiliationIf 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-5errorOrganizationAffiliationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceOrganizationAffiliationA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Differential View

This structure is derived from OrganizationAffiliation

NameFlagsCard.TypeDescription & Constraintsdoco
.. OrganizationAffiliation 0..* OrganizationAffiliation Defines an affiliation/assotiation/relationship between 2 distinct oganizations, that is not a part-of relationship/sub-division relationship
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... transitCentre 0..1 Reference() Extension to reference an affiliation transit centre
URL: http://fhir.hie.moh.gov.my/StructureDefinition/transit-centre-my-core
.... maxDaily 0..* integer Extension to define the maxium allowed outsource request in a day for an agreed outsource arrangement
URL: http://fhir.hie.moh.gov.my/StructureDefinition/oa-max-daily-my-core
.... regionQuota 0..* (Complex) An extension to define the maximum quota of a agree outsource arrangement for a particular body/category region
URL: http://fhir.hie.moh.gov.my/StructureDefinition/oa-region-quota-my-core
... organization 1..1 Reference(Organization) Organization where the role is available
... participatingOrganization 1..1 Reference(Organization) Organization that provides/performs the role (e.g. providing services or is a member of)
.... Slices for coding 0..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
..... coding:serviceCategory 0..* Coding Code defined by a terminology system
Binding: ValueSetServiceRequestCategory( MY Core) (preferred)
...... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core
..... coding:modality 0..* Coding Code defined by a terminology system
Binding: ValueSetImagingModality (MY Core) (preferred)
...... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.hie.moh.gov.my/CodeSystem/imaging-modality-my-core
..... coding:Type 0..* Coding Code defined by a terminology system
Binding: ValueSetScheduleType (MY Core) (preferred)
...... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
OrganizationAffiliation.code.coding:serviceCategorypreferredValueSetServiceRequestCategoryMyCore (a valid code from CodeSystemServiceRequestCategory (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/servicerequest-category-my-core
from this IG
OrganizationAffiliation.code.coding:modalitypreferredValueSetImagingModalityMyCore (a valid code from CodeSystemImagingModality (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/imaging-modality-my-core
from this IG
OrganizationAffiliation.code.coding:TypepreferredValueSetScheduleTypeMyCore (a valid code from CodeSystemScheduleType (MYCore))
http://fhir.hie.moh.gov.my/ValueSet/schedule-type-my-core
from this IG

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. OrganizationAffiliation 0..* OrganizationAffiliation Defines an affiliation/assotiation/relationship between 2 distinct oganizations, 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
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... transitCentre 0..1 Reference() Extension to reference an affiliation transit centre
URL: http://fhir.hie.moh.gov.my/StructureDefinition/transit-centre-my-core
.... maxDaily 0..* integer Extension to define the maxium allowed outsource request in a day for an agreed outsource arrangement
URL: http://fhir.hie.moh.gov.my/StructureDefinition/oa-max-daily-my-core
.... regionQuota 0..* (Complex) An extension to define the maximum quota of a agree outsource arrangement for a particular body/category region
URL: http://fhir.hie.moh.gov.my/StructureDefinition/oa-region-quota-my-core
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... 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 Σ 1..1 Reference(Organization) Organization where the role is available
... participatingOrganization Σ 1..1 Reference(Organization) Organization that provides/performs the role (e.g. providing services or is a member of)
... network Σ 0..* Reference(Organization) Health insurance provider network in which the participatingOrganization provides the role's services (if defined) at the indicated locations (if defined)
... code Σ 1..* CodeableConcept Definition of the role the participatingOrganization plays
Binding: OrganizationAffiliationRole (example): The role the participating organization providing services to the primary organization.


.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... Slices for coding Σ 0..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
..... coding:serviceCategory Σ 0..* Coding Code defined by a terminology system
Binding: ValueSetServiceRequestCategory( MY Core) (preferred)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core
...... version Σ 0..1 string Version of the system - if relevant
...... code Σ 0..1 code Symbol in syntax defined by the system
...... display Σ 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
..... coding:modality Σ 0..* Coding Code defined by a terminology system
Binding: ValueSetImagingModality (MY Core) (preferred)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.hie.moh.gov.my/CodeSystem/imaging-modality-my-core
...... version Σ 0..1 string Version of the system - if relevant
...... code Σ 0..1 code Symbol in syntax defined by the system
...... display Σ 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
..... coding:Type Σ 0..* Coding Code defined by a terminology system
Binding: ValueSetScheduleType (MY Core) (preferred)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core
...... version Σ 0..1 string Version of the system - if relevant
...... code Σ 0..1 code Symbol in syntax defined by the system
...... display Σ 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... 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
... telecom Σ 0..* ContactPoint Contact details at the participatingOrganization relevant to this Affiliation
... endpoint 0..* Reference(Endpoint) Technical endpoints providing access to services operated for this role

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
OrganizationAffiliation.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
OrganizationAffiliation.codeexampleOrganizationAffiliationRole
http://hl7.org/fhir/ValueSet/organization-role
from the FHIR Standard
OrganizationAffiliation.code.coding:serviceCategorypreferredValueSetServiceRequestCategoryMyCore (a valid code from CodeSystemServiceRequestCategory (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/servicerequest-category-my-core
from this IG
OrganizationAffiliation.code.coding:modalitypreferredValueSetImagingModalityMyCore (a valid code from CodeSystemImagingModality (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/imaging-modality-my-core
from this IG
OrganizationAffiliation.code.coding:TypepreferredValueSetScheduleTypeMyCore (a valid code from CodeSystemScheduleType (MYCore))
http://fhir.hie.moh.gov.my/ValueSet/schedule-type-my-core
from this IG
OrganizationAffiliation.specialtypreferredPracticeSettingCodeValueSet
http://hl7.org/fhir/ValueSet/c80-practice-codes
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorOrganizationAffiliationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorOrganizationAffiliationIf 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-4errorOrganizationAffiliationIf 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-5errorOrganizationAffiliationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceOrganizationAffiliationA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from OrganizationAffiliation

Summary

Mandatory: 3 elements(3 nested mandatory elements)
Fixed: 3 elements

Extensions

This structure refers to these extensions:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of OrganizationAffiliation.code.coding

 

Other representations of profile: CSV, Excel, Schematron

Notes:

Mandatory Data Elements

This structure defines these elements as mandatory data fields:

Element Description
OrganizationAffiliation.organization References the primary Organization requesting the affiliation.
OrganizationAffiliation.participatingOrganization References the participating Organization whose affiliation is being requested.
OrganizationAffiliation.code Codes the role that the participatingOrganization plays.

Slices

This structure slices the following elements:

Element Discriminator Path (Type) Value
OrganizationAffiliation.code.coding :serviceCategory.system(Value) http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core
:modality.system(Value) http://fhir.hie.moh.gov.my/CodeSystem/imaging-modality-my-core
:Type.system(Value) http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core