PackagesCanonicalsLogsProblems
    Packages
    ihe.rad.mado@1.0.0
    https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoRequestedProcedure
description: A profile for the ServiceRequest resource that represents the Requested Procedure (see 6.X.2.8.1 Referenced Request Macro Description).
package_name: ihe.rad.mado
derivation: constraint
name: MadoRequestedProcedure
type: ServiceRequest
elements:
  identifier:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: type, type: pattern}
      min: 1
      slices:
        accession-number:
          match:
            type:
              coding:
              - {code: ACSN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
          schema:
            type: Identifier
            short: The Accession Number, the issuer of the accession number and the locally unique number that identifies the Imaging Service Request.
            mustSupport: true
            _required: true
            index: 1
            elements:
              type:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: ACSN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
                index: 2
        placer:
          match:
            type:
              coding:
              - {code: PLAC, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
          schema:
            short: The identifier assigned by the system that placed the order.
            mustSupport: true
            array: true
            index: 3
            elements:
              type:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: PLAC, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
                index: 4
            required: [type]
        filler:
          match:
            type:
              coding:
              - {code: FILL, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
          schema:
            short: The identifier assigned by the system that filled the order.
            array: true
            index: 5
            elements:
              type:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: FILL, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
                index: 6
            required: [type]
  status: {short: 'The status of the requested procedure, typically set to completed.', index: 7}
  intent: {short: 'The intent of the requested procedure, typically set to order.', index: 8}
  code:
    short: The `Requesting Service Code Sequence` or (when not available) the `Procedure Code` from the DICOM study.
    binding: {strength: example, valueSet: 'https://profiles.ihe.net/RAD/MADO/ValueSet/ProcedureEuImagingType'}
    index: 9
package_version: 1.0.0
class: profile
kind: resource
url: https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoRequestedProcedure
base: http://hl7.org/fhir/StructureDefinition/ServiceRequest
version: 1.0.0
required: [identifier]