HL7 FHIR Costa Rica - Core
0.0.1-ballot - ci-build Costa Rica flag

HL7 FHIR Costa Rica - Core, published by Iniciativa HL7 Costa Rica. This guide is not an authorized publication; it is the continuous build for version 0.0.1-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cr/core/ and changes regularly. See the Directory of published versions

Resource Profile: Organización

Official URL: https://hl7.or.cr/fhir/core/StructureDefinition/cr-core-organization Version: 0.0.1-ballot
Standards status: Draft Maturity Level: 0 Computable Name: CRCoreOrganization

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

Perfil Organization para instituciones de salud, hospitales, clínicas y otros prestadores de servicios en Costa Rica.

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(5.0.0) 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
Constraints: ext-1
.... use ?!SΣ 0..1 code official | usual | temp | secondary | old
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... type SΣ 0..1 CodeableConcept Tipo de identificador
Binding: https://hl7.or.cr/fhir/terminology/ValueSet/cr-organization-identifier-types (extensible): CodeSystem de tipos de identificadores para organizaciones en Costa Rica.
.... system SΣ 0..1 uri Sistema que emite el identificador
Example General: http://www.acme.com/identifiers/patient
.... value SΣC 0..1 string El valor del identificador
Example General: 123456
... active ?!SΣ 1..1 boolean Si la organización está activa.
... type SΣ 0..* CodeableConcept Tipo de organización (hospital, clínica, centro de diagnóstico, etc.).
Binding: https://hl7.or.cr/fhir/terminology/ValueSet/cr-organization-types (extensible): CodeSystem de tipos de organizaciones de salud en Costa Rica.
... name SΣC 1..1 string Razón social de la organización.
... alias S 0..* string Nombre(s) comercial(es) o alternativo(s) de la organización.
... description SΣ 0..1 markdown Descripción adicional de la organización.
... contact SC 0..* ExtendedContactDetail Contacto(s) de la organización.
Constraints: org-3, org-4
.... name SΣ 0..1 HumanName Nombre del contacto.
.... telecom SΣ 0..* ContactPoint Información de contacto.
... partOf SΣ 0..1 Reference(Organización(0.0.1-ballot)) Organización superior de la cual esta organización forma parte.

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Organization.identifier.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
Organization.identifier.​type Base extensible https://hl7.or.cr/fhir/terminology/ValueSet/cr-organization-identifier-types Not State Unknown
Organization.type Base extensible https://hl7.or.cr/fhir/terminology/ValueSet/cr-organization-types Not State Unknown

Constraints

Id Grade Path(s) Description Expression
dom-2 error Organization If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Organization If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Organization If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Organization If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Organization A resource should have narrative for robust management text.`div`.exists()
ele-1 error Organization.implicitRules, Organization.modifierExtension, Organization.identifier, Organization.identifier.use, Organization.identifier.type, Organization.identifier.system, Organization.identifier.value, Organization.active, Organization.type, Organization.name, Organization.alias, Organization.description, Organization.contact, Organization.contact.name, Organization.contact.telecom, Organization.partOf All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error Organization.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()
org-1 error Organization The organization SHALL at least have a name or an identifier, and possibly more than one (identifier.count() + name.count()) > 0
org-3 error Organization.contact The telecom of an organization can never be of use 'home' telecom.where(use = 'home').empty()
org-4 error Organization.contact The 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 0..* Organization(5.0.0) A grouping of people or organizations with a common purpose
... identifier S 1..* Identifier Identificadores de la organización (Cédula Jurídica, Código de Prestador, etc.).
.... use S 0..1 code official | usual | temp | secondary | old
.... type S 0..1 CodeableConcept Tipo de identificador
Binding: https://hl7.or.cr/fhir/terminology/ValueSet/cr-organization-identifier-types (extensible): CodeSystem de tipos de identificadores para organizaciones en Costa Rica.
.... system S 0..1 uri Sistema que emite el identificador
.... value S 0..1 string El valor del identificador
... active S 1..1 boolean Si la organización está activa.
... type S 0..* CodeableConcept Tipo de organización (hospital, clínica, centro de diagnóstico, etc.).
Binding: https://hl7.or.cr/fhir/terminology/ValueSet/cr-organization-types (extensible): CodeSystem de tipos de organizaciones de salud en Costa Rica.
... alias S 0..* string Nombre(s) comercial(es) o alternativo(s) de la organización.
... description S 0..1 markdown Descripción adicional de la organización.
... contact S 0..* ExtendedContactDetail Contacto(s) de la organización.
.... name S 0..1 HumanName Nombre del contacto.
.... telecom S 0..* ContactPoint Información de contacto.
... partOf S 0..1 Reference(Organización(0.0.1-ballot)) Organización superior de la cual esta organización forma parte.

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
Organization.identifier.​type Base extensible https://hl7.or.cr/fhir/terminology/ValueSet/cr-organization-identifier-types Not State Unknown
Organization.type Base extensible https://hl7.or.cr/fhir/terminology/ValueSet/cr-organization-types Not State Unknown
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Organization C 0..* Organization(5.0.0) 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
Constraints: ext-1
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... identifier SΣC 1..* Identifier Identificadores de la organización (Cédula Jurídica, Código de Prestador, etc.).
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
.... use ?!SΣ 0..1 code official | usual | temp | secondary | old
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... type SΣ 0..1 CodeableConcept Tipo de identificador
Binding: https://hl7.or.cr/fhir/terminology/ValueSet/cr-organization-identifier-types (extensible): CodeSystem de tipos de identificadores para organizaciones en Costa Rica.
.... system SΣ 0..1 uri Sistema que emite el identificador
Example General: http://www.acme.com/identifiers/patient
.... value SΣC 0..1 string El valor del identificador
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 ?!SΣ 1..1 boolean Si la organización está activa.
... type SΣ 0..* CodeableConcept Tipo de organización (hospital, clínica, centro de diagnóstico, etc.).
Binding: https://hl7.or.cr/fhir/terminology/ValueSet/cr-organization-types (extensible): CodeSystem de tipos de organizaciones de salud en Costa Rica.
... name SΣC 1..1 string Razón social de la organización.
... alias S 0..* string Nombre(s) comercial(es) o alternativo(s) de la organización.
... description SΣ 0..1 markdown Descripción adicional de la organización.
... contact SC 0..* ExtendedContactDetail Contacto(s) 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
Constraints: ext-1
.... purpose Σ 0..1 CodeableConcept The type of contact
Binding: ContactEntityType (1.0.0) (preferred): The purpose for which an extended contact detail should be used.
.... name SΣ 0..1 HumanName Nombre del contacto.
.... telecom SΣ 0..* ContactPoint Información de contacto.
.... address Σ 0..1 Address Address for the contact
.... 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 SΣ 0..1 Reference(Organización(0.0.1-ballot)) Organización superior de la cual esta organización 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
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... 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

Path Status Usage ValueSet Version Source
Organization.language Base required All Languages 📍5.0.0 FHIR Std.
Organization.identifier.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
Organization.identifier.​type Base extensible https://hl7.or.cr/fhir/terminology/ValueSet/cr-organization-identifier-types Not State Unknown
Organization.type Base extensible https://hl7.or.cr/fhir/terminology/ValueSet/cr-organization-types Not State Unknown
Organization.contact.​purpose Base preferred Contact entity type 📍1.0.0 THO v7.0
Organization.qualification.​code Base example Not State Unknown

Constraints

Id Grade Path(s) Description Expression
dom-2 error Organization If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Organization If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Organization If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Organization If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Organization A resource should have narrative for robust management text.`div`.exists()
ele-1 error Organization.meta, Organization.implicitRules, Organization.language, Organization.text, Organization.extension, Organization.modifierExtension, Organization.identifier, Organization.identifier.extension, Organization.identifier.use, Organization.identifier.type, Organization.identifier.system, Organization.identifier.value, Organization.identifier.period, Organization.identifier.assigner, Organization.active, Organization.type, Organization.name, Organization.alias, Organization.description, Organization.contact, Organization.contact.extension, Organization.contact.purpose, Organization.contact.name, Organization.contact.telecom, Organization.contact.address, Organization.contact.organization, Organization.contact.period, Organization.partOf, Organization.endpoint, Organization.qualification, Organization.qualification.extension, Organization.qualification.modifierExtension, Organization.qualification.identifier, Organization.qualification.code, Organization.qualification.period, Organization.qualification.issuer All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error Organization.extension, Organization.modifierExtension, Organization.identifier.extension, Organization.contact.extension, Organization.qualification.extension, Organization.qualification.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()
org-1 error Organization The organization SHALL at least have a name or an identifier, and possibly more than one (identifier.count() + name.count()) > 0
org-3 error Organization.contact The telecom of an organization can never be of use 'home' telecom.where(use = 'home').empty()
org-4 error Organization.contact The address of an organization can never be of use 'home' address.where(use = 'home').empty()

This structure is derived from Organization

Summary

Mandatory: 3 elements
Must-Support: 14 elements

Structures

This structure refers to these other structures:

Maturity: 0

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Organization C 0..* Organization(5.0.0) 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
Constraints: ext-1
.... use ?!SΣ 0..1 code official | usual | temp | secondary | old
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... type SΣ 0..1 CodeableConcept Tipo de identificador
Binding: https://hl7.or.cr/fhir/terminology/ValueSet/cr-organization-identifier-types (extensible): CodeSystem de tipos de identificadores para organizaciones en Costa Rica.
.... system SΣ 0..1 uri Sistema que emite el identificador
Example General: http://www.acme.com/identifiers/patient
.... value SΣC 0..1 string El valor del identificador
Example General: 123456
... active ?!SΣ 1..1 boolean Si la organización está activa.
... type SΣ 0..* CodeableConcept Tipo de organización (hospital, clínica, centro de diagnóstico, etc.).
Binding: https://hl7.or.cr/fhir/terminology/ValueSet/cr-organization-types (extensible): CodeSystem de tipos de organizaciones de salud en Costa Rica.
... name SΣC 1..1 string Razón social de la organización.
... alias S 0..* string Nombre(s) comercial(es) o alternativo(s) de la organización.
... description SΣ 0..1 markdown Descripción adicional de la organización.
... contact SC 0..* ExtendedContactDetail Contacto(s) de la organización.
Constraints: org-3, org-4
.... name SΣ 0..1 HumanName Nombre del contacto.
.... telecom SΣ 0..* ContactPoint Información de contacto.
... partOf SΣ 0..1 Reference(Organización(0.0.1-ballot)) Organización superior de la cual esta organización forma parte.

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Organization.identifier.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
Organization.identifier.​type Base extensible https://hl7.or.cr/fhir/terminology/ValueSet/cr-organization-identifier-types Not State Unknown
Organization.type Base extensible https://hl7.or.cr/fhir/terminology/ValueSet/cr-organization-types Not State Unknown

Constraints

Id Grade Path(s) Description Expression
dom-2 error Organization If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Organization If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Organization If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Organization If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Organization A resource should have narrative for robust management text.`div`.exists()
ele-1 error Organization.implicitRules, Organization.modifierExtension, Organization.identifier, Organization.identifier.use, Organization.identifier.type, Organization.identifier.system, Organization.identifier.value, Organization.active, Organization.type, Organization.name, Organization.alias, Organization.description, Organization.contact, Organization.contact.name, Organization.contact.telecom, Organization.partOf All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error Organization.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()
org-1 error Organization The organization SHALL at least have a name or an identifier, and possibly more than one (identifier.count() + name.count()) > 0
org-3 error Organization.contact The telecom of an organization can never be of use 'home' telecom.where(use = 'home').empty()
org-4 error Organization.contact The 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 0..* Organization(5.0.0) A grouping of people or organizations with a common purpose
... identifier S 1..* Identifier Identificadores de la organización (Cédula Jurídica, Código de Prestador, etc.).
.... use S 0..1 code official | usual | temp | secondary | old
.... type S 0..1 CodeableConcept Tipo de identificador
Binding: https://hl7.or.cr/fhir/terminology/ValueSet/cr-organization-identifier-types (extensible): CodeSystem de tipos de identificadores para organizaciones en Costa Rica.
.... system S 0..1 uri Sistema que emite el identificador
.... value S 0..1 string El valor del identificador
... active S 1..1 boolean Si la organización está activa.
... type S 0..* CodeableConcept Tipo de organización (hospital, clínica, centro de diagnóstico, etc.).
Binding: https://hl7.or.cr/fhir/terminology/ValueSet/cr-organization-types (extensible): CodeSystem de tipos de organizaciones de salud en Costa Rica.
... alias S 0..* string Nombre(s) comercial(es) o alternativo(s) de la organización.
... description S 0..1 markdown Descripción adicional de la organización.
... contact S 0..* ExtendedContactDetail Contacto(s) de la organización.
.... name S 0..1 HumanName Nombre del contacto.
.... telecom S 0..* ContactPoint Información de contacto.
... partOf S 0..1 Reference(Organización(0.0.1-ballot)) Organización superior de la cual esta organización forma parte.

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
Organization.identifier.​type Base extensible https://hl7.or.cr/fhir/terminology/ValueSet/cr-organization-identifier-types Not State Unknown
Organization.type Base extensible https://hl7.or.cr/fhir/terminology/ValueSet/cr-organization-types Not State Unknown

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Organization C 0..* Organization(5.0.0) 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
Constraints: ext-1
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... identifier SΣC 1..* Identifier Identificadores de la organización (Cédula Jurídica, Código de Prestador, etc.).
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
.... use ?!SΣ 0..1 code official | usual | temp | secondary | old
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... type SΣ 0..1 CodeableConcept Tipo de identificador
Binding: https://hl7.or.cr/fhir/terminology/ValueSet/cr-organization-identifier-types (extensible): CodeSystem de tipos de identificadores para organizaciones en Costa Rica.
.... system SΣ 0..1 uri Sistema que emite el identificador
Example General: http://www.acme.com/identifiers/patient
.... value SΣC 0..1 string El valor del identificador
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 ?!SΣ 1..1 boolean Si la organización está activa.
... type SΣ 0..* CodeableConcept Tipo de organización (hospital, clínica, centro de diagnóstico, etc.).
Binding: https://hl7.or.cr/fhir/terminology/ValueSet/cr-organization-types (extensible): CodeSystem de tipos de organizaciones de salud en Costa Rica.
... name SΣC 1..1 string Razón social de la organización.
... alias S 0..* string Nombre(s) comercial(es) o alternativo(s) de la organización.
... description SΣ 0..1 markdown Descripción adicional de la organización.
... contact SC 0..* ExtendedContactDetail Contacto(s) 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
Constraints: ext-1
.... purpose Σ 0..1 CodeableConcept The type of contact
Binding: ContactEntityType (1.0.0) (preferred): The purpose for which an extended contact detail should be used.
.... name SΣ 0..1 HumanName Nombre del contacto.
.... telecom SΣ 0..* ContactPoint Información de contacto.
.... address Σ 0..1 Address Address for the contact
.... 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 SΣ 0..1 Reference(Organización(0.0.1-ballot)) Organización superior de la cual esta organización 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
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... 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

Path Status Usage ValueSet Version Source
Organization.language Base required All Languages 📍5.0.0 FHIR Std.
Organization.identifier.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
Organization.identifier.​type Base extensible https://hl7.or.cr/fhir/terminology/ValueSet/cr-organization-identifier-types Not State Unknown
Organization.type Base extensible https://hl7.or.cr/fhir/terminology/ValueSet/cr-organization-types Not State Unknown
Organization.contact.​purpose Base preferred Contact entity type 📍1.0.0 THO v7.0
Organization.qualification.​code Base example Not State Unknown

Constraints

Id Grade Path(s) Description Expression
dom-2 error Organization If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Organization If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Organization If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Organization If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Organization A resource should have narrative for robust management text.`div`.exists()
ele-1 error Organization.meta, Organization.implicitRules, Organization.language, Organization.text, Organization.extension, Organization.modifierExtension, Organization.identifier, Organization.identifier.extension, Organization.identifier.use, Organization.identifier.type, Organization.identifier.system, Organization.identifier.value, Organization.identifier.period, Organization.identifier.assigner, Organization.active, Organization.type, Organization.name, Organization.alias, Organization.description, Organization.contact, Organization.contact.extension, Organization.contact.purpose, Organization.contact.name, Organization.contact.telecom, Organization.contact.address, Organization.contact.organization, Organization.contact.period, Organization.partOf, Organization.endpoint, Organization.qualification, Organization.qualification.extension, Organization.qualification.modifierExtension, Organization.qualification.identifier, Organization.qualification.code, Organization.qualification.period, Organization.qualification.issuer All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error Organization.extension, Organization.modifierExtension, Organization.identifier.extension, Organization.contact.extension, Organization.qualification.extension, Organization.qualification.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()
org-1 error Organization The organization SHALL at least have a name or an identifier, and possibly more than one (identifier.count() + name.count()) > 0
org-3 error Organization.contact The telecom of an organization can never be of use 'home' telecom.where(use = 'home').empty()
org-4 error Organization.contact The address of an organization can never be of use 'home' address.where(use = 'home').empty()

This structure is derived from Organization

Summary

Mandatory: 3 elements
Must-Support: 14 elements

Structures

This structure refers to these other structures:

Maturity: 0

 

Other representations of profile: CSV, Excel, Schematron