PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.eu.imaging-r5@1.0.0-ballot
    http://hl7.eu/fhir/imaging-r5/StructureDefinition/ServiceRequestOrderEuImaging
description: This profile on ServiceRequest represents the order for the Imaging Study and report. In DICOM this is referred\nto as the *Requested Procedure*. The `code` element represents the requested imaging procedure type which includes\nthe requested modality.
package_name: hl7.fhir.eu.imaging-r5
derivation: constraint
name: ServiceRequestOrderEuImaging
type: ServiceRequest
elements:
  identifier:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: type, type: value}
      min: null
      slices:
        accessionNumber:
          match: {type: null}
          schema: {type: Identifier, index: 1}
          min: 0
          max: 1
  category:
    index: 2
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: value}
      min: 1
      slices:
        imaging:
          match:
            coding:
            - {code: '363679005', system: 'http://snomed.info/sct'}
          schema:
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: '363679005', system: 'http://snomed.info/sct'}
            _required: true
            index: 3
          min: 1
          max: 1
  code:
    short: Requested procedure
    binding: {strength: example, valueSet: 'http://hl7.eu/fhir/imaging-r5/ValueSet/im-procedure-type'}
    index: 4
  subject: {index: 5}
  reason:
    elements:
      concept:
        index: 6
        elements:
          text: {index: 7}
  supportingInfo:
    index: 8
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: value}
      min: null
      slices:
        pregnancy:
          match: {}
          schema:
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/pregnancy-status-uv-ips'}
            index: 9
          min: 0
          max: 1
  note: {index: 10}
package_version: 1.0.0-ballot
class: profile
kind: resource
url: http://hl7.eu/fhir/imaging-r5/StructureDefinition/ServiceRequestOrderEuImaging
base: http://hl7.org/fhir/StructureDefinition/ServiceRequest
version: 1.0.0-ballot
required: [category]