PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.dicom@sr-1.0.0-ballot
    http://hl7.org/fhir/uv/dicom-sr/StructureDefinition/derived-imaging-measurement
description: DICOMĀ® SR Derived Imaging Measurement Mapping to Observation
package_name: hl7.fhir.uv.dicom
derivation: constraint
name: DerivedImagingMeasurementProfile
abstract: true
type: Observation
elements:
  category:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '126011', system: 'http://dicom.nema.org/resources/ontology/DCM', display: Derived Imaging Measurements}
    index: 16
  referenceRange: {mustSupport: true, index: 26}
  derivedFrom:
    index: 27
    slicing:
      rules: open
      description: Source Imaging Measurement Groups
      discriminator:
      - {path: reference, type: type}
      min: 1
      slices:
        imagingMeasurementGroupRef:
          match: {}
          schema:
            min: 1
            short: Source Imaging Measurement Groups
            refers: ['http://hl7.org/fhir/uv/dicom-sr/StructureDefinition/imaging-measurement-group']
            type: Reference
            mustSupport: true
            array: true
            _required: true
            index: 28
          min: 1
  valueQuantity:
    type: Quantity
    mustSupport: true
    choiceOf: value
    index: 24
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema: {type: Quantity, mustSupport: true, choiceOf: value, index: 24}
          min: 0
          max: 1
  value:
    choices: []
    index: 21
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        valueQuantity:
          match: {}
          schema:
            mustSupport: true
            choices: [valueQuantity]
            index: 23
          min: 0
          max: 1
  code: {mustSupport: true, index: 17}
  identifier:
    index: 0
    slicing:
      rules: open
      ordered: false
      description: Identifiers for the derived measurement
      discriminator:
      - {path: type, type: value}
      min: null
      slices:
        observationUID:
          match:
            type:
              coding:
              - {code: observation-uid, system: 'http://hl7.org/fhir/uv/dicom-sr/CodeSystem/dicom-identifier-type', display: Observation UID}
          schema:
            short: The unique identifier for the measurement group.
            mustSupport: true
            array: true
            index: 1
            elements:
              type:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: observation-uid, system: 'http://hl7.org/fhir/uv/dicom-sr/CodeSystem/dicom-identifier-type', display: Observation UID}
                index: 2
              system:
                pattern: {type: Uri, value: 'urn:dicom:uid'}
                index: 3
              value: {index: 4}
            required: [value, type]
  issued: {short: Observation Date Time, mustSupport: true, index: 19}
  device:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/dicom-sr/StructureDefinition/algorithm-identification', 'http://hl7.org/fhir/uv/dicom-sr/StructureDefinition/dicom-general-equipment']
    index: 25
  basedOn:
    index: 5
    slicing:
      rules: open
      description: Description of the related ServiceRequest
      discriminator:
      - {path: reference, type: type}
      min: null
      slices:
        serviceRequestRef:
          match: {}
          schema:
            short: Description of the related ServiceRequest
            refers: ['http://hl7.org/fhir/StructureDefinition/ServiceRequest']
            type: Reference
            mustSupport: true
            index: 6
            elements:
              identifier:
                short: The accession number related to the performed study
                index: 7
                elements:
                  type:
                    pattern:
                      type: CodeableConcept
                      value:
                        coding:
                        - {code: ACSN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203', display: Accession ID}
                    index: 8
                  value: {index: 9}
                required: [value, type]
  partOf:
    index: 10
    slicing:
      rules: open
      description: Description of the related ImagingStudy
      discriminator:
      - {path: reference, type: type}
      min: 1
      slices:
        imagingStudyRef:
          match: {}
          schema:
            short: Related ImagingStudy
            refers: ['http://hl7.org/fhir/StructureDefinition/ImagingStudy']
            type: Reference
            mustSupport: true
            _required: true
            index: 11
            elements:
              identifier:
                short: Identifier related to Study Instance UID
                index: 12
                elements:
                  type:
                    pattern:
                      type: CodeableConcept
                      value:
                        coding:
                        - {code: '110180', system: 'http://dicom.nema.org/resources/ontology/DCM', display: Study Instance UID}
                    index: 13
                  system:
                    pattern: {type: Uri, value: 'urn:dicom:uid'}
                    index: 14
                  value: {index: 15}
                required: [value, type]
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 18
package_version: sr-1.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/uv/dicom-sr/StructureDefinition/derived-imaging-measurement
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0-ballot
required: [device, derivedFrom, issued, partOf, subject]