PackagesCanonicalsLogsProblems
    Packages
    healthhub.fhir@2.0.5
    https://healthhub.dk/fhir/StructureDefinition/requisition-observation
description: null
package_name: healthhub.fhir
derivation: constraint
name: RequisitionObservation
type: Extension
elements:
  extension:
    short: Additional content defined by implementations.
    index: 0
    slicing:
      slices:
        RequisitionSampleIdentifier:
          match: {}
          schema:
            short: The number registered for the requisition from the requester (The Doctor).
            index: 1
            elements:
              url:
                pattern: {type: uri, value: RequisitionSampleIdentifier}
                type: uri
                index: 2
              value:
                choices: [valueString]
                index: 4
              valueString: {type: string, choiceOf: value, index: 5}
            required: [value, valueString]
        LaboratoryInternalSampleIdentifier:
          match: {}
          schema:
            short: The number registered for the requisition at the laboratory.
            _required: true
            index: 6
            elements:
              url:
                pattern: {type: uri, value: LaboratoryInternalSampleIdentifier}
                type: uri
                index: 7
              value:
                choices: [valueString]
                index: 9
              valueString: {type: string, choiceOf: value, index: 10}
            required: [value, valueString]
        RequesterIdentifierReceiver:
          match: {}
          schema:
            short: LaegeIDModt
            index: 11
            elements:
              url:
                pattern: {type: uri, value: RequesterIdentifierReceiver}
                type: uri
                index: 12
              value:
                choices: [valueString]
                index: 14
              valueString: {type: string, choiceOf: value, index: 15}
            required: [value, valueString]
        RequisitionComment:
          match: {}
          schema:
            short: RequisitionComment
            index: 16
            elements:
              url:
                pattern: {type: uri, value: RequisitionComment}
                type: uri
                index: 17
              value:
                choices: [valueString]
                index: 19
              valueString: {type: string, choiceOf: value, index: 20}
        RequisitionClinicalInformation:
          match: {}
          schema:
            index: 21
            elements:
              url:
                pattern: {type: uri, value: RequisitionClinicalInformation}
                type: uri
                index: 22
              value:
                choices: [valueString]
                index: 24
              valueString: {type: string, choiceOf: value, index: 25}
  url:
    pattern: {type: uri, value: 'https://healthhub.dk/fhir/StructureDefinition/requisition-observation'}
    type: uri
    index: 26
  value:
    choices: []
    index: 28
package_version: 2.0.5
extensions:
  RequisitionSampleIdentifier:
    url: null
    short: The number registered for the requisition from the requester (The Doctor).
    index: 1
    elements:
      url:
        pattern: {type: uri, value: RequisitionSampleIdentifier}
        type: uri
        index: 2
      value:
        choices: [valueString]
        index: 4
      valueString: {type: string, choiceOf: value, index: 5}
    required: [value, valueString]
  LaboratoryInternalSampleIdentifier:
    url: null
    short: The number registered for the requisition at the laboratory.
    _required: true
    index: 6
    elements:
      url:
        pattern: {type: uri, value: LaboratoryInternalSampleIdentifier}
        type: uri
        index: 7
      value:
        choices: [valueString]
        index: 9
      valueString: {type: string, choiceOf: value, index: 10}
    required: [value, valueString]
  RequesterIdentifierReceiver:
    url: null
    short: LaegeIDModt
    index: 11
    elements:
      url:
        pattern: {type: uri, value: RequesterIdentifierReceiver}
        type: uri
        index: 12
      value:
        choices: [valueString]
        index: 14
      valueString: {type: string, choiceOf: value, index: 15}
    required: [value, valueString]
  RequisitionComment:
    url: null
    short: RequisitionComment
    index: 16
    elements:
      url:
        pattern: {type: uri, value: RequisitionComment}
        type: uri
        index: 17
      value:
        choices: [valueString]
        index: 19
      valueString: {type: string, choiceOf: value, index: 20}
  RequisitionClinicalInformation:
    url: null
    index: 21
    elements:
      url:
        pattern: {type: uri, value: RequisitionClinicalInformation}
        type: uri
        index: 22
      value:
        choices: [valueString]
        index: 24
      valueString: {type: string, choiceOf: value, index: 25}
class: extension
kind: complex-type
url: https://healthhub.dk/fhir/StructureDefinition/requisition-observation
base: http://hl7.org/fhir/StructureDefinition/Extension
version: null
required: [extension]