PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.cl.clips@0.4.0
    https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Observation-uso-de-alcohol-cl-ips
description: Este perfil restringe el recurso Observation para representar la evaluación del consumo de alcohol del paciente.
package_name: hl7.fhir.cl.clips
derivation: constraint
name: ObservationUsoAlcoholClIps
type: Observation
elements:
  category:
    type: CodeableConcept
    short: Concepto que referencia a una terminología o un texto acorde
    index: 0
    slicing:
      rules: open
      ordered: false
      description: 'Slicing para obligar el uso de una categoria de tipo: "radiologia"'
      discriminator:
      - {path: $this, type: pattern}
      min: 1
      slices:
        historialSocial:
          match:
            coding:
            - {code: social-history, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
          schema:
            mustSupport: true
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: social-history, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
            _required: true
            index: 1
          min: 1
          max: 1
  valueQuantity:
    type: Quantity
    short: Una cantidad medida utilizando UCUM (Unified Code for Units of Measure).
    choiceOf: value
    index: 14
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema: {type: Quantity, short: Una cantidad medida utilizando UCUM (Unified Code for Units of Measure)., choiceOf: value, index: 14}
          min: 0
          max: 1
  value:
    choices: []
    index: 11
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        valueQuantity:
          match: {}
          schema:
            short: Una cantidad medida utilizando UCUM (Unified Code for Units of Measure).
            choices: [valueQuantity]
            index: 13
          min: 0
          max: 1
  component: {index: 15}
  effective[x]:
    extensions:
      data-absent-reason: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', min: 0, max: 1, type: Extension, short: 'effective[x] absence reason', mustSupport: true, index: 9}
    elements:
      extension:
        index: 8
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            data-absent-reason:
              match: {url: null}
              schema: {type: Extension, short: 'effective[x] absence reason', mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 9}
              min: 0
              max: 1
  effectiveDateTime: {type: dateTime, choiceOf: effective, index: 7}
  effective:
    choices: [effectiveDateTime]
    index: 6
  code:
    type: CodeableConcept
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 74013-4, system: 'http://loinc.org'}
    index: 2
  subject:
    type: Reference
    refers: ['https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Paciente-cl-ips']
    index: 3
    elements:
      reference: {short: 'Referencia literal, interna o url absoluta', mustSupport: true, index: 4}
    required: [reference]
package_version: 0.4.0
class: profile
kind: resource
url: https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Observation-uso-de-alcohol-cl-ips
base: https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CoreObservacionCL
version: 0.4.0
required: [effectiveDateTime, subject, category, effective]