PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.eu.laboratory@0.1.0-ballot
    http://hl7.eu/fhir/laboratory/StructureDefinition/Specimen-eu-lab
description: This profile defines how to represent Specimens in HL7 FHIR for the purpose of this guide.
package_name: hl7.fhir.eu.laboratory
derivation: constraint
name: SpecimenEu
type: Specimen
elements:
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        SpecimenFeatureTypeR5:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-Specimen.feature.type', index: 1}
          min: 0
  type:
    binding: {strength: preferred, valueSet: 'http://hl7.eu/fhir/laboratory/ValueSet/lab-specimenType-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', 'http://hl7.org/fhir/StructureDefinition/Substance']
    index: 3
  collection:
    elements:
      bodySite:
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/body-site'}
        index: 4
  processing:
    elements:
      additive:
        type: Reference
        refers: ['http://hl7.eu/fhir/laboratory/StructureDefinition/specimen-additive-substance-eu-lab', 'http://hl7.org/fhir/StructureDefinition/Substance']
        index: 5
  container:
    elements:
      type:
        binding: {strength: preferred, valueSet: 'http://hl7.eu/fhir/laboratory/ValueSet/lab-specimenContainer-eu-lab'}
        index: 6
package_version: 0.1.0-ballot
extensions:
  SpecimenFeatureTypeR5: {url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-Specimen.feature.type', min: 0, type: Extension, index: 1}
class: profile
kind: resource
url: http://hl7.eu/fhir/laboratory/StructureDefinition/Specimen-eu-lab
base: http://hl7.org/fhir/StructureDefinition/Specimen
version: 0.1.0-ballot
required: [type]