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

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

Resource Profile: Organization (MY Core)

Official URL: http://fhir.hie.moh.gov.my/StructureDefinition/Organization-my-core Version: 2.0.1
Active as of 2023-01-03 Computable Name: OrganizationMyCore

A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. In the Malaysian context, the clusterName and clusterFacility extensions allow further detailing of Ministry of Health facilities that are grouped into clusters for better facility management.

Usages:

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
.. Organization C 0..* Organization A grouping of people or organizations with a common purpose
Constraints: org-1
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:clusterFacility 0..1 (Complex) ExtensionClusterFacility (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/cluster-facility-my-core
..... extension 0..0
..... url 1..1 uri "http://fhir.hie.moh.gov.my/StructureDefinition/cluster-facility-my-core"
..... value[x] 0..1 CodeableConcept Value of extension
Binding: ValueSetClusterFacility (MY Core) (example): Cluster Facility based on Malaysia MOH definition
.... extension:organizationCategory 0..* (Complex) ExtensionOrganizationCategory (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/organization-category-my-core
..... extension 0..0
..... url 1..1 uri "http://fhir.hie.moh.gov.my/StructureDefinition/organization-category-my-core"
.... extension:pkd 0..1 Reference() ExtensionOrganizationPkd (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/organization-pkd-my-core
.... extension:clusterName 0..1 string ExtensionClusterName (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/cluster-name-my-core
.... extension:mnemonic 0..1 string ExtensionMnemonic (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/mnemonic-my-core
.... extension:systemTenant 0..1 boolean ExtensionSystemTenant (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/system-tenant-my-core
.... extension:audit 0..1 (Complex) Record audit on individual who recorded and updated the data
URL: http://fhir.hie.moh.gov.my/StructureDefinition/audit-my-core
.... extension:position 0..1 CodeableConcept ExtensionOrganizationCategory (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/organization-category-my-core
.... extension:logo 0..* Reference(Media) ExtensionMediaReference (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/Media-reference-my-core
.... extension:formTemplate 0..* CodeableConcept ExtensionFormTemplate (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/form-template-my-core
Binding: ValueSetFormTemplate (MY Core) (preferred)
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... system Σ 0..1 uri The namespace for the identifier value
Fixed Value: http://fhir.hie.moh.gov.my/sid/organization-id
.... value Σ 1..1 string The value that is unique
Example General: 123456
... active ?!Σ 1..1 boolean Whether the organization's record is still in active use
... type Σ 0..1 CodeableConcept Kind of organization
Binding: ValueSetOrganizationType (MY Core) (extensible)
... name ΣC 1..1 string Name used for the organization
... address C 0..* AddressMyCore An address for the organization
Constraints: org-2
... partOf Σ 0..1 Reference(Organization (MY Core)) The organization of which this organization forms a part

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Organization.extension:clusterFacility.value[x]exampleValueSetClusterFacilityMyCore(a valid code from CodeSystemClusterFacility (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/cluster-facility-my-core
From this IG
Organization.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
From the FHIR Standard
Organization.typeextensibleValueSetOrganizationTypeMyCore(a valid code from CodeSystemOrganizationType (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/organization-type-my-core
From this IG

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorOrganizationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorOrganizationIf 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-4errorOrganizationIf 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-5errorOrganizationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceOrganizationA 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()
org-1errorOrganizationThe organization SHALL at least have a name or an identifier, and possibly more than one
: (identifier.count() + name.count()) > 0
org-2errorOrganization.addressAn address of an organization can never be of use 'home'
: where(use = 'home').empty()

This structure is derived from Organization

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Organization 0..* Organization A grouping of people or organizations with a common purpose
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:clusterFacility 0..1 (Complex) ExtensionClusterFacility (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/cluster-facility-my-core
..... value[x] 0..1 CodeableConcept Value of extension
Binding: ValueSetClusterFacility (MY Core) (example): Cluster Facility based on Malaysia MOH definition
.... extension:organizationCategory 0..* (Complex) ExtensionOrganizationCategory (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/organization-category-my-core
..... value[x]
...... coding
....... code 0..1 code Symbol in syntax defined by the system
Binding: ValueSetOrganizationCategory (MY Core) (preferred)
.... extension:pkd 0..1 Reference() ExtensionOrganizationPkd (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/organization-pkd-my-core
.... extension:clusterName 0..1 string ExtensionClusterName (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/cluster-name-my-core
.... extension:mnemonic 0..1 string ExtensionMnemonic (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/mnemonic-my-core
.... extension:systemTenant 0..1 boolean ExtensionSystemTenant (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/system-tenant-my-core
.... extension:audit 0..1 (Complex) Record audit on individual who recorded and updated the data
URL: http://fhir.hie.moh.gov.my/StructureDefinition/audit-my-core
.... extension:position 0..1 CodeableConcept ExtensionOrganizationCategory (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/organization-category-my-core
.... extension:logo 0..* Reference(Media) ExtensionMediaReference (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/Media-reference-my-core
.... extension:formTemplate 0..* CodeableConcept ExtensionFormTemplate (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/form-template-my-core
Binding: ValueSetFormTemplate (MY Core) (preferred)
... identifier 1..* Identifier Identifies this organization across multiple systems
.... system 0..1 uri The namespace for the identifier value
Fixed Value: http://fhir.hie.moh.gov.my/sid/organization-id
.... value 1..1 string The value that is unique
... active 1..1 boolean Whether the organization's record is still in active use
... name 1..1 string Name used for the organization
... address 0..* AddressMyCore An address for the organization
... partOf 0..1 Reference(Organization (MY Core)) The organization of which this organization forms a part
... contact
.... address 0..1 AddressMyCore Visiting or postal addresses for the contact

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
Organization.extension:clusterFacility.value[x]exampleValueSetClusterFacilityMyCore(a valid code from CodeSystemClusterFacility (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/cluster-facility-my-core
From this IG
Organization.extension:organizationCategory.value[x].coding.codepreferredValueSetOrganizationCategoryMyCore(a valid code from CodeSystemOrganizationCategory (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/organization-category-my-core
From this IG
Organization.typeextensibleValueSetOrganizationTypeMyCore(a valid code from CodeSystemOrganizationType (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/organization-type-my-core
From this IG
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Organization C 0..* Organization A grouping of people or organizations with a common purpose
Constraints: org-1
... 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
.... extension:clusterFacility 0..1 (Complex) ExtensionClusterFacility (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/cluster-facility-my-core
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..0
..... url 1..1 uri "http://fhir.hie.moh.gov.my/StructureDefinition/cluster-facility-my-core"
..... value[x] 0..1 CodeableConcept Value of extension
Binding: ValueSetClusterFacility (MY Core) (example): Cluster Facility based on Malaysia MOH definition
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding Σ 0..* Coding Code defined by a terminology system
Binding: ValueSetClusterFacility (MY Core) (extensible)
...... text Σ 0..1 string Plain text representation of the concept
.... extension:organizationCategory 0..* (Complex) ExtensionOrganizationCategory (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/organization-category-my-core
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..0
..... url 1..1 uri "http://fhir.hie.moh.gov.my/StructureDefinition/organization-category-my-core"
..... value[x] 0..1 CodeableConcept Value of extension
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding Σ 0..* Coding Code defined by a terminology system
....... 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 Σ 0..1 uri Identity of the terminology system
....... version Σ 0..1 string Version of the system - if relevant
....... code Σ 0..1 code Symbol in syntax defined by the system
Binding: ValueSetOrganizationCategory (MY Core) (preferred)
....... 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
.... extension:pkd 0..1 Reference() ExtensionOrganizationPkd (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/organization-pkd-my-core
.... extension:clusterName 0..1 string ExtensionClusterName (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/cluster-name-my-core
.... extension:mnemonic 0..1 string ExtensionMnemonic (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/mnemonic-my-core
.... extension:systemTenant 0..1 boolean ExtensionSystemTenant (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/system-tenant-my-core
.... extension:audit 0..1 (Complex) Record audit on individual who recorded and updated the data
URL: http://fhir.hie.moh.gov.my/StructureDefinition/audit-my-core
.... extension:position 0..1 CodeableConcept ExtensionOrganizationCategory (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/organization-category-my-core
.... extension:logo 0..* Reference(Media) ExtensionMediaReference (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/Media-reference-my-core
.... extension:formTemplate 0..* CodeableConcept ExtensionFormTemplate (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/form-template-my-core
Binding: ValueSetFormTemplate (MY Core) (preferred)
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier ΣC 1..* Identifier Identifies this organization across multiple systems
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
.... system Σ 0..1 uri The namespace for the identifier value
Fixed Value: http://fhir.hie.moh.gov.my/sid/organization-id
.... value Σ 1..1 string The value that is unique
Example General: 123456
.... period Σ 0..1 Period Time period when id is/was valid for use
.... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... active ?!Σ 1..1 boolean Whether the organization's record is still in active use
... type Σ 0..1 CodeableConcept Kind of organization
Binding: ValueSetOrganizationType (MY Core) (extensible)
... name ΣC 1..1 string Name used for the organization
... alias 0..* string A list of alternate names that the organization is known as, or was known as in the past
... telecom C 0..* ContactPoint A contact detail for the organization
Constraints: org-3
... address C 0..* AddressMyCore An address for the organization
Constraints: org-2
... partOf Σ 0..1 Reference(Organization (MY Core)) The organization of which this organization forms a part
... contact 0..* BackboneElement Contact for the organization for a certain purpose
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... purpose 0..1 CodeableConcept The type of contact
Binding: ContactEntityType (extensible): The purpose for which you would contact a contact party.
.... name 0..1 HumanName A name associated with the contact
.... telecom 0..* ContactPoint Contact details (telephone, email, etc.) for a contact
.... address 0..1 AddressMyCore Visiting or postal addresses for the contact
... endpoint 0..* Reference(Endpoint) Technical endpoints providing access to services operated for the organization

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Organization.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
Organization.extension:clusterFacility.value[x]exampleValueSetClusterFacilityMyCore(a valid code from CodeSystemClusterFacility (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/cluster-facility-my-core
From this IG
Organization.extension:clusterFacility.value[x].codingextensibleValueSetClusterFacilityMyCore(a valid code from CodeSystemClusterFacility (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/cluster-facility-my-core
From this IG
Organization.extension:organizationCategory.value[x].coding.codepreferredValueSetOrganizationCategoryMyCore(a valid code from CodeSystemOrganizationCategory (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/organization-category-my-core
From this IG
Organization.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
From the FHIR Standard
Organization.identifier.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
From the FHIR Standard
Organization.typeextensibleValueSetOrganizationTypeMyCore(a valid code from CodeSystemOrganizationType (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/organization-type-my-core
From this IG
Organization.contact.purposeextensibleContactEntityType
http://hl7.org/fhir/ValueSet/contactentity-type
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorOrganizationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorOrganizationIf 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-4errorOrganizationIf 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-5errorOrganizationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceOrganizationA 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()
org-1errorOrganizationThe organization SHALL at least have a name or an identifier, and possibly more than one
: (identifier.count() + name.count()) > 0
org-2errorOrganization.addressAn address of an organization can never be of use 'home'
: where(use = 'home').empty()
org-3errorOrganization.telecomThe telecom of an organization can never be of use 'home'
: where(use = 'home').empty()

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Organization C 0..* Organization A grouping of people or organizations with a common purpose
Constraints: org-1
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:clusterFacility 0..1 (Complex) ExtensionClusterFacility (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/cluster-facility-my-core
..... extension 0..0
..... url 1..1 uri "http://fhir.hie.moh.gov.my/StructureDefinition/cluster-facility-my-core"
..... value[x] 0..1 CodeableConcept Value of extension
Binding: ValueSetClusterFacility (MY Core) (example): Cluster Facility based on Malaysia MOH definition
.... extension:organizationCategory 0..* (Complex) ExtensionOrganizationCategory (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/organization-category-my-core
..... extension 0..0
..... url 1..1 uri "http://fhir.hie.moh.gov.my/StructureDefinition/organization-category-my-core"
.... extension:pkd 0..1 Reference() ExtensionOrganizationPkd (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/organization-pkd-my-core
.... extension:clusterName 0..1 string ExtensionClusterName (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/cluster-name-my-core
.... extension:mnemonic 0..1 string ExtensionMnemonic (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/mnemonic-my-core
.... extension:systemTenant 0..1 boolean ExtensionSystemTenant (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/system-tenant-my-core
.... extension:audit 0..1 (Complex) Record audit on individual who recorded and updated the data
URL: http://fhir.hie.moh.gov.my/StructureDefinition/audit-my-core
.... extension:position 0..1 CodeableConcept ExtensionOrganizationCategory (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/organization-category-my-core
.... extension:logo 0..* Reference(Media) ExtensionMediaReference (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/Media-reference-my-core
.... extension:formTemplate 0..* CodeableConcept ExtensionFormTemplate (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/form-template-my-core
Binding: ValueSetFormTemplate (MY Core) (preferred)
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... system Σ 0..1 uri The namespace for the identifier value
Fixed Value: http://fhir.hie.moh.gov.my/sid/organization-id
.... value Σ 1..1 string The value that is unique
Example General: 123456
... active ?!Σ 1..1 boolean Whether the organization's record is still in active use
... type Σ 0..1 CodeableConcept Kind of organization
Binding: ValueSetOrganizationType (MY Core) (extensible)
... name ΣC 1..1 string Name used for the organization
... address C 0..* AddressMyCore An address for the organization
Constraints: org-2
... partOf Σ 0..1 Reference(Organization (MY Core)) The organization of which this organization forms a part

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Organization.extension:clusterFacility.value[x]exampleValueSetClusterFacilityMyCore(a valid code from CodeSystemClusterFacility (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/cluster-facility-my-core
From this IG
Organization.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
From the FHIR Standard
Organization.typeextensibleValueSetOrganizationTypeMyCore(a valid code from CodeSystemOrganizationType (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/organization-type-my-core
From this IG

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorOrganizationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorOrganizationIf 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-4errorOrganizationIf 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-5errorOrganizationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceOrganizationA 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()
org-1errorOrganizationThe organization SHALL at least have a name or an identifier, and possibly more than one
: (identifier.count() + name.count()) > 0
org-2errorOrganization.addressAn address of an organization can never be of use 'home'
: where(use = 'home').empty()

Differential View

This structure is derived from Organization

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Organization 0..* Organization A grouping of people or organizations with a common purpose
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:clusterFacility 0..1 (Complex) ExtensionClusterFacility (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/cluster-facility-my-core
..... value[x] 0..1 CodeableConcept Value of extension
Binding: ValueSetClusterFacility (MY Core) (example): Cluster Facility based on Malaysia MOH definition
.... extension:organizationCategory 0..* (Complex) ExtensionOrganizationCategory (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/organization-category-my-core
..... value[x]
...... coding
....... code 0..1 code Symbol in syntax defined by the system
Binding: ValueSetOrganizationCategory (MY Core) (preferred)
.... extension:pkd 0..1 Reference() ExtensionOrganizationPkd (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/organization-pkd-my-core
.... extension:clusterName 0..1 string ExtensionClusterName (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/cluster-name-my-core
.... extension:mnemonic 0..1 string ExtensionMnemonic (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/mnemonic-my-core
.... extension:systemTenant 0..1 boolean ExtensionSystemTenant (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/system-tenant-my-core
.... extension:audit 0..1 (Complex) Record audit on individual who recorded and updated the data
URL: http://fhir.hie.moh.gov.my/StructureDefinition/audit-my-core
.... extension:position 0..1 CodeableConcept ExtensionOrganizationCategory (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/organization-category-my-core
.... extension:logo 0..* Reference(Media) ExtensionMediaReference (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/Media-reference-my-core
.... extension:formTemplate 0..* CodeableConcept ExtensionFormTemplate (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/form-template-my-core
Binding: ValueSetFormTemplate (MY Core) (preferred)
... identifier 1..* Identifier Identifies this organization across multiple systems
.... system 0..1 uri The namespace for the identifier value
Fixed Value: http://fhir.hie.moh.gov.my/sid/organization-id
.... value 1..1 string The value that is unique
... active 1..1 boolean Whether the organization's record is still in active use
... name 1..1 string Name used for the organization
... address 0..* AddressMyCore An address for the organization
... partOf 0..1 Reference(Organization (MY Core)) The organization of which this organization forms a part
... contact
.... address 0..1 AddressMyCore Visiting or postal addresses for the contact

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
Organization.extension:clusterFacility.value[x]exampleValueSetClusterFacilityMyCore(a valid code from CodeSystemClusterFacility (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/cluster-facility-my-core
From this IG
Organization.extension:organizationCategory.value[x].coding.codepreferredValueSetOrganizationCategoryMyCore(a valid code from CodeSystemOrganizationCategory (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/organization-category-my-core
From this IG
Organization.typeextensibleValueSetOrganizationTypeMyCore(a valid code from CodeSystemOrganizationType (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/organization-type-my-core
From this IG

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Organization C 0..* Organization A grouping of people or organizations with a common purpose
Constraints: org-1
... 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
.... extension:clusterFacility 0..1 (Complex) ExtensionClusterFacility (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/cluster-facility-my-core
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..0
..... url 1..1 uri "http://fhir.hie.moh.gov.my/StructureDefinition/cluster-facility-my-core"
..... value[x] 0..1 CodeableConcept Value of extension
Binding: ValueSetClusterFacility (MY Core) (example): Cluster Facility based on Malaysia MOH definition
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding Σ 0..* Coding Code defined by a terminology system
Binding: ValueSetClusterFacility (MY Core) (extensible)
...... text Σ 0..1 string Plain text representation of the concept
.... extension:organizationCategory 0..* (Complex) ExtensionOrganizationCategory (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/organization-category-my-core
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..0
..... url 1..1 uri "http://fhir.hie.moh.gov.my/StructureDefinition/organization-category-my-core"
..... value[x] 0..1 CodeableConcept Value of extension
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding Σ 0..* Coding Code defined by a terminology system
....... 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 Σ 0..1 uri Identity of the terminology system
....... version Σ 0..1 string Version of the system - if relevant
....... code Σ 0..1 code Symbol in syntax defined by the system
Binding: ValueSetOrganizationCategory (MY Core) (preferred)
....... 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
.... extension:pkd 0..1 Reference() ExtensionOrganizationPkd (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/organization-pkd-my-core
.... extension:clusterName 0..1 string ExtensionClusterName (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/cluster-name-my-core
.... extension:mnemonic 0..1 string ExtensionMnemonic (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/mnemonic-my-core
.... extension:systemTenant 0..1 boolean ExtensionSystemTenant (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/system-tenant-my-core
.... extension:audit 0..1 (Complex) Record audit on individual who recorded and updated the data
URL: http://fhir.hie.moh.gov.my/StructureDefinition/audit-my-core
.... extension:position 0..1 CodeableConcept ExtensionOrganizationCategory (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/organization-category-my-core
.... extension:logo 0..* Reference(Media) ExtensionMediaReference (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/Media-reference-my-core
.... extension:formTemplate 0..* CodeableConcept ExtensionFormTemplate (MY Core)
URL: http://fhir.hie.moh.gov.my/StructureDefinition/form-template-my-core
Binding: ValueSetFormTemplate (MY Core) (preferred)
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier ΣC 1..* Identifier Identifies this organization across multiple systems
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
.... system Σ 0..1 uri The namespace for the identifier value
Fixed Value: http://fhir.hie.moh.gov.my/sid/organization-id
.... value Σ 1..1 string The value that is unique
Example General: 123456
.... period Σ 0..1 Period Time period when id is/was valid for use
.... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... active ?!Σ 1..1 boolean Whether the organization's record is still in active use
... type Σ 0..1 CodeableConcept Kind of organization
Binding: ValueSetOrganizationType (MY Core) (extensible)
... name ΣC 1..1 string Name used for the organization
... alias 0..* string A list of alternate names that the organization is known as, or was known as in the past
... telecom C 0..* ContactPoint A contact detail for the organization
Constraints: org-3
... address C 0..* AddressMyCore An address for the organization
Constraints: org-2
... partOf Σ 0..1 Reference(Organization (MY Core)) The organization of which this organization forms a part
... contact 0..* BackboneElement Contact for the organization for a certain purpose
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... purpose 0..1 CodeableConcept The type of contact
Binding: ContactEntityType (extensible): The purpose for which you would contact a contact party.
.... name 0..1 HumanName A name associated with the contact
.... telecom 0..* ContactPoint Contact details (telephone, email, etc.) for a contact
.... address 0..1 AddressMyCore Visiting or postal addresses for the contact
... endpoint 0..* Reference(Endpoint) Technical endpoints providing access to services operated for the organization

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Organization.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
Organization.extension:clusterFacility.value[x]exampleValueSetClusterFacilityMyCore(a valid code from CodeSystemClusterFacility (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/cluster-facility-my-core
From this IG
Organization.extension:clusterFacility.value[x].codingextensibleValueSetClusterFacilityMyCore(a valid code from CodeSystemClusterFacility (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/cluster-facility-my-core
From this IG
Organization.extension:organizationCategory.value[x].coding.codepreferredValueSetOrganizationCategoryMyCore(a valid code from CodeSystemOrganizationCategory (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/organization-category-my-core
From this IG
Organization.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
From the FHIR Standard
Organization.identifier.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
From the FHIR Standard
Organization.typeextensibleValueSetOrganizationTypeMyCore(a valid code from CodeSystemOrganizationType (MY Core))
http://fhir.hie.moh.gov.my/ValueSet/organization-type-my-core
From this IG
Organization.contact.purposeextensibleContactEntityType
http://hl7.org/fhir/ValueSet/contactentity-type
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorOrganizationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorOrganizationIf 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-4errorOrganizationIf 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-5errorOrganizationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceOrganizationA 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()
org-1errorOrganizationThe organization SHALL at least have a name or an identifier, and possibly more than one
: (identifier.count() + name.count()) > 0
org-2errorOrganization.addressAn address of an organization can never be of use 'home'
: where(use = 'home').empty()
org-3errorOrganization.telecomThe telecom of an organization can never be of use 'home'
: where(use = 'home').empty()

 

Other representations of profile: CSV, Excel, Schematron

Notes:

Mandatory Data Elements

This structure defines these elements as mandatory data fields:

Element Description
Organization.identifier Identifier of the Organization where a value must be present, and the system must be a fixed value of http://fhir.hie.moh.gov.my/sid/organization-id.
Organization.active Boolean of whether the Organization record is active or not.
Organization.name Name of the Organization in simple text.