PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.eu.imaging@1.0.0-ballot
    http://hl7.eu/fhir/imaging/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
derivation: constraint
name: ServiceRequestOrderEuImaging
type: ServiceRequest
elements:
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        reason:
          match: {url: null}
          schema:
            type: Extension
            url: http://hl7.org/fhir/5.0/StructureDefinition/extension-ServiceRequest.reason
            index: 1
            elements:
              value:
                choices: []
                index: 3
                slicing:
                  rules: open
                  ordered: false
                  discriminator:
                  - {path: $this, type: type}
                  min: null
                  slices:
                    valueCodeableConcept:
                      match: {}
                      schema:
                        choices: [valueCodeableConcept]
                        index: 5
                      min: 0
                      max: 1
              valueCodeableConcept:
                type: CodeableConcept
                choiceOf: value
                index: 6
                slicing:
                  slices:
                    valueCodeableConcept:
                      match: {}
                      schema: {type: CodeableConcept, choiceOf: value, index: 6}
                      min: 0
                      max: 1
              value[x]:
                elements:
                  text: {index: 7}
  identifier:
    index: 8
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: type, type: value}
      min: null
      slices:
        accessionNumber:
          match: {type: null}
          schema: {type: Identifier, index: 9}
          min: 0
          max: 1
  category:
    index: 10
    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: 11
          min: 1
          max: 1
  code:
    short: Requested procedure
    binding: {strength: example, valueSet: 'http://hl7.eu/fhir/imaging/ValueSet/im-procedure-type'}
    index: 12
  subject: {index: 13}
  supportingInfo:
    extensions:
      codeableConcept: {url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-ServiceRequest.supportingInfo', min: 0, type: Extension, index: 14}
    elements:
      extension:
        type: Extension
        url: http://hl7.org/fhir/5.0/StructureDefinition/extension-ServiceRequest.supportingInfo
        index: 14
        slicing:
          slices:
            codeableConcept:
              match: {}
              schema: {type: Extension, url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-ServiceRequest.supportingInfo', index: 14}
              min: 0
  note: {index: 15}
package_version: 1.0.0-ballot
extensions:
  reason:
    url: http://hl7.org/fhir/5.0/StructureDefinition/extension-ServiceRequest.reason
    type: Extension
    index: 1
    elements:
      value:
        choices: []
        index: 3
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: $this, type: type}
          min: null
          slices:
            valueCodeableConcept:
              match: {}
              schema:
                choices: [valueCodeableConcept]
                index: 5
              min: 0
              max: 1
      valueCodeableConcept:
        type: CodeableConcept
        choiceOf: value
        index: 6
        slicing:
          slices:
            valueCodeableConcept:
              match: {}
              schema: {type: CodeableConcept, choiceOf: value, index: 6}
              min: 0
              max: 1
      value[x]:
        elements:
          text: {index: 7}
class: profile
kind: resource
url: http://hl7.eu/fhir/imaging/StructureDefinition/ServiceRequestOrderEuImaging
base: http://hl7.org/fhir/StructureDefinition/ServiceRequest
version: 1.0.0-ballot
required: [category]