PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.cl.clips@0.4.0
    https://hl7chile.cl/fhir/ig/clips/StructureDefinition/RegMedicamentos-cl-ips
description: Este perfil representa las restricciones aplicadas al recurso MedicationStatement según la Guía de Implementación FHIR del Resumen Internacional del Paciente (IPS), basada en FHIR R4. Un registro de una declaración de medicación se representa en el resumen del paciente como una instancia de un recurso MedicationStatement restringido por este perfil.
package_name: hl7.fhir.cl.clips
derivation: constraint
name: RegMedicamentosClIps
type: MedicationStatement
elements:
  status: {index: 0}
  medication:
    short: Medicamento que está tomando
    mustSupport: true
    choices: [medicationCodeableConcept, medicationReference]
    index: 2
  medicationCodeableConcept: {type: CodeableConcept, short: Medicamento que está tomando, mustSupport: true, choiceOf: medication, index: 3}
  medicationReference:
    type: Reference
    short: Medicamento que está tomando
    mustSupport: true
    choiceOf: medication
    refers: ['https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Medicamento-cl-ips']
    index: 4
  subject:
    type: Reference
    short: Paciente al que se le está declarando la medicación
    mustSupport: true
    refers: ['https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Paciente-cl-ips']
    index: 5
    elements:
      reference: {short: 'Referencia literal, interna o url absoluta', mustSupport: true, index: 6}
    required: [reference]
  effective:
    short: La fecha/hora o el intervalo en que se toma/se tomó/se tomará la medicación
    mustSupport: true
    choices: []
    index: 8
  effective[x]:
    extensions:
      data-absent-reason: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', min: 0, max: 1, short: 'effective[x] razón de no existencia', type: Extension, mustSupport: true, index: 9}
    elements:
      extension:
        short: effective[x] razón de no existencia
        type: Extension
        mustSupport: true
        url: http://hl7.org/fhir/StructureDefinition/data-absent-reason
        index: 9
        slicing:
          slices:
            data-absent-reason:
              match: {}
              schema: {short: 'effective[x] razón de no existencia', type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 9}
              min: 0
              max: 1
  dosage:
    short: Detalles de cómo se toma/se tomaba o debería tomarse la medicación
    mustSupport: true
    index: 10
    elements:
      text: {short: 'Instrucciones de dosificación en texto libre, por ejemplo: SIG', mustSupport: true, index: 11}
      timing: {short: Cuándo debe administrarse la medicación, mustSupport: true, index: 12}
      route:
        type: CodeableConcept
        short: Concepto - referencia a una terminología o sólo texto
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/medicine-route-of-administration'}
        index: 13
package_version: 0.4.0
class: profile
kind: resource
url: https://hl7chile.cl/fhir/ig/clips/StructureDefinition/RegMedicamentos-cl-ips
base: http://hl7.org/fhir/StructureDefinition/MedicationStatement
version: 0.4.0
required: [effective]