PackagesCanonicalsLogsProblems
    Packages
    fhir.r4.ukcore.stu3.currentbuild@0.22.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: 9
    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: 10
            elements:
              coding:
                elements:
                  system:
                    pattern: {type: uri, value: 'http://terminology.hl7.org/CodeSystem/v2-0074'}
                    type: uri
                    index: 11
                  code:
                    pattern: {type: code, value: LAB}
                    type: code
                    index: 12
  conclusionCode: {index: 19}
  extension:
    type: Extension
    short: A Composition reference for a DiagnosticReport. This is a R5 backport.
    isModifier: false
    url: http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition
    index: 0
    slicing:
      slices:
        compositionReferenceR5:
          match: {}
          schema:
            type: Extension
            short: A Composition reference for a DiagnosticReport. This is a R5 backport.
            isModifier: false
            url: http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition
            index: 0
            elements:
              value:
                short: Reference to a Composition resource.
                choices: []
                index: 2
        noteR5:
          match: {}
          schema:
            type: Extension
            short: Comments about the diagnostic report. This is a R5 backport.
            isModifier: false
            url: http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.note
            index: 3
            elements:
              value:
                choices: []
                index: 5
        supportingInfoR5:
          match: {}
          schema:
            type: Extension
            short: Additional info supporting the diagnostic report. This is a R5 backport.
            isModifier: false
            url: http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.supportingInfo
            index: 6
            extensions: {}
            elements:
              extension: {array: true, min: 2, index: 7}
  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: 17}
    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: 17
        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: 17}
  status: {short: The status of the diagnostic report., mustSupport: true, index: 8}
  result: {short: Lab related Observations that are part of this diagnostic report., mustSupport: true, index: 18}
  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: 13
  issued: {short: Clinically relevant time / time-period for report., mustSupport: true, index: 15}
  subject:
    type: Reference
    short: The patient that is the subject of the report.
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 14
  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: 16}
    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: 16
        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: 16}
              max: 1
package_version: 0.22.0-pre-release
extensions:
  compositionReferenceR5:
    url: http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition
    type: Extension
    short: A Composition reference for a DiagnosticReport. This is a R5 backport.
    isModifier: false
    index: 0
    elements:
      value:
        short: Reference to a Composition resource.
        choices: []
        index: 2
  noteR5:
    url: http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.note
    type: Extension
    short: Comments about the diagnostic report. This is a R5 backport.
    isModifier: false
    index: 3
    elements:
      value:
        choices: []
        index: 5
  supportingInfoR5:
    url: http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.supportingInfo
    type: Extension
    short: Additional info supporting the diagnostic report. This is a R5 backport.
    isModifier: false
    index: 6
    extensions: {}
    elements:
      extension: {array: true, min: 2, index: 7}
class: profile
kind: resource
url: https://fhir.hl7.org.uk/StructureDefinition/UKCore-DiagnosticReport-Lab
base: http://hl7.org/fhir/StructureDefinition/DiagnosticReport
version: 2.0.1
required: [category, subject]