http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab|8.0.0-ballot

The US Core DiagnosticReport Profile for Laboratory Results Reporting inherits from the FHIR [DiagnosticReport](https://hl7.org/fhir/R4/diagnosticreport.html) resource; refer to it for scope and usage definitions. Laboratory results are grouped and summarized using the DiagnosticReport resource, which typically references Observation resource(s). Each Observation resource represents an individual laboratory test and result value or component result values or a nested panel (such as a microbial susceptibility panel) that references other observations. Laboratory results can also be presented in report form or as free text. This profile sets minimum expectations for the DiagnosticReport resource to record, search, and fetch laboratory results associated with a patient. It specifies which core elements, extensions, vocabularies, and value sets **SHALL** be present and constrains how the elements are used. Providing the floor for standards development for specific use cases promotes interoperability and adoption.
description: The US Core DiagnosticReport Profile for Laboratory Results Reporting inherits from the FHIR [DiagnosticReport](https://hl7.org/fhir/R4/diagnosticreport.html) resource; refer to it for scope and usage definitions. Laboratory results are grouped and summarized using the DiagnosticReport resource, which typically references Observation resource(s). Each Observation resource represents an individual laboratory test and result value or component result values or a nested panel (such as a microbial susceptibility panel) that references other observations. Laboratory results can also be presented in report form or as free text. This profile sets minimum expectations for the DiagnosticReport resource to record, search,  and fetch laboratory results associated with a patient. It specifies which core elements, extensions, vocabularies, and value sets **SHALL** be present and constrains how the elements are used. Providing the floor for standards development for specific use cases promotes interoperability and adoption.
derivation: constraint
name: USCoreDiagnosticReportProfileLaboratoryReporting
type: DiagnosticReport
elements:
  category:
    mustSupport: true
    index: 3
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: value}
      min: 1
      slices:
        LaboratorySlice:
          match:
            coding:
            - {code: LAB, system: 'http://terminology.hl7.org/CodeSystem/v2-0074'}
          schema:
            mustSupport: true
            _required: true
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: LAB, system: 'http://terminology.hl7.org/CodeSystem/v2-0074'}
            index: 4
          min: 1
          max: 1
  meta:
    mustSupport: true
    index: 0
    elements:
      lastUpdated: {short: When the resource last changed, mustSupport: true, index: 1}
  encounter: {short: Encounter associated with DiagnosticReport, mustSupport: true, index: 7}
  resultsInterpreter: {mustSupport: true, index: 12}
  status:
    mustSupport: true
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/diagnostic-report-status'}
    index: 2
  result: {mustSupport: true, index: 13}
  effective:
    short: Diagnostically relevant time (typically the time of specimen collection)
    mustSupport: true
    choices: []
    index: 9
  code:
    short: US Core Laboratory Report Order Code
    mustSupport: true
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-laboratory-test-codes'}
    index: 5
  issued: {short: When the report was released, mustSupport: true, index: 10}
  subject: {mustSupport: true, index: 6}
  performer: {mustSupport: true, index: 11}
class: profile
kind: resource
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab
base: http://hl7.org/fhir/StructureDefinition/DiagnosticReport
version: 8.0.0-ballot
required: [subject, category]