PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.cl.clips@0.3.0-ballot
    https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Paciente-cl-ips
description: Perfil basado en IPS para paciente Chileno.
package_name: hl7.fhir.cl.clips
derivation: constraint
name: PacienteCLIps
type: Patient
elements:
  name:
    constraint:
      ips-pat-1: {human: 'Patient.name.given, Patient.name.family o Patient.name.text DEBEN estar presentes', source: 'https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Paciente-cl-ips', severity: error, expression: family.exists() or given.exists() or text.exists()}
    mustSupport: true
    index: 0
    elements:
      text: {mustSupport: true, index: 1}
      family: {mustSupport: true, index: 2}
      given: {mustSupport: true, index: 3}
    slicing:
      slices:
        NombreOficial:
          match: {}
          schema:
            index: 4
            elements:
              text: {mustSupport: true, index: 5}
        NombreSocial:
          match: {}
          schema:
            index: 6
            elements:
              text: {mustSupport: true, index: 7}
              family: {mustSupport: true, index: 8}
  birthDate: {index: 9}
package_version: 0.3.0-ballot
class: profile
kind: resource
url: https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Paciente-cl-ips
base: https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CorePacienteCl
version: 0.3.0-ballot
required: [name, birthDate]