PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.cl.clips@0.3.0-ballot
    https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Specimen-cl-ips
description: Muestra por la cual hicieron el estudio
package_name: hl7.fhir.cl.clips
derivation: constraint
name: SpecimentClIPS
type: Specimen
elements:
  type:
    type: CodeableConcept
    short: Concepto que referencia a una terminología o un texto acorde
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-specimen-type-uv-ips'}
    mustSupport: true
    index: 0
  subject:
    type: Reference
    short: De que paciente proviene la muestra
    mustSupport: true
    refers: ['https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Paciente-cl-ips']
    index: 1
    elements:
      reference: {short: 'Referencia literal, interna o url absoluta', index: 2}
    required: [reference]
  collection:
    short: Detalle de la collección
    mustSupport: true
    index: 3
    elements:
      method:
        type: CodeableConcept
        short: Concepto que referencia a una terminología o un texto acorde
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-specimen-collection-method-uv-ips'}
        index: 4
      bodySite:
        type: CodeableConcept
        short: Concepto que referencia a una terminología o un texto acorde
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/body-site-uv-ips'}
        index: 5
      fastingStatus:
        short: Si el paciente se abstuvo de alimentos y/o bebidas, y por cuánto tiempo
        mustSupport: true
        choices: [fastingStatusCodeableConcept, fastingStatusDuration]
        index: 7
      fastingStatusCodeableConcept: {type: CodeableConcept, short: 'Si el paciente se abstuvo de alimentos y/o bebidas, y por cuánto tiempo', mustSupport: true, choiceOf: fastingStatus, index: 8}
      fastingStatusDuration: {type: Duration, short: 'Si el paciente se abstuvo de alimentos y/o bebidas, y por cuánto tiempo', mustSupport: true, choiceOf: fastingStatus, index: 9}
package_version: 0.3.0-ballot
class: profile
kind: resource
url: https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Specimen-cl-ips
base: http://hl7.org/fhir/StructureDefinition/Specimen
version: 0.3.0-ballot
required: [type]