Guías de Implementación HL7 FHIR: CR Core
0.1.1-draft - ci-build
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
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
Description of Profiles, Differentials, Snapshots and how the different presentations work.
Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
---|---|---|---|---|
![]() ![]() |
C | 0..* | Organization | A grouping of people or organizations with a common purpose Constraints: org-1 |
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() ![]() |
SΣC | 1..* | Identifier | Identifies this organization across multiple systems Slice: Unordered, Open by value:system |
![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Sistema de identificación de la organización. Example General: http://www.acme.com/identifiers/patient |
![]() ![]() ![]() ![]() ![]() |
SΣC | 0..1 | string | Código de identificación de la organización o número de documento. Example General: 123456 |
![]() ![]() ![]() |
?!Σ | 0..1 | boolean | Indica si la Organización está activa o no. |
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Tipo de Organización. Binding: Listado de tipos de servicios (required) |
![]() ![]() ![]() |
SΣC | 1..1 | string | Nombre de la Organización. |
![]() ![]() ![]() |
S | 0..* | string | Alias de la Organización. |
![]() ![]() ![]() |
SC | 0..* | ExtendedContactDetail | Contactos de la Organización. Constraints: org-3, org-4 |
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Tipo de contacto. ADMIN | BILLING | HR | OTHER Binding: Contact entity type (required) |
![]() ![]() ![]() ![]() |
Σ | 0..1 | HumanName | Nombre del contacto. |
![]() ![]() ![]() ![]() |
SΣ | 0..* | ContactPoint | Teléfono o correo electrónico del contacto. |
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | code | Tipo de contacto. phone | fax | email | pager | url | sms | other Binding: ContactPointSystem (required) |
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Valor del dato de contacto. |
![]() ![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | Uso del contacto. home | work | temp | old | mobile Binding: ContactPointUse (required) |
![]() ![]() ![]() ![]() |
Σ | 0..1 | Address | Dirección del contacto. |
![]() ![]() ![]() |
Σ | 0..1 | Reference(Organizaciones) | Organización de la que forma parte. |
![]() |
Path | Conformance | ValueSet | URI |
Organization.identifier.use | required | IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|5.0.0 From the FHIR Standard | |
Organization.type | required | OrganizationTypeList(a valid code from Tipo de organización)https://ministeriodesalud.go.cr/fhir/core/ValueSet/organization-type-list From this IG | |
Organization.contact.purpose | required | ContactEntityTypehttp://terminology.hl7.org/ValueSet/contactentity-type | |
Organization.contact.telecom.system | required | ContactPointSystemhttp://hl7.org/fhir/ValueSet/contact-point-system From the FHIR Standard | |
Organization.contact.telecom.use | required | ContactPointUsehttp://hl7.org/fhir/ValueSet/contact-point-use From the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
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 | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | 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
Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
---|---|---|---|---|
![]() ![]() |
Organization | |||
![]() ![]() ![]() |
S | 1..* | Identifier | Identifies this organization across multiple systems Slice: Unordered, Open by value:system |
![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | uri | Sistema de identificación de la organización. |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | string | Código de identificación de la organización o número de documento. |
![]() ![]() ![]() |
0..1 | boolean | Indica si la Organización está activa o no. | |
![]() ![]() ![]() |
0..1 | CodeableConcept | Tipo de Organización. Binding: Listado de tipos de servicios (required) | |
![]() ![]() ![]() |
S | 1..1 | string | Nombre de la Organización. |
![]() ![]() ![]() |
S | 0..* | string | Alias de la Organización. |
![]() ![]() ![]() |
S | 0..* | ExtendedContactDetail | Contactos de la Organización. |
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | Tipo de contacto. ADMIN | BILLING | HR | OTHER Binding: Contact entity type (required) | |
![]() ![]() ![]() ![]() |
0..1 | HumanName | Nombre del contacto. | |
![]() ![]() ![]() ![]() |
S | 0..* | ContactPoint | Teléfono o correo electrónico del contacto. |
![]() ![]() ![]() ![]() ![]() |
0..1 | code | Tipo de contacto. phone | fax | email | pager | url | sms | other Binding: ContactPointSystem (required) | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Valor del dato de contacto. | |
![]() ![]() ![]() ![]() ![]() |
0..1 | code | Uso del contacto. home | work | temp | old | mobile Binding: ContactPointUse (required) | |
![]() ![]() ![]() ![]() |
0..1 | Address | Dirección del contacto. | |
![]() ![]() ![]() |
0..1 | Reference(Organizaciones) | Organización de la que forma parte. | |
![]() |
Path | Conformance | ValueSet | URI |
Organization.type | required | OrganizationTypeList(a valid code from Tipo de organización)https://ministeriodesalud.go.cr/fhir/core/ValueSet/organization-type-list From this IG | |
Organization.contact.purpose | required | ContactEntityTypehttp://terminology.hl7.org/ValueSet/contactentity-type | |
Organization.contact.telecom.system | required | ContactPointSystemhttp://hl7.org/fhir/ValueSet/contact-point-system From the FHIR Standard | |
Organization.contact.telecom.use | required | ContactPointUsehttp://hl7.org/fhir/ValueSet/contact-point-use From the FHIR Standard |
Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
---|---|---|---|---|---|---|---|---|
![]() ![]() |
C | 0..* | Organization | A grouping of people or organizations with a common purpose Constraints: org-1 | ||||
![]() ![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() ![]() |
0..1 | code | Language of the resource content Binding: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
SΣC | 1..* | Identifier | Identifies this organization across multiple systems Slice: Unordered, Open by value:system | ||||
![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 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. | ||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Sistema de identificación de la organización. Example General: http://www.acme.com/identifiers/patient | ||||
![]() ![]() ![]() ![]() ![]() |
SΣC | 0..1 | string | Código de identificación de la organización o número de documento. Example General: 123456 | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() |
?!Σ | 0..1 | boolean | Indica si la Organización está activa o no. | ||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Tipo de Organización. Binding: Listado de tipos de servicios (required) | ||||
![]() ![]() ![]() |
SΣC | 1..1 | string | Nombre de la Organización. | ||||
![]() ![]() ![]() |
S | 0..* | string | Alias de la Organización. | ||||
![]() ![]() ![]() |
Σ | 0..1 | markdown | Additional details about the Organization that could be displayed as further information to identify the Organization beyond its name | ||||
![]() ![]() ![]() |
SC | 0..* | ExtendedContactDetail | Contactos de la Organización. Constraints: org-3, org-4 | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Tipo de contacto. ADMIN | BILLING | HR | OTHER Binding: Contact entity type (required) | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | HumanName | Nombre del contacto. | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..* | ContactPoint | Teléfono o correo electrónico del contacto. | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | code | Tipo de contacto. phone | fax | email | pager | url | sms | other Binding: ContactPointSystem (required) | ||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Valor del dato de contacto. | ||||
![]() ![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | Uso del contacto. home | work | temp | old | mobile Binding: ContactPointUse (required) | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | positiveInt | Specify preferred order of use (1 = highest) | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when the contact point was/is in use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Address | Dirección del contacto. | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | This contact detail is handled/monitored by a specific organization | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Period that this contact was valid for usage | ||||
![]() ![]() ![]() |
Σ | 0..1 | Reference(Organizaciones) | Organización de la que forma parte. | ||||
![]() ![]() ![]() |
0..* | Reference(Endpoint) | Technical endpoints providing access to services operated for the organization | |||||
![]() ![]() ![]() |
0..* | BackboneElement | Qualifications, certifications, accreditations, licenses, training, etc. pertaining to the provision of care | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
0..* | Identifier | An identifier for this qualification for the organization | |||||
![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | Coded representation of the qualification Binding Description: (example): Specific qualification the organization has to provide a service. | |||||
![]() ![]() ![]() ![]() |
0..1 | Period | Period during which the qualification is valid | |||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Organization) | Organization that regulates and issues the qualification | |||||
![]() |
Path | Conformance | ValueSet | URI |
Organization.language | required | AllLanguageshttp://hl7.org/fhir/ValueSet/all-languages|5.0.0 From the FHIR Standard | |
Organization.identifier.use | required | IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|5.0.0 From the FHIR Standard | |
Organization.identifier.type | extensible | IdentifierTypeCodeshttp://hl7.org/fhir/ValueSet/identifier-type From the FHIR Standard | |
Organization.type | required | OrganizationTypeList(a valid code from Tipo de organización)https://ministeriodesalud.go.cr/fhir/core/ValueSet/organization-type-list From this IG | |
Organization.contact.purpose | required | ContactEntityTypehttp://terminology.hl7.org/ValueSet/contactentity-type | |
Organization.contact.telecom.system | required | ContactPointSystemhttp://hl7.org/fhir/ValueSet/contact-point-system From the FHIR Standard | |
Organization.contact.telecom.use | required | ContactPointUsehttp://hl7.org/fhir/ValueSet/contact-point-use From the FHIR Standard | |
Organization.qualification.code | example |
Id | Grade | Path(s) | Details | Requirements |
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 | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | 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
Key Elements View
Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
---|---|---|---|---|
![]() ![]() |
C | 0..* | Organization | A grouping of people or organizations with a common purpose Constraints: org-1 |
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() ![]() |
SΣC | 1..* | Identifier | Identifies this organization across multiple systems Slice: Unordered, Open by value:system |
![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Sistema de identificación de la organización. Example General: http://www.acme.com/identifiers/patient |
![]() ![]() ![]() ![]() ![]() |
SΣC | 0..1 | string | Código de identificación de la organización o número de documento. Example General: 123456 |
![]() ![]() ![]() |
?!Σ | 0..1 | boolean | Indica si la Organización está activa o no. |
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Tipo de Organización. Binding: Listado de tipos de servicios (required) |
![]() ![]() ![]() |
SΣC | 1..1 | string | Nombre de la Organización. |
![]() ![]() ![]() |
S | 0..* | string | Alias de la Organización. |
![]() ![]() ![]() |
SC | 0..* | ExtendedContactDetail | Contactos de la Organización. Constraints: org-3, org-4 |
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Tipo de contacto. ADMIN | BILLING | HR | OTHER Binding: Contact entity type (required) |
![]() ![]() ![]() ![]() |
Σ | 0..1 | HumanName | Nombre del contacto. |
![]() ![]() ![]() ![]() |
SΣ | 0..* | ContactPoint | Teléfono o correo electrónico del contacto. |
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | code | Tipo de contacto. phone | fax | email | pager | url | sms | other Binding: ContactPointSystem (required) |
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Valor del dato de contacto. |
![]() ![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | Uso del contacto. home | work | temp | old | mobile Binding: ContactPointUse (required) |
![]() ![]() ![]() ![]() |
Σ | 0..1 | Address | Dirección del contacto. |
![]() ![]() ![]() |
Σ | 0..1 | Reference(Organizaciones) | Organización de la que forma parte. |
![]() |
Path | Conformance | ValueSet | URI |
Organization.identifier.use | required | IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|5.0.0 From the FHIR Standard | |
Organization.type | required | OrganizationTypeList(a valid code from Tipo de organización)https://ministeriodesalud.go.cr/fhir/core/ValueSet/organization-type-list From this IG | |
Organization.contact.purpose | required | ContactEntityTypehttp://terminology.hl7.org/ValueSet/contactentity-type | |
Organization.contact.telecom.system | required | ContactPointSystemhttp://hl7.org/fhir/ValueSet/contact-point-system From the FHIR Standard | |
Organization.contact.telecom.use | required | ContactPointUsehttp://hl7.org/fhir/ValueSet/contact-point-use From the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
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 | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | 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
Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
---|---|---|---|---|
![]() ![]() |
Organization | |||
![]() ![]() ![]() |
S | 1..* | Identifier | Identifies this organization across multiple systems Slice: Unordered, Open by value:system |
![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | uri | Sistema de identificación de la organización. |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | string | Código de identificación de la organización o número de documento. |
![]() ![]() ![]() |
0..1 | boolean | Indica si la Organización está activa o no. | |
![]() ![]() ![]() |
0..1 | CodeableConcept | Tipo de Organización. Binding: Listado de tipos de servicios (required) | |
![]() ![]() ![]() |
S | 1..1 | string | Nombre de la Organización. |
![]() ![]() ![]() |
S | 0..* | string | Alias de la Organización. |
![]() ![]() ![]() |
S | 0..* | ExtendedContactDetail | Contactos de la Organización. |
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | Tipo de contacto. ADMIN | BILLING | HR | OTHER Binding: Contact entity type (required) | |
![]() ![]() ![]() ![]() |
0..1 | HumanName | Nombre del contacto. | |
![]() ![]() ![]() ![]() |
S | 0..* | ContactPoint | Teléfono o correo electrónico del contacto. |
![]() ![]() ![]() ![]() ![]() |
0..1 | code | Tipo de contacto. phone | fax | email | pager | url | sms | other Binding: ContactPointSystem (required) | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Valor del dato de contacto. | |
![]() ![]() ![]() ![]() ![]() |
0..1 | code | Uso del contacto. home | work | temp | old | mobile Binding: ContactPointUse (required) | |
![]() ![]() ![]() ![]() |
0..1 | Address | Dirección del contacto. | |
![]() ![]() ![]() |
0..1 | Reference(Organizaciones) | Organización de la que forma parte. | |
![]() |
Path | Conformance | ValueSet | URI |
Organization.type | required | OrganizationTypeList(a valid code from Tipo de organización)https://ministeriodesalud.go.cr/fhir/core/ValueSet/organization-type-list From this IG | |
Organization.contact.purpose | required | ContactEntityTypehttp://terminology.hl7.org/ValueSet/contactentity-type | |
Organization.contact.telecom.system | required | ContactPointSystemhttp://hl7.org/fhir/ValueSet/contact-point-system From the FHIR Standard | |
Organization.contact.telecom.use | required | ContactPointUsehttp://hl7.org/fhir/ValueSet/contact-point-use From the FHIR Standard |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
---|---|---|---|---|---|---|---|---|
![]() ![]() |
C | 0..* | Organization | A grouping of people or organizations with a common purpose Constraints: org-1 | ||||
![]() ![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() ![]() |
0..1 | code | Language of the resource content Binding: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
SΣC | 1..* | Identifier | Identifies this organization across multiple systems Slice: Unordered, Open by value:system | ||||
![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 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. | ||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Sistema de identificación de la organización. Example General: http://www.acme.com/identifiers/patient | ||||
![]() ![]() ![]() ![]() ![]() |
SΣC | 0..1 | string | Código de identificación de la organización o número de documento. Example General: 123456 | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() |
?!Σ | 0..1 | boolean | Indica si la Organización está activa o no. | ||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Tipo de Organización. Binding: Listado de tipos de servicios (required) | ||||
![]() ![]() ![]() |
SΣC | 1..1 | string | Nombre de la Organización. | ||||
![]() ![]() ![]() |
S | 0..* | string | Alias de la Organización. | ||||
![]() ![]() ![]() |
Σ | 0..1 | markdown | Additional details about the Organization that could be displayed as further information to identify the Organization beyond its name | ||||
![]() ![]() ![]() |
SC | 0..* | ExtendedContactDetail | Contactos de la Organización. Constraints: org-3, org-4 | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Tipo de contacto. ADMIN | BILLING | HR | OTHER Binding: Contact entity type (required) | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | HumanName | Nombre del contacto. | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..* | ContactPoint | Teléfono o correo electrónico del contacto. | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | code | Tipo de contacto. phone | fax | email | pager | url | sms | other Binding: ContactPointSystem (required) | ||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Valor del dato de contacto. | ||||
![]() ![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | Uso del contacto. home | work | temp | old | mobile Binding: ContactPointUse (required) | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | positiveInt | Specify preferred order of use (1 = highest) | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when the contact point was/is in use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Address | Dirección del contacto. | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | This contact detail is handled/monitored by a specific organization | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Period that this contact was valid for usage | ||||
![]() ![]() ![]() |
Σ | 0..1 | Reference(Organizaciones) | Organización de la que forma parte. | ||||
![]() ![]() ![]() |
0..* | Reference(Endpoint) | Technical endpoints providing access to services operated for the organization | |||||
![]() ![]() ![]() |
0..* | BackboneElement | Qualifications, certifications, accreditations, licenses, training, etc. pertaining to the provision of care | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
0..* | Identifier | An identifier for this qualification for the organization | |||||
![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | Coded representation of the qualification Binding Description: (example): Specific qualification the organization has to provide a service. | |||||
![]() ![]() ![]() ![]() |
0..1 | Period | Period during which the qualification is valid | |||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Organization) | Organization that regulates and issues the qualification | |||||
![]() |
Path | Conformance | ValueSet | URI |
Organization.language | required | AllLanguageshttp://hl7.org/fhir/ValueSet/all-languages|5.0.0 From the FHIR Standard | |
Organization.identifier.use | required | IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|5.0.0 From the FHIR Standard | |
Organization.identifier.type | extensible | IdentifierTypeCodeshttp://hl7.org/fhir/ValueSet/identifier-type From the FHIR Standard | |
Organization.type | required | OrganizationTypeList(a valid code from Tipo de organización)https://ministeriodesalud.go.cr/fhir/core/ValueSet/organization-type-list From this IG | |
Organization.contact.purpose | required | ContactEntityTypehttp://terminology.hl7.org/ValueSet/contactentity-type | |
Organization.contact.telecom.system | required | ContactPointSystemhttp://hl7.org/fhir/ValueSet/contact-point-system From the FHIR Standard | |
Organization.contact.telecom.use | required | ContactPointUsehttp://hl7.org/fhir/ValueSet/contact-point-use From the FHIR Standard | |
Organization.qualification.code | example |
Id | Grade | Path(s) | Details | Requirements |
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 | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | 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
Other representations of profile: CSV, Excel, Schematron