PackagesCanonicalsLogsProblems
    Packages
    fhir.r4.ukcore.stu3.currentbuild@0.28.0-pre-release
    https://fhir.hl7.org.uk/StructureDefinition/UKCore-DiagnosticReport-Lab
description: This profile defines the UK constraints and extensions on the International FHIR resource [DiagnosticReport](https://hl7.org/fhir/R4/DiagnosticReport.html), to provide laboratory specific support for test results.
package_name: fhir.r4.ukcore.stu3.currentbuild
derivation: constraint
name: UKCoreDiagnosticReportLab
type: DiagnosticReport
elements:
  category:
    short: A code that classifies the clinical discipline, department or diagnostic service that created the report.
    mustSupport: true
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: coding.code, type: value}
      min: 1
      slices:
        laboratory:
          match:
            coding: {code: LAB}
          schema:
            short: A mandatory slice that states this resource is categorized as laboratory related content.
            mustSupport: true
            _required: true
            index: 2
            elements:
              coding:
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/v2-0074'}
                    index: 3
                  code:
                    pattern: {type: Code, value: LAB}
                    index: 4
  conclusionCode: {index: 11}
  resultsInterpreter:
    extensions:
      deviceReference: {url: 'https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference', type: Extension, short: A reference to a Device which interprets / performs the results of the DiagnosticReport., isModifier: false, index: 9}
    elements:
      extension:
        type: Extension
        short: A reference to a Device which interprets / performs the results of the DiagnosticReport.
        isModifier: false
        url: https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference
        index: 9
        slicing:
          slices:
            deviceReference:
              match: {}
              schema: {type: Extension, short: A reference to a Device which interprets / performs the results of the DiagnosticReport., isModifier: false, url: 'https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference', index: 9}
  status: {short: The status of the diagnostic report., mustSupport: true, index: 0}
  result: {short: Lab related Observations that are part of this diagnostic report., mustSupport: true, index: 10}
  code:
    short: A code or name that describes this diagnostic report.
    binding: {strength: preferred, valueSet: 'https://fhir.hl7.org.uk/ValueSet/UKCore-ReportCode'}
    mustSupport: true
    index: 5
  issued: {short: Clinically relevant time / time-period for report., mustSupport: true, index: 7}
  subject:
    type: Reference
    short: The patient that is the subject of the report.
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 6
  performer:
    extensions:
      deviceReference: {url: 'https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference', max: 1, type: Extension, short: A reference to a Device which interprets / performs the results of the DiagnosticReport., isModifier: false, index: 8}
    elements:
      extension:
        type: Extension
        short: A reference to a Device which interprets / performs the results of the DiagnosticReport.
        isModifier: false
        url: https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference
        index: 8
        slicing:
          slices:
            deviceReference:
              match: {}
              schema: {type: Extension, short: A reference to a Device which interprets / performs the results of the DiagnosticReport., isModifier: false, url: 'https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference', index: 8}
              max: 1
package_version: 0.28.0-pre-release
class: profile
kind: resource
url: https://fhir.hl7.org.uk/StructureDefinition/UKCore-DiagnosticReport-Lab
base: http://hl7.org/fhir/StructureDefinition/DiagnosticReport
version: 3.0.0
required: [subject, category]