PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.eu.laboratory@2.0.0
    http://hl7.eu/fhir/laboratory/StructureDefinition/ServiceRequest-eu-lab
description: This profile defines how to represent an laboratory orders using the HL7 FHIR ServiceRequest for the purpose of this guide.
package_name: hl7.fhir.eu.laboratory
derivation: constraint
name: ServiceRequestLabEu
type: ServiceRequest
elements:
  insurance:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/Coverage']
    index: 7
  supportingInfo: {short: 'Additional information: e.g AOEs and prior results', index: 8}
  specimen:
    type: Reference
    short: Specimens to be used by the laboratory procedure
    refers: ['http://hl7.eu/fhir/laboratory/StructureDefinition/Specimen-eu-lab']
    index: 9
  authoredOn: {short: When the order was placed, index: 6}
  requisition: {short: Composite Request ID., index: 3}
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        accreditedLab:
          match: {url: null}
          schema: {type: Extension, short: Accredited laboratory requested, url: 'http://hl7.eu/fhir/StructureDefinition/laboratory-accredited', index: 1}
          min: 0
          max: 1
  code:
    binding: {strength: preferred, valueSet: 'http://hl7.eu/fhir/laboratory/ValueSet/lab-orderCodes-eu-lab'}
    index: 4
  identifier: {index: 2}
  subject:
    type: Reference
    refers: ['http://hl7.eu/fhir/base/StructureDefinition/patient-eu-core', 'http://hl7.eu/fhir/laboratory/StructureDefinition/Patient-animal-eu-lab', 'http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Location']
    index: 5
package_version: 2.0.0
extensions:
  accreditedLab: {url: 'http://hl7.eu/fhir/StructureDefinition/laboratory-accredited', min: 0, max: 1, type: Extension, short: Accredited laboratory requested, index: 1}
class: profile
kind: resource
url: http://hl7.eu/fhir/laboratory/StructureDefinition/ServiceRequest-eu-lab
base: http://hl7.org/fhir/StructureDefinition/ServiceRequest
version: 2.0.0
required: [identifier]