http://hl7.org/fhir/StructureDefinition/servicerequest-geneticsItem|5.2.0

The specific diagnostic investigations that are requested as part of this request. Sometimes, there can only be one item per request, but in most contexts, more than one investigation can be requested.
description: The specific diagnostic investigations that are requested as part of this request. Sometimes, there can only be one item per request, but in most contexts, more than one investigation can be requested.
derivation: constraint
name: Item
type: Extension
elements:
  extension:
    short: Code to indicate the item (test, panel or sequence variant) being ordered
    index: 0
    slicing:
      slices:
        code:
          match: {}
          schema:
            short: Code to indicate the item (test, panel or sequence variant) being ordered
            _required: true
            index: 0
            extensions: {}
            elements:
              extension: {index: 1}
              url:
                pattern: {type: Uri, value: code}
                index: 2
              value:
                choices: []
                index: 4
            required: [value]
        geneticsObservation:
          match: {}
          schema:
            short: Indicate the genetic variant ordered to be tested
            index: 5
            extensions: {}
            elements:
              extension: {index: 6}
              url:
                pattern: {type: Uri, value: geneticsObservation}
                index: 7
              value:
                choices: []
                index: 9
            required: [value]
        specimen:
          match: {}
          schema:
            short: If this item relates to specific specimens
            index: 10
            extensions: {}
            elements:
              extension: {index: 11}
              url:
                pattern: {type: Uri, value: specimen}
                index: 12
              value:
                choices: []
                index: 14
            required: [value]
        status:
          match: {}
          schema:
            short: proposed | draft | planned | requested | received | accepted | in-progress | review | completed | cancelled | suspended | rejected | failed
            index: 15
            extensions: {}
            elements:
              extension: {index: 16}
              url:
                pattern: {type: Uri, value: status}
                index: 17
              value:
                choices: []
                index: 19
            required: [value]
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/servicerequest-geneticsItem'}
    index: 20
  value:
    choices: []
    index: 22
extensions:
  code:
    url: null
    short: Code to indicate the item (test, panel or sequence variant) being ordered
    _required: true
    index: 0
    extensions: {}
    elements:
      extension: {index: 1}
      url:
        pattern: {type: Uri, value: code}
        index: 2
      value:
        choices: []
        index: 4
    required: [value]
  geneticsObservation:
    url: null
    short: Indicate the genetic variant ordered to be tested
    index: 5
    extensions: {}
    elements:
      extension: {index: 6}
      url:
        pattern: {type: Uri, value: geneticsObservation}
        index: 7
      value:
        choices: []
        index: 9
    required: [value]
  specimen:
    url: null
    short: If this item relates to specific specimens
    index: 10
    extensions: {}
    elements:
      extension: {index: 11}
      url:
        pattern: {type: Uri, value: specimen}
        index: 12
      value:
        choices: []
        index: 14
    required: [value]
  status:
    url: null
    short: proposed | draft | planned | requested | received | accepted | in-progress | review | completed | cancelled | suspended | rejected | failed
    index: 15
    extensions: {}
    elements:
      extension: {index: 16}
      url:
        pattern: {type: Uri, value: status}
        index: 17
      value:
        choices: []
        index: 19
    required: [value]
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/servicerequest-geneticsItem
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.2.0
required: [extension]