PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.cl.clcore@1.8.1
    https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CoreOrganizacionCl
description: Este Perfil ha sido desarrollado para cubrir las necesidades del Caso de Uso de Receta Electrónica. Sin embargo, se ha modelado para también cubrir las necesidades nacionales de un Recurso de Organzación en Salud
package_name: rs/hl7.fhir.cl.clcore
derivation: constraint
name: OrganizacionCL
type: Organization
elements:
  identifier:
    short: Identificador de organizacion de salud (DEIS, RUT, Códigos para cietos tipos de Recintos, etc.)
    mustSupport: true
    index: 0
    elements:
      system: {short: indicador del sistema de indentificación usado pora determinar el valor del identificador, mustSupport: true, index: 1}
      value: {mustSupport: true, index: 2}
  active: {short: Estado de si es una Organización Validada o no (true|false), index: 3}
  name: {short: Nombre Legal de la Organizacion, mustSupport: true, index: 4}
  alias: {short: Nombre de Fantasía, mustSupport: true, index: 5}
  telecom:
    short: Contactos de la organización
    mustSupport: true
    index: 6
    elements:
      system:
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/contact-point-system'}
        index: 7
      value: {short: Dato del contato de la ubicación descrita, index: 8}
      use:
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/contact-point-use'}
        index: 9
  address:
    short: Dirección de la Localiación
    mustSupport: true
    index: 10
    elements:
      use: {mustSupport: true, index: 11}
      line: {short: 'Calle o avenida, numero y casa o depto', mustSupport: true, index: 12}
      city:
        short: Campo para Comuna de residencia
        binding: {strength: required, valueSet: 'https://hl7chile.cl/fhir/ig/clcore/ValueSet/VSCodigosComunaCL'}
        mustSupport: true
        index: 13
      district:
        short: Campo para Provincia de Residencia
        binding: {strength: required, valueSet: 'https://hl7chile.cl/fhir/ig/clcore/ValueSet/VSCodigosProvinciasCL'}
        mustSupport: true
        index: 14
      state:
        short: Campo para la Región
        binding: {strength: required, valueSet: 'https://hl7chile.cl/fhir/ig/clcore/ValueSet/VSCodigosRegionesCL'}
        mustSupport: true
        index: 15
      country:
        short: Campo para País de Residencia
        binding: {strength: required, valueSet: 'https://hl7chile.cl/fhir/ig/clcore/ValueSet/CodPais'}
        mustSupport: true
        index: 16
  contact:
    short: Contacto de la Organización para ciertos propósitos
    mustSupport: true
    index: 17
    elements:
      purpose:
        short: El tipo de contacto
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/contactentity-type'}
        mustSupport: true
        index: 18
      name: {short: Nombre asociado al contacto, mustSupport: true, index: 19}
      telecom:
        short: Detalles de contacto de la Organización
        mustSupport: true
        index: 20
        elements:
          system:
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/contact-point-system'}
            index: 21
          value: {short: Dato del contato del paciente descrito, index: 22}
          use:
            short: home | work | temp | old | mobile
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/contact-point-use'}
            index: 23
package_version: 1.8.1
class: profile
kind: resource
url: https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CoreOrganizacionCl
base: http://hl7.org/fhir/StructureDefinition/Organization
version: 1.8.1
required: [identifier]