PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.cl.clips@0.2.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:
  code:
    type: CodeableConcept
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 74013-4, system: 'http://loinc.org'}
    index: 0
  subject:
    type: Reference
    refers: ['https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Paciente-cl-ips']
    index: 1
    elements:
      reference: {mustSupport: true, index: 2}
    required: [reference]
  effective:
    extensions: {}
    elements:
      extension:
        elements:
          value:
            choices: []
            index: 9
  effectiveDateTime: {type: dateTime, choiceOf: effective, index: 5}
  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: 7}
    elements:
      extension:
        index: 6
        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: 7}
              min: 0
              max: 1
  value:
    choices: []
    index: 11
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        valueQuantity:
          match: {}
          schema:
            choices: [valueQuantity]
            index: 13
          min: 0
          max: 1
  valueQuantity:
    type: Quantity
    choiceOf: value
    index: 14
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema: {type: Quantity, choiceOf: value, index: 14}
          min: 0
          max: 1
  component: {index: 15}
package_version: 0.2.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.2.0
required: [effectiveDateTime, subject, effective]