PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.cl.clips@0.3.0-ballot
    https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Observation-resultado-laboratorio-patologico-cl-ips
description: Resultados obtenidos para un examen de laboratorio
package_name: hl7.fhir.cl.clips
derivation: constraint
name: ObservationResultadoLaboratorioPatologiaClIps
type: Observation
elements:
  category:
    type: CodeableConcept
    index: 1
    slicing:
      rules: open
      ordered: false
      description: 'Slicing para obligar el uso de una categoria de tipo: "Laboratorio"'
      discriminator:
      - {path: $this, type: pattern}
      min: 1
      slices:
        laboratorio:
          match:
            coding:
            - {code: laboratory, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
          schema:
            short: 'Categoría de tipo: Laboratorio'
            mustSupport: true
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: laboratory, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
            _required: true
            index: 2
          min: 1
          max: 1
  referenceRange: {short: Utilizados como guía para la interpretación, index: 26}
  hasMember:
    type: Reference
    refers: ['https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Observation-resultado-laboratorio-patologico-cl-ips']
    index: 27
  interpretation: {type: CodeableConcept, short: Concepto que referencia a una terminología o un texto acorde, index: 24}
  specimen:
    type: Reference
    refers: ['https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Specimen-cl-ips']
    index: 25
  valueQuantity:
    short: Una cantidad medida utilizando UCUM (Unified Code for Units of Measure).
    type: Quantity
    mustSupport: true
    choiceOf: value
    index: 20
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema: {short: Una cantidad medida utilizando UCUM (Unified Code for Units of Measure)., type: Quantity, mustSupport: true, choiceOf: value, index: 20}
          min: 0
          max: 1
  value:
    short: Concepto - referencia a una terminología o simplemente a un texto
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 22
    slicing:
      slices:
        valueCodeableConcept:
          match: {}
          schema:
            short: Concepto - referencia a una terminología o simplemente a un texto
            mustSupport: true
            choices: [valueCodeableConcept]
            index: 22
          min: 0
          max: 1
  valueString:
    type: string
    mustSupport: true
    choiceOf: value
    index: 17
    slicing:
      slices:
        valueString:
          match: {}
          schema: {type: string, mustSupport: true, choiceOf: value, index: 17}
          min: 0
          max: 1
  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: 9}
    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: 9
        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: 9}
              min: 0
              max: 1
  effectiveDateTime: {type: dateTime, choiceOf: effective, index: 7}
  status:
    short: final | amended | corrected
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-status-uv-ips'}
    index: 0
  effective:
    extensions: {}
    elements:
      extension:
        elements:
          value:
            choices: []
            index: 11
  code:
    type: CodeableConcept
    short: Concepto - referencia a una terminología o simplemente a un texto
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-laboratory-pathology-observations-uv-ips'}
    index: 3
  valueCodeableConcept:
    short: Concepto - referencia a una terminología o simplemente a un texto
    type: CodeableConcept
    mustSupport: true
    choiceOf: value
    index: 23
    slicing:
      slices:
        valueCodeableConcept:
          match: {}
          schema: {short: Concepto - referencia a una terminología o simplemente a un texto, type: CodeableConcept, mustSupport: true, choiceOf: value, index: 23}
          min: 0
          max: 1
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CoreLocalizacionCl', 'https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Dispositivo-cl-ips', 'https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Paciente-cl-ips']
    index: 4
  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: 12
  effectivePeriod: {type: Period, choiceOf: effective, index: 8}
package_version: 0.3.0-ballot
class: profile
kind: resource
url: https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Observation-resultado-laboratorio-patologico-cl-ips
base: https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CoreObservacionCL
version: 0.3.0-ballot
required: [effectiveDateTime, effectivePeriod, value, subject, category, effective, performer]