PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.cl.clips@0.4.0
    https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Observation-resultado-radiology-cl-ips
description: Resultados obtenidos para un examen imagenológico
package_name: hl7.fhir.cl.clips
derivation: constraint
name: ObservationResultadoRadiologyClIps
type: Observation
elements:
  category:
    type: CodeableConcept
    index: 2
    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:
        radiologia:
          match:
            coding:
            - {code: imaging, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
          schema:
            short: 'Categoría de tipo: Radiología'
            mustSupport: true
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: imaging, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
            _required: true
            index: 3
          min: 1
          max: 1
  referenceRange: {short: Utilizados como guía para la interpretación, index: 20}
  hasMember:
    type: Reference
    refers: ['https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Observation-resultado-radiology-cl-ips']
    index: 21
  interpretation: {type: CodeableConcept, short: Concepto que referencia a una terminología o un texto acorde, index: 17}
  specimen:
    type: Reference
    refers: ['https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Specimen-cl-ips']
    index: 18
  value:
    short: Resultado Actual
    choices: []
    index: 13
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        valueString:
          match: {}
          schema:
            mustSupport: true
            choices: [valueString]
            index: 15
          min: 0
          max: 1
  valueString:
    type: string
    mustSupport: true
    choiceOf: value
    index: 16
    slicing:
      slices:
        valueString:
          match: {}
          schema: {type: string, mustSupport: true, choiceOf: value, index: 16}
          min: 0
          max: 1
  component:
    index: 22
    slicing:
      rules: closed
      ordered: false
      discriminator:
      - {path: value, type: type}
      min: null
      slices:
        observacionTextual:
          match: {}
          schema:
            array: true
            index: 23
            elements:
              code:
                type: CodeableConcept
                short: Concepto - referencia a una terminología o simplemente a un texto
                binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-txtobs-uv-ips'}
                index: 24
              value:
                choices: [valueString]
                index: 26
              valueString: {type: string, choiceOf: value, index: 27}
        observacionCodigo:
          match: {}
          schema:
            array: true
            index: 28
            elements:
              code:
                type: CodeableConcept
                short: Concepto - referencia a una terminología o simplemente a un texto
                binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-observations-uv-ips'}
                index: 29
              value:
                choices: [valueCodeableConcept]
                index: 31
              valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 32}
        observacionMedicionNumericaCuantitativa:
          match: {}
          schema:
            array: true
            index: 33
            elements:
              code:
                type: CodeableConcept
                short: Concepto - referencia a una terminología o simplemente a un texto
                binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-uv-ips'}
                index: 34
              value:
                choices: [valueQuantity]
                index: 36
              valueQuantity: {type: Quantity, choiceOf: value, index: 37}
        observacionMedicionRangoNumerico:
          match: {}
          schema:
            array: true
            index: 38
            elements:
              code:
                type: CodeableConcept
                short: Concepto - referencia a una terminología o simplemente a un texto
                binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-uv-ips'}
                index: 39
              value:
                choices: [valueRange]
                index: 41
              valueRange: {type: Range, choiceOf: value, index: 42}
        observacionMedicionRadioNumerico:
          match: {}
          schema:
            array: true
            index: 43
            elements:
              code:
                type: CodeableConcept
                short: Concepto - referencia a una terminología o simplemente a un texto
                binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-uv-ips'}
                index: 44
              value:
                choices: [valueRatio]
                index: 46
              valueRatio: {type: Ratio, choiceOf: value, index: 47}
        observacionMedicionMuestraDatos:
          match: {}
          schema:
            array: true
            index: 48
            elements:
              code:
                type: CodeableConcept
                short: Concepto - referencia a una terminología o simplemente a un texto
                binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-uv-ips'}
                index: 49
              value:
                choices: [valueSampledData]
                index: 51
              valueSampledData: {type: SampledData, choiceOf: value, index: 52}
  effective[x]:
    extensions:
      data-absent-reason: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', min: 0, max: 1, type: Extension, short: Motivo por el cual no se encuentra el dato, mustSupport: true, index: 10}
    elements:
      extension:
        type: Extension
        short: Motivo por el cual no se encuentra el dato
        mustSupport: true
        url: http://hl7.org/fhir/StructureDefinition/data-absent-reason
        index: 10
        slicing:
          slices:
            data-absent-reason:
              match: {}
              schema: {type: Extension, short: Motivo por el cual no se encuentra el dato, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 10}
              min: 0
              max: 1
  effectiveDateTime:
    type: dateTime
    constraint:
      ips-obs-2: {human: La fecha y hora deben ser al menos hasta el día., source: 'https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Observation-resultado-radiology-cl-ips', severity: error, expression: $this.ofType(dateTime).empty() or ($this as dateTime).toString().length() >= 8}
    choiceOf: effective
    index: 8
  status:
    short: final | amended | corrected
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-status-uv-ips'}
    index: 1
  effective:
    constraint:
      ips-obs-2: {human: La fecha y hora deben ser al menos hasta el día., source: 'https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Observation-resultado-radiology-cl-ips', severity: error, expression: $this.ofType(dateTime).empty() or ($this as dateTime).toString().length() >= 8}
    choices: [effectiveDateTime, effectivePeriod]
    index: 7
  code:
    type: CodeableConcept
    short: Concepto - referencia a una terminología o simplemente a un texto
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-observations-uv-ips'}
    index: 4
  device:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/DeviceMetric', 'https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Dispositivo-cl-ips']
    index: 19
  partOf:
    type: Reference
    short: Referencia al estudio
    refers: ['https://hl7chile.cl/fhir/ig/clips/StructureDefinition/ImagingStudy-cl-ips']
    index: 0
  subject:
    type: Reference
    refers: ['https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Paciente-cl-ips']
    index: 5
  performer:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/CareTeam', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson', 'https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Organizacion-cl-ips', 'https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Paciente-cl-ips', 'https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Prestador-cl-ips', 'https://hl7chile.cl/fhir/ig/clips/StructureDefinition/RolPrestador-cl-ips']
    index: 11
  effectivePeriod:
    type: Period
    constraint:
      ips-obs-2: {human: La fecha y hora deben ser al menos hasta el día., source: 'https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Observation-resultado-radiology-cl-ips', severity: error, expression: $this.ofType(dateTime).empty() or ($this as dateTime).toString().length() >= 8}
    choiceOf: effective
    index: 9
package_version: 0.4.0
class: profile
kind: resource
url: https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Observation-resultado-radiology-cl-ips
base: https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CoreObservacionCL
version: 0.4.0
required: [effectiveDateTime, effectivePeriod, subject, category, effective, performer]