http://hl7.org/fhir/StructureDefinition/diagnosticReport-workflowStatus|5.2.0

The workflow status of the diagnostic report.
description: The workflow status of the diagnostic report.
derivation: constraint
name: DRWorkflowStatus
type: Extension
elements:
  extension:
    short: Meaning of the status
    index: 0
    slicing:
      slices:
        value:
          match: {}
          schema:
            short: Meaning of the status
            _required: true
            index: 0
            extensions: {}
            elements:
              extension: {index: 1}
              url:
                pattern: {type: Uri, value: value}
                index: 2
              value:
                choices: []
                index: 4
            required: [value]
        timestamp:
          match: {}
          schema:
            short: Status timestamp
            _required: true
            index: 5
            extensions: {}
            elements:
              extension: {index: 6}
              url:
                pattern: {type: Uri, value: timestamp}
                index: 7
              value:
                choices: []
                index: 9
            required: [value]
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/diagnosticReport-workflowStatus'}
    index: 10
extensions:
  value:
    url: null
    short: Meaning of the status
    _required: true
    index: 0
    extensions: {}
    elements:
      extension: {index: 1}
      url:
        pattern: {type: Uri, value: value}
        index: 2
      value:
        choices: []
        index: 4
    required: [value]
  timestamp:
    url: null
    short: Status timestamp
    _required: true
    index: 5
    extensions: {}
    elements:
      extension: {index: 6}
      url:
        pattern: {type: Uri, value: timestamp}
        index: 7
      value:
        choices: []
        index: 9
    required: [value]
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/diagnosticReport-workflowStatus
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.2.0
required: [extension]