Guías de Implementación HL7 FHIR: CR Core
0.1.1-draft - ci-build Costa Rica flag

Guías de Implementación HL7 FHIR: CR Core, published by Ministerio de Salud de Costa Rica. This guide is not an authorized publication; it is the continuous build for version 0.1.1-draft built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HIE-cr/core-ig/ and changes regularly. See the Directory of published versions

Resource Profile: Organizaciones

Official URL: https://ministeriodesalud.go.cr/fhir/core/StructureDefinition/organization-cr-core Version: 0.1.1-draft
Standards status: Draft Maturity Level: 0 Computable Name: OrganizationCrCore

Copyright/Legal: Usado con el permiso de HL7 International, todos los derechos resevados en los Licencias de HL7 Internacional.

Perfil CORE de Organizaciones (Organization)

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
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
.... identifier:All Slices Content/Rules for all slices
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... system SΣ 0..1 uri Sistema de identificación de la organización.
Example General: http://www.acme.com/identifiers/patient
..... value SΣC 0..1 string Código de identificación de la organización o número de documento.
Example General: 123456
... active ?!Σ 0..1 boolean Indica si la Organización está activa o no.
... type Σ 0..1 CodeableConcept Tipo de Organización.
Binding: Listado de tipos de servicios (required)
... name SΣC 1..1 string Nombre de la Organización.
... alias S 0..* string Alias de la Organización.
... contact SC 0..* ExtendedContactDetail Contactos de la Organización.
Constraints: org-3, org-4
.... purpose Σ 0..1 CodeableConcept Tipo de contacto. ADMIN | BILLING | HR | OTHER
Binding: Contact entity type (required)
.... name Σ 0..1 HumanName Nombre del contacto.
.... telecom SΣ 0..* ContactPoint Teléfono o correo electrónico del contacto.
..... system ΣC 0..1 code Tipo de contacto. phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required)
..... value ΣC 0..1 string Valor del dato de contacto.
..... use ?!Σ 0..1 code Uso del contacto. home | work | temp | old | mobile
Binding: ContactPointUse (required)
.... address Σ 0..1 Address Dirección del contacto.
... partOf Σ 0..1 Reference(Organizaciones) Organización de la que forma parte.

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Organization.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|5.0.0
From the FHIR Standard
Organization.typerequiredOrganizationTypeList(a valid code from Tipo de organización)
https://ministeriodesalud.go.cr/fhir/core/ValueSet/organization-type-list
From this IG
Organization.contact.purposerequiredContactEntityType
http://terminology.hl7.org/ValueSet/contactentity-type
Organization.contact.telecom.systemrequiredContactPointSystem
http://hl7.org/fhir/ValueSet/contact-point-system
From the FHIR Standard
Organization.contact.telecom.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use
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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-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-3errorOrganization.contactThe telecom of an organization can never be of use 'home'
: telecom.where(use = 'home').empty()
org-4errorOrganization.contactThe address of an organization can never be of use 'home'
: address.where(use = 'home').empty()

This structure is derived from Organization

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Organization Organization
... identifier S 1..* Identifier Identifies this organization across multiple systems
Slice: Unordered, Open by value:system
.... identifier:All Slices Content/Rules for all slices
..... system S 0..1 uri Sistema de identificación de la organización.
..... value S 0..1 string Código de identificación de la organización o número de documento.
... active 0..1 boolean Indica si la Organización está activa o no.
... type 0..1 CodeableConcept Tipo de Organización.
Binding: Listado de tipos de servicios (required)
... alias S 0..* string Alias de la Organización.
... contact S 0..* ExtendedContactDetail Contactos de la Organización.
.... purpose 0..1 CodeableConcept Tipo de contacto. ADMIN | BILLING | HR | OTHER
Binding: Contact entity type (required)
.... name 0..1 HumanName Nombre del contacto.
.... telecom S 0..* ContactPoint Teléfono o correo electrónico del contacto.
..... system 0..1 code Tipo de contacto. phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required)
..... value 0..1 string Valor del dato de contacto.
..... use 0..1 code Uso del contacto. home | work | temp | old | mobile
Binding: ContactPointUse (required)
.... address 0..1 Address Dirección del contacto.
... partOf 0..1 Reference(Organizaciones) Organización de la que forma parte.

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
Organization.typerequiredOrganizationTypeList(a valid code from Tipo de organización)
https://ministeriodesalud.go.cr/fhir/core/ValueSet/organization-type-list
From this IG
Organization.contact.purposerequiredContactEntityType
http://terminology.hl7.org/ValueSet/contactentity-type
Organization.contact.telecom.systemrequiredContactPointSystem
http://hl7.org/fhir/ValueSet/contact-point-system
From the FHIR Standard
Organization.contact.telecom.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use
From the FHIR Standard
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
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... identifier SΣC 1..* Identifier Identifies this organization across multiple systems
Slice: Unordered, Open by value:system
.... identifier:All Slices Content/Rules for all slices
..... id 0..1 id 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: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
..... system SΣ 0..1 uri Sistema de identificación de la organización.
Example General: http://www.acme.com/identifiers/patient
..... value SΣC 0..1 string Código de identificación de la organización o número de documento.
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 ?!Σ 0..1 boolean Indica si la Organización está activa o no.
... type Σ 0..1 CodeableConcept Tipo de Organización.
Binding: Listado de tipos de servicios (required)
... name SΣC 1..1 string Nombre de la Organización.
... alias S 0..* string Alias de la Organización.
... description Σ 0..1 markdown Additional details about the Organization that could be displayed as further information to identify the Organization beyond its name
... contact SC 0..* ExtendedContactDetail Contactos de la Organización.
Constraints: org-3, org-4
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... purpose Σ 0..1 CodeableConcept Tipo de contacto. ADMIN | BILLING | HR | OTHER
Binding: Contact entity type (required)
.... name Σ 0..1 HumanName Nombre del contacto.
.... telecom SΣ 0..* ContactPoint Teléfono o correo electrónico del contacto.
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... system ΣC 0..1 code Tipo de contacto. phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required)
..... value ΣC 0..1 string Valor del dato de contacto.
..... use ?!Σ 0..1 code Uso del contacto. home | work | temp | old | mobile
Binding: ContactPointUse (required)
..... rank Σ 0..1 positiveInt Specify preferred order of use (1 = highest)
..... period Σ 0..1 Period Time period when the contact point was/is in use
.... address Σ 0..1 Address Dirección del contacto.
.... organization Σ 0..1 Reference(Organization) This contact detail is handled/monitored by a specific organization
.... period Σ 0..1 Period Period that this contact was valid for usage
... partOf Σ 0..1 Reference(Organizaciones) Organización de la que forma parte.
... endpoint 0..* Reference(Endpoint) Technical endpoints providing access to services operated for the organization
... qualification 0..* BackboneElement Qualifications, certifications, accreditations, licenses, training, etc. pertaining to the provision of care
.... 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
.... identifier 0..* Identifier An identifier for this qualification for the organization
.... code 1..1 CodeableConcept Coded representation of the qualification
Binding Description: (example): Specific qualification the organization has to provide a service.
.... period 0..1 Period Period during which the qualification is valid
.... issuer 0..1 Reference(Organization) Organization that regulates and issues the qualification

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Organization.languagerequiredAllLanguages
http://hl7.org/fhir/ValueSet/all-languages|5.0.0
From the FHIR Standard
Organization.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|5.0.0
From the FHIR Standard
Organization.identifier.typeextensibleIdentifierTypeCodes
http://hl7.org/fhir/ValueSet/identifier-type
From the FHIR Standard
Organization.typerequiredOrganizationTypeList(a valid code from Tipo de organización)
https://ministeriodesalud.go.cr/fhir/core/ValueSet/organization-type-list
From this IG
Organization.contact.purposerequiredContactEntityType
http://terminology.hl7.org/ValueSet/contactentity-type
Organization.contact.telecom.systemrequiredContactPointSystem
http://hl7.org/fhir/ValueSet/contact-point-system
From the FHIR Standard
Organization.contact.telecom.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use
From the FHIR Standard
Organization.qualification.codeexample

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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-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-3errorOrganization.contactThe telecom of an organization can never be of use 'home'
: telecom.where(use = 'home').empty()
org-4errorOrganization.contactThe address of an organization can never be of use 'home'
: address.where(use = 'home').empty()

This structure is derived from Organization

Summary

Mandatory: 2 elements
Must-Support: 7 elements

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of Organization.identifier

Maturity: 0

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
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
.... identifier:All Slices Content/Rules for all slices
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... system SΣ 0..1 uri Sistema de identificación de la organización.
Example General: http://www.acme.com/identifiers/patient
..... value SΣC 0..1 string Código de identificación de la organización o número de documento.
Example General: 123456
... active ?!Σ 0..1 boolean Indica si la Organización está activa o no.
... type Σ 0..1 CodeableConcept Tipo de Organización.
Binding: Listado de tipos de servicios (required)
... name SΣC 1..1 string Nombre de la Organización.
... alias S 0..* string Alias de la Organización.
... contact SC 0..* ExtendedContactDetail Contactos de la Organización.
Constraints: org-3, org-4
.... purpose Σ 0..1 CodeableConcept Tipo de contacto. ADMIN | BILLING | HR | OTHER
Binding: Contact entity type (required)
.... name Σ 0..1 HumanName Nombre del contacto.
.... telecom SΣ 0..* ContactPoint Teléfono o correo electrónico del contacto.
..... system ΣC 0..1 code Tipo de contacto. phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required)
..... value ΣC 0..1 string Valor del dato de contacto.
..... use ?!Σ 0..1 code Uso del contacto. home | work | temp | old | mobile
Binding: ContactPointUse (required)
.... address Σ 0..1 Address Dirección del contacto.
... partOf Σ 0..1 Reference(Organizaciones) Organización de la que forma parte.

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Organization.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|5.0.0
From the FHIR Standard
Organization.typerequiredOrganizationTypeList(a valid code from Tipo de organización)
https://ministeriodesalud.go.cr/fhir/core/ValueSet/organization-type-list
From this IG
Organization.contact.purposerequiredContactEntityType
http://terminology.hl7.org/ValueSet/contactentity-type
Organization.contact.telecom.systemrequiredContactPointSystem
http://hl7.org/fhir/ValueSet/contact-point-system
From the FHIR Standard
Organization.contact.telecom.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use
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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-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-3errorOrganization.contactThe telecom of an organization can never be of use 'home'
: telecom.where(use = 'home').empty()
org-4errorOrganization.contactThe address of an organization can never be of use 'home'
: address.where(use = 'home').empty()

Differential View

This structure is derived from Organization

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Organization Organization
... identifier S 1..* Identifier Identifies this organization across multiple systems
Slice: Unordered, Open by value:system
.... identifier:All Slices Content/Rules for all slices
..... system S 0..1 uri Sistema de identificación de la organización.
..... value S 0..1 string Código de identificación de la organización o número de documento.
... active 0..1 boolean Indica si la Organización está activa o no.
... type 0..1 CodeableConcept Tipo de Organización.
Binding: Listado de tipos de servicios (required)
... alias S 0..* string Alias de la Organización.
... contact S 0..* ExtendedContactDetail Contactos de la Organización.
.... purpose 0..1 CodeableConcept Tipo de contacto. ADMIN | BILLING | HR | OTHER
Binding: Contact entity type (required)
.... name 0..1 HumanName Nombre del contacto.
.... telecom S 0..* ContactPoint Teléfono o correo electrónico del contacto.
..... system 0..1 code Tipo de contacto. phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required)
..... value 0..1 string Valor del dato de contacto.
..... use 0..1 code Uso del contacto. home | work | temp | old | mobile
Binding: ContactPointUse (required)
.... address 0..1 Address Dirección del contacto.
... partOf 0..1 Reference(Organizaciones) Organización de la que forma parte.

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
Organization.typerequiredOrganizationTypeList(a valid code from Tipo de organización)
https://ministeriodesalud.go.cr/fhir/core/ValueSet/organization-type-list
From this IG
Organization.contact.purposerequiredContactEntityType
http://terminology.hl7.org/ValueSet/contactentity-type
Organization.contact.telecom.systemrequiredContactPointSystem
http://hl7.org/fhir/ValueSet/contact-point-system
From the FHIR Standard
Organization.contact.telecom.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use
From the FHIR Standard

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
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... identifier SΣC 1..* Identifier Identifies this organization across multiple systems
Slice: Unordered, Open by value:system
.... identifier:All Slices Content/Rules for all slices
..... id 0..1 id 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: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
..... system SΣ 0..1 uri Sistema de identificación de la organización.
Example General: http://www.acme.com/identifiers/patient
..... value SΣC 0..1 string Código de identificación de la organización o número de documento.
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 ?!Σ 0..1 boolean Indica si la Organización está activa o no.
... type Σ 0..1 CodeableConcept Tipo de Organización.
Binding: Listado de tipos de servicios (required)
... name SΣC 1..1 string Nombre de la Organización.
... alias S 0..* string Alias de la Organización.
... description Σ 0..1 markdown Additional details about the Organization that could be displayed as further information to identify the Organization beyond its name
... contact SC 0..* ExtendedContactDetail Contactos de la Organización.
Constraints: org-3, org-4
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... purpose Σ 0..1 CodeableConcept Tipo de contacto. ADMIN | BILLING | HR | OTHER
Binding: Contact entity type (required)
.... name Σ 0..1 HumanName Nombre del contacto.
.... telecom SΣ 0..* ContactPoint Teléfono o correo electrónico del contacto.
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... system ΣC 0..1 code Tipo de contacto. phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required)
..... value ΣC 0..1 string Valor del dato de contacto.
..... use ?!Σ 0..1 code Uso del contacto. home | work | temp | old | mobile
Binding: ContactPointUse (required)
..... rank Σ 0..1 positiveInt Specify preferred order of use (1 = highest)
..... period Σ 0..1 Period Time period when the contact point was/is in use
.... address Σ 0..1 Address Dirección del contacto.
.... organization Σ 0..1 Reference(Organization) This contact detail is handled/monitored by a specific organization
.... period Σ 0..1 Period Period that this contact was valid for usage
... partOf Σ 0..1 Reference(Organizaciones) Organización de la que forma parte.
... endpoint 0..* Reference(Endpoint) Technical endpoints providing access to services operated for the organization
... qualification 0..* BackboneElement Qualifications, certifications, accreditations, licenses, training, etc. pertaining to the provision of care
.... 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
.... identifier 0..* Identifier An identifier for this qualification for the organization
.... code 1..1 CodeableConcept Coded representation of the qualification
Binding Description: (example): Specific qualification the organization has to provide a service.
.... period 0..1 Period Period during which the qualification is valid
.... issuer 0..1 Reference(Organization) Organization that regulates and issues the qualification

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Organization.languagerequiredAllLanguages
http://hl7.org/fhir/ValueSet/all-languages|5.0.0
From the FHIR Standard
Organization.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|5.0.0
From the FHIR Standard
Organization.identifier.typeextensibleIdentifierTypeCodes
http://hl7.org/fhir/ValueSet/identifier-type
From the FHIR Standard
Organization.typerequiredOrganizationTypeList(a valid code from Tipo de organización)
https://ministeriodesalud.go.cr/fhir/core/ValueSet/organization-type-list
From this IG
Organization.contact.purposerequiredContactEntityType
http://terminology.hl7.org/ValueSet/contactentity-type
Organization.contact.telecom.systemrequiredContactPointSystem
http://hl7.org/fhir/ValueSet/contact-point-system
From the FHIR Standard
Organization.contact.telecom.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use
From the FHIR Standard
Organization.qualification.codeexample

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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-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-3errorOrganization.contactThe telecom of an organization can never be of use 'home'
: telecom.where(use = 'home').empty()
org-4errorOrganization.contactThe address of an organization can never be of use 'home'
: address.where(use = 'home').empty()

This structure is derived from Organization

Summary

Mandatory: 2 elements
Must-Support: 7 elements

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of Organization.identifier

Maturity: 0

 

Other representations of profile: CSV, Excel, Schematron