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. package_name: hl7.fhir.us.core 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 pattern: type: CodeableConcept value: coding: - {code: LAB, system: 'http://terminology.hl7.org/CodeSystem/v2-0074'} _required: true index: 4 min: 1 max: 1 meta: mustSupport: true index: 0 elements: lastUpdated: {short: When the resource last changed, mustSupport: true, index: 1} encounter: type: Reference short: Encounter associated with DiagnosticReport mustSupport: true refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter'] index: 7 effectiveDateTime: {type: dateTime, short: Diagnostically relevant time (typically the time of specimen collection), mustSupport: true, choiceOf: effective, index: 10} resultsInterpreter: type: Reference mustSupport: true refers: ['http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner'] index: 14 status: binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/diagnostic-report-status'} mustSupport: true index: 2 result: type: Reference mustSupport: true refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab'] index: 15 effective: short: Diagnostically relevant time (typically the time of specimen collection) mustSupport: true choices: [effectiveDateTime, effectivePeriod] index: 9 code: short: US Core Laboratory Report Order Code binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-laboratory-test-codes'} mustSupport: true index: 5 issued: {short: When the report was released, mustSupport: true, index: 12} subject: type: Reference mustSupport: true refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-location', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient'] index: 6 performer: type: Reference mustSupport: true refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole'] index: 13 effectivePeriod: {type: Period, short: Diagnostically relevant time (typically the time of specimen collection), mustSupport: true, choiceOf: effective, index: 11} package_version: 8.0.0-ballot 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]