PackagesCanonicalsLogsProblems
    Packages
    fhir.r4.ukcore.stu3.currentbuild@0.0.7-sprint-7-review
    https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-Lab
description: This derived profile represents an individual Laboratory test and result value. These tests can be grouped together using the Observation-LabGroup Profile.
package_name: fhir.r4.ukcore.stu3.currentbuild
derivation: constraint
name: UKCoreObservationLab
type: Observation
elements:
  category:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: coding.code, type: value}
      min: 1
      slices:
        sliceLaboratory:
          match:
            coding: {code: laboratory}
          schema:
            _required: true
            index: 1
            elements:
              coding:
                elements:
                  system:
                    pattern: {type: uri, value: 'http://terminology.hl7.org/CodeSystem/observation-category'}
                    type: uri
                    index: 2
                  code:
                    pattern: {type: code, value: laboratory}
                    type: code
                    index: 3
  code:
    binding: {strength: preferred, valueSet: 'https://fhir.hl7.org.uk/ValueSet/UKCore-UnifiedTestList'}
    index: 4
  subject:
    type: Reference
    refers: ['https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient']
    index: 5
package_version: 0.0.7-sprint-7-review
class: profile
kind: resource
url: https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-Lab
base: https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation
version: 1.0.0
required: [category]