PackagesCanonicalsLogsProblems
    Packages
    fhir.r4.ukcore.stu3.currentbuild@0.27.0-pre-release
    https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-Lab
description: This profile defines the UK constraints and extensions on the International FHIR resource [Observation](https://hl7.org/fhir/R4/Observation.html), in order to represent an individual laboratory test and result value. These tests can be grouped together using the UKCore-Observation-Group-Lab profile.
package_name: fhir.r4.ukcore.stu3.currentbuild
derivation: constraint
name: UKCoreObservationLab
type: Observation
elements:
  extension:
    type: Extension
    short: Observed body structure. This is a R5 backport.
    url: http://hl7.org/fhir/5.0/StructureDefinition/extension-Observation.bodyStructure
    index: 0
    slicing:
      slices:
        bodyStructureR5:
          match: {}
          schema: {type: Extension, short: Observed body structure. This is a R5 backport., url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-Observation.bodyStructure', index: 0}
        ObservationTriggeredBy:
          match: {}
          schema: {type: Extension, url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-Observation.triggeredBy', index: 1}
        ObservationOrganizer:
          match: {}
          schema: {type: Extension, url: 'http://hl7.org/fhir/6.0/StructureDefinition/extension-Observation.organizer', index: 2}
  status: {short: The status of the result value., mustSupport: true, index: 3}
  category:
    short: A code that classifies the general type of observation being made.
    mustSupport: true
    index: 4
    slicing:
      rules: open
      discriminator:
      - {path: coding.code, type: value}
      min: 1
      slices:
        laboratory:
          match:
            coding: {code: laboratory}
          schema:
            short: A mandatory code, to identify this observation as being Lab related.
            mustSupport: true
            _required: true
            index: 5
            elements:
              coding:
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/observation-category'}
                    index: 6
                  code:
                    pattern: {type: Code, value: laboratory}
                    index: 7
  code:
    short: The type of lab related observation (code / type).
    binding: {strength: preferred, valueSet: 'https://fhir.hl7.org.uk/ValueSet/UKCore-PathologyAndLaboratoryMedicineObservables'}
    mustSupport: true
    index: 8
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 9
  bodySite: {index: 10}
  method: {index: 11}
package_version: 0.27.0-pre-release
extensions:
  bodyStructureR5: {url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-Observation.bodyStructure', type: Extension, short: Observed body structure. This is a R5 backport., index: 0}
  ObservationTriggeredBy: {url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-Observation.triggeredBy', type: Extension, index: 1}
  ObservationOrganizer: {url: 'http://hl7.org/fhir/6.0/StructureDefinition/extension-Observation.organizer', type: Extension, index: 2}
class: profile
kind: resource
url: https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-Lab
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.3.0
required: [category]