FHIR Implementatiegids voor de Nederlandse Kankerregistratie
1.2.2 - release

FHIR Implementatiegids voor de Nederlandse Kankerregistratie - Local Development build (v1.2.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: NcrEhrHealthcareProvider

Official URL: http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-healthcare-provider Version: 1.2.2
Draft as of 2025-02-10 Computable Name: NcrEhrHealthcareProvider

Usage:

Formal Views of Profile Content

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

NameFlagsCard.TypeDescription & Constraintsdoco
.. Organization C 0..* NlcoreHealthcareProviderOrganization HealthcareProvider
dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
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-6: A resource should have narrative for robust management
dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
org-1: The organization SHALL at least have a name or an identifier, and possibly more than one
... 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
... modifierExtension ?!N 0..* Extension Extensions that cannot be ignored
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
... Slices for identifier ΣC 1..* Identifier HealthcareProviderIdentificationNumber
Slice: Unordered, Open by value:$this
ele-1: All FHIR elements must have a @value or children
.... identifier:ura ΣCN 0..* Identifier Identifies this organization across multiple systems
ele-1: All FHIR elements must have a @value or children

Required Pattern: At least the following
..... system 1..1 uri The namespace for the identifier value
Fixed Value: http://fhir.nl/fhir/NamingSystem/ura
.... identifier:agb SΣC 1..1 Identifier Identifies this organization across multiple systems
ele-1: All FHIR elements must have a @value or children

Required Pattern: At least the following
..... system 1..1 uri The namespace for the identifier value
Fixed Value: http://fhir.nl/fhir/NamingSystem/agb-z
... Slices for type ΣN 0..* CodeableConcept Kind of organization
Slice: Unordered, Open by value:$this
Binding: OrganizationType (example): Used to categorize the organization.


ele-1: All FHIR elements must have a @value or children
.... type:departmentSpecialty ΣN 0..1 CodeableConcept DepartmentSpecialty
Binding: AfdelingSpecialismeCodelijst (required): Used to categorize the organization.


ele-1: All FHIR elements must have a @value or children
.... type:organizationType ΣN 0..1 CodeableConcept OrganizationType
Binding: OrganisatieTypeCodelijst (required): Used to categorize the organization.


ele-1: All FHIR elements must have a @value or children
... name ΣC 0..1 string OrganizationName
ele-1: All FHIR elements must have a @value or children
... Slices for telecom CN 0..* ContactPoint A contact detail for the organization
Slice: Unordered, Open by profile:$this
ele-1: All FHIR elements must have a @value or children
cpt-2: A system is required if a value is provided.
org-3: The telecom of an organization can never be of use 'home'
.... telecom:telephoneNumbers CN 0..* NlcoreContactInformationTelephoneNumbers TelephoneNumbers
ele-1: All FHIR elements must have a @value or children
cpt-2: A system is required if a value is provided.
org-3: The telecom of an organization can never be of use 'home'
.... telecom:emailAddresses CN 0..* NlcoreContactInformationEmailAddresses EmailAddresses
ele-1: All FHIR elements must have a @value or children
cpt-2: A system is required if a value is provided.
org-3: The telecom of an organization can never be of use 'home'
... address C 0..* NlcoreAddressInformation AddressInformation
ele-1: All FHIR elements must have a @value or children
org-2: An address of an organization can never be of use 'home'

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Organization.typeexampleOrganizationType
http://hl7.org/fhir/ValueSet/organization-type
from the FHIR Standard
Organization.type:departmentSpecialtyrequiredAfdelingSpecialismeCodelijst
http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.2.4--20200901000000
Organization.type:organizationTyperequiredOrganisatieTypeCodelijst
http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.2.3--20200901000000

Constraints

IdGradePath(s)DetailsRequirements
cpt-2errorOrganization.telecom, Organization.telecom:telephoneNumbers, Organization.telecom:emailAddressesA system is required if a value is provided.
: value.empty() or system.exists()
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.telecom, Organization.telecom:telephoneNumbers, Organization.telecom:emailAddressesThe telecom of an organization can never be of use 'home'
: where(use = 'home').empty()

This structure is derived from NlcoreHealthcareProviderOrganization

NameFlagsCard.TypeDescription & Constraintsdoco
.. Organization NlcoreHealthcareProviderOrganization
... identifier 1..* Identifier HealthcareProviderIdentificationNumber
... Slices for identifier Content/Rules for all slices
.... identifier:agb S 1..1 Identifier Identifies this organization across multiple systems

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. Organization C 0..* NlcoreHealthcareProviderOrganization HealthcareProvider
org-1: The organization SHALL at least have a name or an identifier, and possibly more than one
... 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
... extension N 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
... modifierExtension ?!N 0..* Extension Extensions that cannot be ignored
Slice: Unordered, Open by value:url
... Slices for identifier ΣC 1..* Identifier HealthcareProviderIdentificationNumber
Slice: Unordered, Open by value:$this
.... identifier:ura ΣCN 0..* Identifier Identifies this organization across multiple systems

Required Pattern: At least the following
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... use 0..1 code usual | official | temp | secondary | old (If known)
..... type 0..1 CodeableConcept Description of identifier
..... system 1..1 uri The namespace for the identifier value
Fixed Value: http://fhir.nl/fhir/NamingSystem/ura
..... value 0..1 string The value that is unique
..... 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)
.... identifier:agb SΣC 1..1 Identifier Identifies this organization across multiple systems

Required Pattern: At least the following
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... use 0..1 code usual | official | temp | secondary | old (If known)
..... type 0..1 CodeableConcept Description of identifier
..... system 1..1 uri The namespace for the identifier value
Fixed Value: http://fhir.nl/fhir/NamingSystem/agb-z
..... value 0..1 string The value that is unique
..... 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 ?!Σ 0..1 boolean Whether the organization's record is still in active use
... Slices for type ΣN 0..* CodeableConcept Kind of organization
Slice: Unordered, Open by value:$this
Binding: OrganizationType (example): Used to categorize the organization.


.... type:departmentSpecialty ΣN 0..1 CodeableConcept DepartmentSpecialty
Binding: AfdelingSpecialismeCodelijst (required): Used to categorize the organization.


.... type:organizationType ΣN 0..1 CodeableConcept OrganizationType
Binding: OrganisatieTypeCodelijst (required): Used to categorize the organization.


... name ΣC 0..1 string OrganizationName
... alias 0..* string A list of alternate names that the organization is known as, or was known as in the past
... Slices for telecom CN 0..* ContactPoint A contact detail for the organization
Slice: Unordered, Open by profile:$this
cpt-2: A system is required if a value is provided.
org-3: The telecom of an organization can never be of use 'home'
.... telecom:telephoneNumbers CN 0..* NlcoreContactInformationTelephoneNumbers TelephoneNumbers
cpt-2: A system is required if a value is provided.
org-3: The telecom of an organization can never be of use 'home'
.... telecom:emailAddresses CN 0..* NlcoreContactInformationEmailAddresses EmailAddresses
cpt-2: A system is required if a value is provided.
org-3: The telecom of an organization can never be of use 'home'
... address C 0..* NlcoreAddressInformation AddressInformation
org-2: An address of an organization can never be of use 'home'
... partOf ΣC 0..1 Reference(Organization | nl core HealthcareProvider Organization) The organization of which this organization forms a part
ref-1: SHALL have a contained resource if a local reference is provided
... contact 0..* BackboneElement Contact for the organization for a certain purpose
.... id 0..1 string Unique id for inter-element referencing
.... extension N 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... 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 C 0..1 NlcoreNameInformation NameInformation
zib-NameInformation-1: If a prefix for a family name is specified, the family name is expected as well
zib-NameInformation-2: If the prefix for a partner family name is specified, the partner family name is expected as well
.... Slices for telecom CN 0..* ContactPoint Contact details (telephone, email, etc.) for a contact
Slice: Unordered, Open by profile:$this
cpt-2: A system is required if a value is provided.
..... telecom:telephoneNumbers CN 0..* NlcoreContactInformationTelephoneNumbers TelephoneNumbers
cpt-2: A system is required if a value is provided.
..... telecom:emailAddresses CN 0..* NlcoreContactInformationEmailAddresses EmailAddresses
cpt-2: A system is required if a value is provided.
.... address 0..1 NlcoreAddressInformation AddressInformation
... endpoint C 0..* Reference(Endpoint) Technical endpoints providing access to services operated for the organization
ref-1: SHALL have a contained resource if a local reference is provided

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.typeexampleOrganizationType
http://hl7.org/fhir/ValueSet/organization-type
from the FHIR Standard
Organization.type:departmentSpecialtyrequiredAfdelingSpecialismeCodelijst
http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.2.4--20200901000000
Organization.type:organizationTyperequiredOrganisatieTypeCodelijst
http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.2.3--20200901000000
Organization.contact.purposeextensibleContactEntityType
http://hl7.org/fhir/ValueSet/contactentity-type
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
cpt-2errorOrganization.telecom, Organization.telecom:telephoneNumbers, Organization.telecom:emailAddresses, Organization.contact.telecom, Organization.contact.telecom:telephoneNumbers, Organization.contact.telecom:emailAddressesA system is required if a value is provided.
: value.empty() or system.exists()
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.telecom, Organization.telecom:telephoneNumbers, Organization.telecom:emailAddressesThe telecom of an organization can never be of use 'home'
: where(use = 'home').empty()
ref-1errorOrganization.partOf, Organization.endpointSHALL have a contained resource if a local reference is provided
: reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))
zib-NameInformation-1errorOrganization.contact.nameIf a prefix for a family name is specified, the family name is expected as well
: family.extension('http://hl7.org/fhir/StructureDefinition/humanname-own-prefix').empty().not() implies family.extension('http://hl7.org/fhir/StructureDefinition/humanname-own-name').empty().not()
zib-NameInformation-2errorOrganization.contact.nameIf the prefix for a partner family name is specified, the partner family name is expected as well
: family.extension('http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix').empty().not() implies family.extension('http://hl7.org/fhir/StructureDefinition/humanname-partner-name').empty().not()

This structure is derived from NlcoreHealthcareProviderOrganization

Summary

Mandatory: 2 elements
Must-Support: 1 element

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Organization C 0..* NlcoreHealthcareProviderOrganization HealthcareProvider
dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
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-6: A resource should have narrative for robust management
dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
org-1: The organization SHALL at least have a name or an identifier, and possibly more than one
... 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
... modifierExtension ?!N 0..* Extension Extensions that cannot be ignored
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
... Slices for identifier ΣC 1..* Identifier HealthcareProviderIdentificationNumber
Slice: Unordered, Open by value:$this
ele-1: All FHIR elements must have a @value or children
.... identifier:ura ΣCN 0..* Identifier Identifies this organization across multiple systems
ele-1: All FHIR elements must have a @value or children

Required Pattern: At least the following
..... system 1..1 uri The namespace for the identifier value
Fixed Value: http://fhir.nl/fhir/NamingSystem/ura
.... identifier:agb SΣC 1..1 Identifier Identifies this organization across multiple systems
ele-1: All FHIR elements must have a @value or children

Required Pattern: At least the following
..... system 1..1 uri The namespace for the identifier value
Fixed Value: http://fhir.nl/fhir/NamingSystem/agb-z
... Slices for type ΣN 0..* CodeableConcept Kind of organization
Slice: Unordered, Open by value:$this
Binding: OrganizationType (example): Used to categorize the organization.


ele-1: All FHIR elements must have a @value or children
.... type:departmentSpecialty ΣN 0..1 CodeableConcept DepartmentSpecialty
Binding: AfdelingSpecialismeCodelijst (required): Used to categorize the organization.


ele-1: All FHIR elements must have a @value or children
.... type:organizationType ΣN 0..1 CodeableConcept OrganizationType
Binding: OrganisatieTypeCodelijst (required): Used to categorize the organization.


ele-1: All FHIR elements must have a @value or children
... name ΣC 0..1 string OrganizationName
ele-1: All FHIR elements must have a @value or children
... Slices for telecom CN 0..* ContactPoint A contact detail for the organization
Slice: Unordered, Open by profile:$this
ele-1: All FHIR elements must have a @value or children
cpt-2: A system is required if a value is provided.
org-3: The telecom of an organization can never be of use 'home'
.... telecom:telephoneNumbers CN 0..* NlcoreContactInformationTelephoneNumbers TelephoneNumbers
ele-1: All FHIR elements must have a @value or children
cpt-2: A system is required if a value is provided.
org-3: The telecom of an organization can never be of use 'home'
.... telecom:emailAddresses CN 0..* NlcoreContactInformationEmailAddresses EmailAddresses
ele-1: All FHIR elements must have a @value or children
cpt-2: A system is required if a value is provided.
org-3: The telecom of an organization can never be of use 'home'
... address C 0..* NlcoreAddressInformation AddressInformation
ele-1: All FHIR elements must have a @value or children
org-2: An address of an organization can never be of use 'home'

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Organization.typeexampleOrganizationType
http://hl7.org/fhir/ValueSet/organization-type
from the FHIR Standard
Organization.type:departmentSpecialtyrequiredAfdelingSpecialismeCodelijst
http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.2.4--20200901000000
Organization.type:organizationTyperequiredOrganisatieTypeCodelijst
http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.2.3--20200901000000

Constraints

IdGradePath(s)DetailsRequirements
cpt-2errorOrganization.telecom, Organization.telecom:telephoneNumbers, Organization.telecom:emailAddressesA system is required if a value is provided.
: value.empty() or system.exists()
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.telecom, Organization.telecom:telephoneNumbers, Organization.telecom:emailAddressesThe telecom of an organization can never be of use 'home'
: where(use = 'home').empty()

Differential View

This structure is derived from NlcoreHealthcareProviderOrganization

NameFlagsCard.TypeDescription & Constraintsdoco
.. Organization NlcoreHealthcareProviderOrganization
... identifier 1..* Identifier HealthcareProviderIdentificationNumber
... Slices for identifier Content/Rules for all slices
.... identifier:agb S 1..1 Identifier Identifies this organization across multiple systems

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Organization C 0..* NlcoreHealthcareProviderOrganization HealthcareProvider
org-1: The organization SHALL at least have a name or an identifier, and possibly more than one
... 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
... extension N 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
... modifierExtension ?!N 0..* Extension Extensions that cannot be ignored
Slice: Unordered, Open by value:url
... Slices for identifier ΣC 1..* Identifier HealthcareProviderIdentificationNumber
Slice: Unordered, Open by value:$this
.... identifier:ura ΣCN 0..* Identifier Identifies this organization across multiple systems

Required Pattern: At least the following
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... use 0..1 code usual | official | temp | secondary | old (If known)
..... type 0..1 CodeableConcept Description of identifier
..... system 1..1 uri The namespace for the identifier value
Fixed Value: http://fhir.nl/fhir/NamingSystem/ura
..... value 0..1 string The value that is unique
..... 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)
.... identifier:agb SΣC 1..1 Identifier Identifies this organization across multiple systems

Required Pattern: At least the following
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... use 0..1 code usual | official | temp | secondary | old (If known)
..... type 0..1 CodeableConcept Description of identifier
..... system 1..1 uri The namespace for the identifier value
Fixed Value: http://fhir.nl/fhir/NamingSystem/agb-z
..... value 0..1 string The value that is unique
..... 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 ?!Σ 0..1 boolean Whether the organization's record is still in active use
... Slices for type ΣN 0..* CodeableConcept Kind of organization
Slice: Unordered, Open by value:$this
Binding: OrganizationType (example): Used to categorize the organization.


.... type:departmentSpecialty ΣN 0..1 CodeableConcept DepartmentSpecialty
Binding: AfdelingSpecialismeCodelijst (required): Used to categorize the organization.


.... type:organizationType ΣN 0..1 CodeableConcept OrganizationType
Binding: OrganisatieTypeCodelijst (required): Used to categorize the organization.


... name ΣC 0..1 string OrganizationName
... alias 0..* string A list of alternate names that the organization is known as, or was known as in the past
... Slices for telecom CN 0..* ContactPoint A contact detail for the organization
Slice: Unordered, Open by profile:$this
cpt-2: A system is required if a value is provided.
org-3: The telecom of an organization can never be of use 'home'
.... telecom:telephoneNumbers CN 0..* NlcoreContactInformationTelephoneNumbers TelephoneNumbers
cpt-2: A system is required if a value is provided.
org-3: The telecom of an organization can never be of use 'home'
.... telecom:emailAddresses CN 0..* NlcoreContactInformationEmailAddresses EmailAddresses
cpt-2: A system is required if a value is provided.
org-3: The telecom of an organization can never be of use 'home'
... address C 0..* NlcoreAddressInformation AddressInformation
org-2: An address of an organization can never be of use 'home'
... partOf ΣC 0..1 Reference(Organization | nl core HealthcareProvider Organization) The organization of which this organization forms a part
ref-1: SHALL have a contained resource if a local reference is provided
... contact 0..* BackboneElement Contact for the organization for a certain purpose
.... id 0..1 string Unique id for inter-element referencing
.... extension N 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... 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 C 0..1 NlcoreNameInformation NameInformation
zib-NameInformation-1: If a prefix for a family name is specified, the family name is expected as well
zib-NameInformation-2: If the prefix for a partner family name is specified, the partner family name is expected as well
.... Slices for telecom CN 0..* ContactPoint Contact details (telephone, email, etc.) for a contact
Slice: Unordered, Open by profile:$this
cpt-2: A system is required if a value is provided.
..... telecom:telephoneNumbers CN 0..* NlcoreContactInformationTelephoneNumbers TelephoneNumbers
cpt-2: A system is required if a value is provided.
..... telecom:emailAddresses CN 0..* NlcoreContactInformationEmailAddresses EmailAddresses
cpt-2: A system is required if a value is provided.
.... address 0..1 NlcoreAddressInformation AddressInformation
... endpoint C 0..* Reference(Endpoint) Technical endpoints providing access to services operated for the organization
ref-1: SHALL have a contained resource if a local reference is provided

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.typeexampleOrganizationType
http://hl7.org/fhir/ValueSet/organization-type
from the FHIR Standard
Organization.type:departmentSpecialtyrequiredAfdelingSpecialismeCodelijst
http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.2.4--20200901000000
Organization.type:organizationTyperequiredOrganisatieTypeCodelijst
http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.2.3--20200901000000
Organization.contact.purposeextensibleContactEntityType
http://hl7.org/fhir/ValueSet/contactentity-type
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
cpt-2errorOrganization.telecom, Organization.telecom:telephoneNumbers, Organization.telecom:emailAddresses, Organization.contact.telecom, Organization.contact.telecom:telephoneNumbers, Organization.contact.telecom:emailAddressesA system is required if a value is provided.
: value.empty() or system.exists()
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.telecom, Organization.telecom:telephoneNumbers, Organization.telecom:emailAddressesThe telecom of an organization can never be of use 'home'
: where(use = 'home').empty()
ref-1errorOrganization.partOf, Organization.endpointSHALL have a contained resource if a local reference is provided
: reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))
zib-NameInformation-1errorOrganization.contact.nameIf a prefix for a family name is specified, the family name is expected as well
: family.extension('http://hl7.org/fhir/StructureDefinition/humanname-own-prefix').empty().not() implies family.extension('http://hl7.org/fhir/StructureDefinition/humanname-own-name').empty().not()
zib-NameInformation-2errorOrganization.contact.nameIf the prefix for a partner family name is specified, the partner family name is expected as well
: family.extension('http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix').empty().not() implies family.extension('http://hl7.org/fhir/StructureDefinition/humanname-partner-name').empty().not()

This structure is derived from NlcoreHealthcareProviderOrganization

Summary

Mandatory: 2 elements
Must-Support: 1 element

 

Other representations of profile: CSV, Excel, Schematron