PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.dicom@sr-1.0.0-ballot
    http://hl7.org/fhir/uv/dicom-sr/StructureDefinition/imaging-measurement
description: DICOMĀ® SR Imaging Measurement Mapping to Observation
package_name: hl7.fhir.uv.dicom
derivation: constraint
name: ImagingMeasurement
abstract: true
type: Observation
elements:
  category:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '125007', system: 'http://dicom.nema.org/resources/ontology/DCM', display: Measurement Group}
    index: 1
  referenceRange: {mustSupport: true, index: 12}
  method: {index: 10}
  valueQuantity:
    type: Quantity
    mustSupport: true
    choiceOf: value
    index: 9
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema: {type: Quantity, mustSupport: true, _required: true, choiceOf: value, index: 9}
          min: 1
          max: 1
  value:
    choices: []
    index: 6
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: 1
      slices:
        valueQuantity:
          match: {}
          schema:
            mustSupport: true
            choices: [valueQuantity]
            _required: true
            index: 8
          min: 1
          max: 1
  code: {index: 2}
  identifier:
    index: 0
    slicing:
      slices:
        observationUID:
          match: {}
          schema: {index: 0}
  issued: {index: 4}
  device: {index: 11}
  subject: {index: 3}
package_version: sr-1.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/uv/dicom-sr/StructureDefinition/imaging-measurement
base: http://hl7.org/fhir/uv/dicom-sr/StructureDefinition/imaging-observation
version: 1.0.0-ballot
required: [value, category, valueQuantity]