PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.radiation-dose-summary@1.0.0
    http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/radiation-dose-summary
description: General Structure describing a summary of an irradiation act
package_name: hl7.fhir.uv.radiation-dose-summary
derivation: constraint
name: RadiationDoseSummary
type: Observation
elements:
  specimen: {index: 28}
  value:
    short: Dose Summary text.
    mustSupport: true
    choices: [valueString]
    index: 25
  valueString: {type: string, short: Dose Summary text., mustSupport: true, choiceOf: value, index: 26}
  component:
    elements:
      code:
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/radiation-dose-summary/ValueSet/component-radiation-dose-summary-vs'}
        index: 30
  effectiveDateTime: {type: dateTime, short: Irradiation Start Date Time, mustSupport: true, choiceOf: effective, index: 21}
  effective:
    short: Irradiation Start Date Time
    mustSupport: true
    choices: [effectiveDateTime]
    index: 20
  code:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 73569-6, system: 'http://loinc.org', display: 'Radiation exposure and protection information [Description] Document Diagnostic imaging'}
    index: 16
  identifier:
    index: 0
    slicing:
      rules: open
      ordered: false
      description: Identifiers for the radiation dose
      discriminator:
      - {path: type, type: pattern}
      min: null
      slices:
        radiationSRUID:
          match:
            type:
              coding:
              - {code: sop-instance-uid, system: 'http://hl7.org/fhir/uv/radiation-dose-summary/CodeSystem/dicom-identifier-type', display: SOP Instance UID}
          schema:
            short: Identifier related to SOP Instance UID if the resource is generated based on an RDSR
            mustSupport: true
            array: true
            index: 1
            elements:
              type:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: sop-instance-uid, system: 'http://hl7.org/fhir/uv/radiation-dose-summary/CodeSystem/dicom-identifier-type', display: SOP Instance UID}
                index: 2
              system:
                pattern: {type: Uri, value: 'urn:dicom:uid'}
                index: 3
              value: {index: 4}
            required: [value, type]
  focus:
    type: Reference
    short: The observation has a focus on the performed exam.
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/ImagingStudy']
    index: 18
  device:
    type: Reference
    short: Irradiating modality
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/modality-device']
    index: 29
  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: study-instance-uid, system: 'http://hl7.org/fhir/uv/radiation-dose-summary/CodeSystem/dicom-identifier-type', 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
    short: Irradiated patient
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 17
  performer:
    mustSupport: true
    index: 22
    slicing:
      rules: closed
      description: Description of the related performer
      discriminator:
      - {path: reference, type: type}
      min: 1
      max: 1
      slices:
        irradiationAuthorizingPerson:
          match: {}
          schema:
            short: Related irradiation authorizing person
            refers: ['http://hl7.org/fhir/StructureDefinition/Practitioner']
            type: Reference
            mustSupport: true
            _required: true
            index: 23
          min: 1
          max: 1
  dataAbsentReason: {index: 27}
package_version: 1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/radiation-dose-summary
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0
required: [effectiveDateTime, valueString, focus, value, partOf, subject, effective, performer]