PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.dicom-sr@1.0.0-ballot
    http://hl7.org/fhir/uv/dicom-sr/StructureDefinition/imaging-qualitative-evaluation
description: DICOMĀ® SR Imaging Qualitative Evaluation Mapping to Observation
package_name: hl7.fhir.uv.dicom-sr
derivation: constraint
name: ImagingQualitativeEvaluation
abstract: true
type: Observation
elements:
  identifier:
    index: 0
    slicing:
      slices:
        observationUID:
          match: {}
          schema: {index: 0}
  category:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: C0034375, system: 'http://terminology.hl7.org/CodeSystem/umls', display: Qualitative Evaluations}
    index: 1
  code: {index: 2}
  subject: {index: 3}
  issued: {index: 4}
  value:
    choices: []
    index: 6
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: 1
      slices:
        valueCodeableConcept:
          match: {}
          schema:
            mustSupport: true
            choices: [valueCodeableConcept]
            _required: true
            index: 8
          min: 1
          max: 1
  valueCodeableConcept:
    type: CodeableConcept
    mustSupport: true
    choiceOf: value
    index: 9
    slicing:
      slices:
        valueCodeableConcept:
          match: {}
          schema: {type: CodeableConcept, mustSupport: true, _required: true, choiceOf: value, index: 9}
          min: 1
          max: 1
package_version: 1.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/uv/dicom-sr/StructureDefinition/imaging-qualitative-evaluation
base: http://hl7.org/fhir/uv/dicom-sr/StructureDefinition/imaging-observation
version: 1.0.0-ballot
required: [value, valueCodeableConcept, category]