Tiempos de Espera Interoperable
0.1.5 - draft
Tiempos de Espera Interoperable - Local Development build (v0.1.5). See the Directory of published versions
Official URL: https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/OrganizationLE | Version: 0.1.5 | |||
Standards status: Draft | Maturity Level: 0 | Computable Name: OrganizationLE |
Organization LE según Códigos DEIS del establecimientos
Usage:
Description of Profiles, Differentials, Snapshots and how the different presentations work.
This structure is derived from OrganizacionCL
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | OrganizacionCL | |||
![]() ![]() ![]() | 1..1 | Identifier | Código DEIS del establecimiento | |
![]() ![]() ![]() ![]() | 0..1 | uri | VS de los codigos DEIS | |
![]() ![]() ![]() ![]() | 1..1 | string | Código DEIS del establecimiento | |
![]() |
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | C | 0..* | OrganizacionCL | A grouping of people or organizations with a common purpose |
![]() ![]() ![]() | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() ![]() | ?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() ![]() | SΣC | 1..1 | Identifier | Código DEIS del establecimiento |
![]() ![]() ![]() ![]() | ?!Σ | 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 | VS de los codigos DEIS Example General: http://www.acme.com/identifiers/patient |
![]() ![]() ![]() ![]() | SΣ | 1..1 | string | Código DEIS del establecimiento Example General: 123456 |
![]() ![]() ![]() | ?!Σ | 0..1 | boolean | Estado de si es una Organización Validada o no (true|false) |
![]() ![]() ![]() | SΣC | 0..1 | string | Nombre Legal de la Organizacion |
![]() ![]() ![]() | S | 0..* | string | Nombre de Fantasía |
![]() ![]() ![]() | SC | 0..* | ContactPoint | Contactos de la organización |
![]() ![]() ![]() ![]() | ?!Σ | 0..1 | code | home | work | temp | old | mobile - purpose of this contact point Binding: ContactPointUse (required) |
![]() ![]() ![]() | SC | 0..* | Address | Dirección de la Localiación |
![]() ![]() ![]() ![]() | ?!SΣ | 0..1 | code | home | work | temp | old | billing - purpose of this address Binding: AddressUse (required): The use of an address. Example General: home |
![]() ![]() ![]() ![]() | SΣ | 0..* | string | Calle o avenida, numero y casa o depto This repeating element order: The order in which lines should appear in an address label Example General: 137 Nowhere Street |
![]() ![]() ![]() ![]() | SΣ | 0..1 | string | Campo para Comuna de residencia Binding: Códigos de Comunas en Chile (required): Códigos Comuna, Ministerio del Interior, 2018 Example General: Erewhon |
![]() ![]() ![]() ![]() | SΣ | 0..1 | string | Campo para Provincia de Residencia Binding: Códigos de Provincias en Chile (required): Códigos Provincia, Ministerio del Interior, 2018 Example General: Madison |
![]() ![]() ![]() ![]() | SΣ | 0..1 | string | Campo para la Región Binding: Códigos de Regiones en Chile (required): Códigos Regiones, Ministerio del Interior, 2018 |
![]() ![]() ![]() ![]() | SΣ | 0..1 | string | Campo para País de Residencia Binding: Códigos de Países (required) |
![]() ![]() ![]() | S | 0..* | BackboneElement | Contacto de la Organización para ciertos propósitos |
![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() | S | 0..1 | CodeableConcept | El tipo de contacto Binding: ContactEntityType (extensible): Códigos del propósito del contacto, HL7 FHIR |
![]() ![]() ![]() ![]() | S | 0..1 | HumanName | Nombre asociado al contacto |
![]() ![]() ![]() ![]() | S | 0..* | ContactPoint | Detalles de contacto de la Organización |
![]() ![]() ![]() ![]() ![]() | ?!Σ | 0..1 | code | home | work | temp | old | mobile Binding: ContactPointUse (required) |
![]() |
Path | Conformance | ValueSet |
Organization.identifier.use | required | IdentifierUse |
Organization.telecom.use | required | ContactPointUse |
Organization.address.use | required | AddressUse |
Organization.address.city | required | VSCodigosComunaCL |
Organization.address.district | required | VSCodigosProvinciasCL |
Organization.address.state | required | VSCodigosRegionesCL |
Organization.address.country | required | CodPaises |
Organization.contact.purpose | extensible | ContactEntityType |
Organization.contact.telecom.use | required | ContactPointUse |
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().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty() | |
dom-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-2 | error | Organization.address | An address of an organization can never be of use 'home' : where(use = 'home').empty() | |
org-3 | error | Organization.telecom | The telecom of an organization can never be of use 'home' : where(use = 'home').empty() |
Name | Flags | Card. | Type | Description & Constraints![]() | ||||
---|---|---|---|---|---|---|---|---|
![]() ![]() | C | 0..* | OrganizacionCL | A grouping of people or organizations with a common purpose | ||||
![]() ![]() ![]() | Σ | 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: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() ![]() | 0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
![]() ![]() ![]() | 0..* | Resource | Contained, inline Resources | |||||
![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() | ?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() | SΣC | 1..1 | Identifier | Código DEIS del establecimiento | ||||
![]() ![]() ![]() ![]() | 0..1 | string | 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: Identifier Type Codes (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 | VS de los codigos DEIS Example General: http://www.acme.com/identifiers/patient | ||||
![]() ![]() ![]() ![]() | SΣ | 1..1 | string | Código DEIS del establecimiento 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 | Estado de si es una Organización Validada o no (true|false) | ||||
![]() ![]() ![]() | Σ | 0..* | CodeableConcept | Kind of organization Binding: OrganizationType (example): Used to categorize the organization. | ||||
![]() ![]() ![]() | SΣC | 0..1 | string | Nombre Legal de la Organizacion | ||||
![]() ![]() ![]() | S | 0..* | string | Nombre de Fantasía | ||||
![]() ![]() ![]() | SC | 0..* | ContactPoint | Contactos de la organización | ||||
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() | ΣC | 0..1 | code | phone | fax | email | pager | url | sms | other Binding: ContactPointSystem (required): VS HL7 FHIR tipos diferentes de medios de contacto | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | string | Dato del contato de la ubicación descrita | ||||
![]() ![]() ![]() ![]() | ?!Σ | 0..1 | code | home | work | temp | old | mobile - purpose of this contact point 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 | ||||
![]() ![]() ![]() | SC | 0..* | Address | Dirección de la Localiación | ||||
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() | ?!SΣ | 0..1 | code | home | work | temp | old | billing - purpose of this address Binding: AddressUse (required): The use of an address. Example General: home | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | code | postal | physical | both Binding: AddressType (required): The type of an address (physical / postal). Example General: both | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | string | Text representation of the address Example General: 137 Nowhere Street, Erewhon 9132 | ||||
![]() ![]() ![]() ![]() | SΣ | 0..* | string | Calle o avenida, numero y casa o depto This repeating element order: The order in which lines should appear in an address label Example General: 137 Nowhere Street | ||||
![]() ![]() ![]() ![]() | SΣ | 0..1 | string | Campo para Comuna de residencia Binding: Códigos de Comunas en Chile (required): Códigos Comuna, Ministerio del Interior, 2018 Example General: Erewhon | ||||
![]() ![]() ![]() ![]() | SΣ | 0..1 | string | Campo para Provincia de Residencia Binding: Códigos de Provincias en Chile (required): Códigos Provincia, Ministerio del Interior, 2018 Example General: Madison | ||||
![]() ![]() ![]() ![]() | SΣ | 0..1 | string | Campo para la Región Binding: Códigos de Regiones en Chile (required): Códigos Regiones, Ministerio del Interior, 2018 | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | string | Postal code for area Example General: 9132 | ||||
![]() ![]() ![]() ![]() | SΣ | 0..1 | string | Campo para País de Residencia Binding: Códigos de Países (required) | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | Period | Time period when address was/is in use Example General: {"start":"2010-03-23","end":"2010-07-01"} | ||||
![]() ![]() ![]() | Σ | 0..1 | Reference(Organization) | The organization of which this organization forms a part | ||||
![]() ![]() ![]() | S | 0..* | BackboneElement | Contacto de la Organización para ciertos propósitos | ||||
![]() ![]() ![]() ![]() | 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 | ||||
![]() ![]() ![]() ![]() | S | 0..1 | CodeableConcept | El tipo de contacto Binding: ContactEntityType (extensible): Códigos del propósito del contacto, HL7 FHIR | ||||
![]() ![]() ![]() ![]() | S | 0..1 | HumanName | Nombre asociado al contacto | ||||
![]() ![]() ![]() ![]() | S | 0..* | ContactPoint | Detalles de contacto de la Organización | ||||
![]() ![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() | ΣC | 0..1 | code | phone | fax | email | pager | url | sms | other Binding: ContactPointSystem (required) | ||||
![]() ![]() ![]() ![]() ![]() | Σ | 0..1 | string | Dato del contato del paciente descrito | ||||
![]() ![]() ![]() ![]() ![]() | ?!Σ | 0..1 | code | 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 | Visiting or postal addresses for the contact | |||||
![]() ![]() ![]() | 0..* | Reference(Endpoint) | Technical endpoints providing access to services operated for the organization | |||||
![]() |
Path | Conformance | ValueSet | ||||
Organization.language | preferred | CommonLanguages
| ||||
Organization.identifier.use | required | IdentifierUse | ||||
Organization.identifier.type | extensible | Identifier Type Codes | ||||
Organization.type | example | OrganizationType | ||||
Organization.telecom.system | required | ContactPointSystem | ||||
Organization.telecom.use | required | ContactPointUse | ||||
Organization.address.use | required | AddressUse | ||||
Organization.address.type | required | AddressType | ||||
Organization.address.city | required | VSCodigosComunaCL | ||||
Organization.address.district | required | VSCodigosProvinciasCL | ||||
Organization.address.state | required | VSCodigosRegionesCL | ||||
Organization.address.country | required | CodPaises | ||||
Organization.contact.purpose | extensible | ContactEntityType | ||||
Organization.contact.telecom.system | required | ContactPointSystem | ||||
Organization.contact.telecom.use | required | ContactPointUse |
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().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty() | |
dom-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-2 | error | Organization.address | An address of an organization can never be of use 'home' : where(use = 'home').empty() | |
org-3 | error | Organization.telecom | The telecom of an organization can never be of use 'home' : where(use = 'home').empty() |
This structure is derived from OrganizacionCL
Differential View
This structure is derived from OrganizacionCL
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | OrganizacionCL | |||
![]() ![]() ![]() | 1..1 | Identifier | Código DEIS del establecimiento | |
![]() ![]() ![]() ![]() | 0..1 | uri | VS de los codigos DEIS | |
![]() ![]() ![]() ![]() | 1..1 | string | Código DEIS del establecimiento | |
![]() |
Key Elements View
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | C | 0..* | OrganizacionCL | A grouping of people or organizations with a common purpose |
![]() ![]() ![]() | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() ![]() | ?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() ![]() | SΣC | 1..1 | Identifier | Código DEIS del establecimiento |
![]() ![]() ![]() ![]() | ?!Σ | 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 | VS de los codigos DEIS Example General: http://www.acme.com/identifiers/patient |
![]() ![]() ![]() ![]() | SΣ | 1..1 | string | Código DEIS del establecimiento Example General: 123456 |
![]() ![]() ![]() | ?!Σ | 0..1 | boolean | Estado de si es una Organización Validada o no (true|false) |
![]() ![]() ![]() | SΣC | 0..1 | string | Nombre Legal de la Organizacion |
![]() ![]() ![]() | S | 0..* | string | Nombre de Fantasía |
![]() ![]() ![]() | SC | 0..* | ContactPoint | Contactos de la organización |
![]() ![]() ![]() ![]() | ?!Σ | 0..1 | code | home | work | temp | old | mobile - purpose of this contact point Binding: ContactPointUse (required) |
![]() ![]() ![]() | SC | 0..* | Address | Dirección de la Localiación |
![]() ![]() ![]() ![]() | ?!SΣ | 0..1 | code | home | work | temp | old | billing - purpose of this address Binding: AddressUse (required): The use of an address. Example General: home |
![]() ![]() ![]() ![]() | SΣ | 0..* | string | Calle o avenida, numero y casa o depto This repeating element order: The order in which lines should appear in an address label Example General: 137 Nowhere Street |
![]() ![]() ![]() ![]() | SΣ | 0..1 | string | Campo para Comuna de residencia Binding: Códigos de Comunas en Chile (required): Códigos Comuna, Ministerio del Interior, 2018 Example General: Erewhon |
![]() ![]() ![]() ![]() | SΣ | 0..1 | string | Campo para Provincia de Residencia Binding: Códigos de Provincias en Chile (required): Códigos Provincia, Ministerio del Interior, 2018 Example General: Madison |
![]() ![]() ![]() ![]() | SΣ | 0..1 | string | Campo para la Región Binding: Códigos de Regiones en Chile (required): Códigos Regiones, Ministerio del Interior, 2018 |
![]() ![]() ![]() ![]() | SΣ | 0..1 | string | Campo para País de Residencia Binding: Códigos de Países (required) |
![]() ![]() ![]() | S | 0..* | BackboneElement | Contacto de la Organización para ciertos propósitos |
![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() | S | 0..1 | CodeableConcept | El tipo de contacto Binding: ContactEntityType (extensible): Códigos del propósito del contacto, HL7 FHIR |
![]() ![]() ![]() ![]() | S | 0..1 | HumanName | Nombre asociado al contacto |
![]() ![]() ![]() ![]() | S | 0..* | ContactPoint | Detalles de contacto de la Organización |
![]() ![]() ![]() ![]() ![]() | ?!Σ | 0..1 | code | home | work | temp | old | mobile Binding: ContactPointUse (required) |
![]() |
Path | Conformance | ValueSet |
Organization.identifier.use | required | IdentifierUse |
Organization.telecom.use | required | ContactPointUse |
Organization.address.use | required | AddressUse |
Organization.address.city | required | VSCodigosComunaCL |
Organization.address.district | required | VSCodigosProvinciasCL |
Organization.address.state | required | VSCodigosRegionesCL |
Organization.address.country | required | CodPaises |
Organization.contact.purpose | extensible | ContactEntityType |
Organization.contact.telecom.use | required | ContactPointUse |
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().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty() | |
dom-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-2 | error | Organization.address | An address of an organization can never be of use 'home' : where(use = 'home').empty() | |
org-3 | error | Organization.telecom | The telecom of an organization can never be of use 'home' : where(use = 'home').empty() |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints![]() | ||||
---|---|---|---|---|---|---|---|---|
![]() ![]() | C | 0..* | OrganizacionCL | A grouping of people or organizations with a common purpose | ||||
![]() ![]() ![]() | Σ | 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: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() ![]() | 0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
![]() ![]() ![]() | 0..* | Resource | Contained, inline Resources | |||||
![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() | ?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() | SΣC | 1..1 | Identifier | Código DEIS del establecimiento | ||||
![]() ![]() ![]() ![]() | 0..1 | string | 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: Identifier Type Codes (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 | VS de los codigos DEIS Example General: http://www.acme.com/identifiers/patient | ||||
![]() ![]() ![]() ![]() | SΣ | 1..1 | string | Código DEIS del establecimiento 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 | Estado de si es una Organización Validada o no (true|false) | ||||
![]() ![]() ![]() | Σ | 0..* | CodeableConcept | Kind of organization Binding: OrganizationType (example): Used to categorize the organization. | ||||
![]() ![]() ![]() | SΣC | 0..1 | string | Nombre Legal de la Organizacion | ||||
![]() ![]() ![]() | S | 0..* | string | Nombre de Fantasía | ||||
![]() ![]() ![]() | SC | 0..* | ContactPoint | Contactos de la organización | ||||
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() | ΣC | 0..1 | code | phone | fax | email | pager | url | sms | other Binding: ContactPointSystem (required): VS HL7 FHIR tipos diferentes de medios de contacto | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | string | Dato del contato de la ubicación descrita | ||||
![]() ![]() ![]() ![]() | ?!Σ | 0..1 | code | home | work | temp | old | mobile - purpose of this contact point 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 | ||||
![]() ![]() ![]() | SC | 0..* | Address | Dirección de la Localiación | ||||
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() | ?!SΣ | 0..1 | code | home | work | temp | old | billing - purpose of this address Binding: AddressUse (required): The use of an address. Example General: home | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | code | postal | physical | both Binding: AddressType (required): The type of an address (physical / postal). Example General: both | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | string | Text representation of the address Example General: 137 Nowhere Street, Erewhon 9132 | ||||
![]() ![]() ![]() ![]() | SΣ | 0..* | string | Calle o avenida, numero y casa o depto This repeating element order: The order in which lines should appear in an address label Example General: 137 Nowhere Street | ||||
![]() ![]() ![]() ![]() | SΣ | 0..1 | string | Campo para Comuna de residencia Binding: Códigos de Comunas en Chile (required): Códigos Comuna, Ministerio del Interior, 2018 Example General: Erewhon | ||||
![]() ![]() ![]() ![]() | SΣ | 0..1 | string | Campo para Provincia de Residencia Binding: Códigos de Provincias en Chile (required): Códigos Provincia, Ministerio del Interior, 2018 Example General: Madison | ||||
![]() ![]() ![]() ![]() | SΣ | 0..1 | string | Campo para la Región Binding: Códigos de Regiones en Chile (required): Códigos Regiones, Ministerio del Interior, 2018 | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | string | Postal code for area Example General: 9132 | ||||
![]() ![]() ![]() ![]() | SΣ | 0..1 | string | Campo para País de Residencia Binding: Códigos de Países (required) | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | Period | Time period when address was/is in use Example General: {"start":"2010-03-23","end":"2010-07-01"} | ||||
![]() ![]() ![]() | Σ | 0..1 | Reference(Organization) | The organization of which this organization forms a part | ||||
![]() ![]() ![]() | S | 0..* | BackboneElement | Contacto de la Organización para ciertos propósitos | ||||
![]() ![]() ![]() ![]() | 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 | ||||
![]() ![]() ![]() ![]() | S | 0..1 | CodeableConcept | El tipo de contacto Binding: ContactEntityType (extensible): Códigos del propósito del contacto, HL7 FHIR | ||||
![]() ![]() ![]() ![]() | S | 0..1 | HumanName | Nombre asociado al contacto | ||||
![]() ![]() ![]() ![]() | S | 0..* | ContactPoint | Detalles de contacto de la Organización | ||||
![]() ![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() | ΣC | 0..1 | code | phone | fax | email | pager | url | sms | other Binding: ContactPointSystem (required) | ||||
![]() ![]() ![]() ![]() ![]() | Σ | 0..1 | string | Dato del contato del paciente descrito | ||||
![]() ![]() ![]() ![]() ![]() | ?!Σ | 0..1 | code | 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 | Visiting or postal addresses for the contact | |||||
![]() ![]() ![]() | 0..* | Reference(Endpoint) | Technical endpoints providing access to services operated for the organization | |||||
![]() |
Path | Conformance | ValueSet | ||||
Organization.language | preferred | CommonLanguages
| ||||
Organization.identifier.use | required | IdentifierUse | ||||
Organization.identifier.type | extensible | Identifier Type Codes | ||||
Organization.type | example | OrganizationType | ||||
Organization.telecom.system | required | ContactPointSystem | ||||
Organization.telecom.use | required | ContactPointUse | ||||
Organization.address.use | required | AddressUse | ||||
Organization.address.type | required | AddressType | ||||
Organization.address.city | required | VSCodigosComunaCL | ||||
Organization.address.district | required | VSCodigosProvinciasCL | ||||
Organization.address.state | required | VSCodigosRegionesCL | ||||
Organization.address.country | required | CodPaises | ||||
Organization.contact.purpose | extensible | ContactEntityType | ||||
Organization.contact.telecom.system | required | ContactPointSystem | ||||
Organization.contact.telecom.use | required | ContactPointUse |
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().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty() | |
dom-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-2 | error | Organization.address | An address of an organization can never be of use 'home' : where(use = 'home').empty() | |
org-3 | error | Organization.telecom | The telecom of an organization can never be of use 'home' : where(use = 'home').empty() |
This structure is derived from OrganizacionCL
Other representations of profile: CSV, Excel, Schematron