PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.eu.laboratory@0.1.0-ballot
    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:
  identifier: {index: 0}
  requisition: {short: Composite Request ID., index: 1}
  code:
    binding: {strength: preferred, valueSet: 'http://hl7.eu/fhir/laboratory/ValueSet/lab-orderCodes-eu-lab'}
    index: 2
  subject:
    type: Reference
    refers: ['http://hl7.eu/fhir/laboratory/StructureDefinition/Patient-animal-eu-lab', 'http://hl7.eu/fhir/laboratory/StructureDefinition/Patient-eu-lab', 'http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Location']
    index: 3
  authoredOn: {short: When the order was placed, index: 4}
  insurance:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/Coverage']
    index: 5
  specimen:
    type: Reference
    short: Must be present, if order is request for test
    refers: ['http://hl7.eu/fhir/laboratory/StructureDefinition/Specimen-eu-lab']
    index: 6
package_version: 0.1.0-ballot
class: profile
kind: resource
url: http://hl7.eu/fhir/laboratory/StructureDefinition/ServiceRequest-eu-lab
base: http://hl7.org/fhir/StructureDefinition/ServiceRequest
version: 0.1.0-ballot
required: [identifier, code]