description: Laboratory results are grouped and summarized using the DiagnosticReport resource which typically reference 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) which references other observations. They 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 to promote interoperability and adoption through common implementation. It identifies which core elements, extensions, vocabularies, and value sets **SHALL** be present in the resource when using this profile. It provides the floor for standards development for specific use cases. package_name: hl7.fhir.us.core derivation: constraint name: USCoreDiagnosticReportProfileLaboratoryReporting type: DiagnosticReport elements: category: mustSupport: true index: 1 slicing: rules: open discriminator: - {path: $this, type: pattern} 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: 2 min: 1 max: 1 effectiveDateTime: {type: dateTime, short: Diagnostically relevant time (typically the time of specimen collection), mustSupport: true, choiceOf: effective, index: 7} status: binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/diagnostic-report-status'} mustSupport: true index: 0 result: type: Reference mustSupport: true refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab'] index: 11 effective: short: Diagnostically relevant time (typically the time of specimen collection) mustSupport: true choices: [effectiveDateTime, effectivePeriod] index: 6 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: 3 issued: {short: When the report was released, mustSupport: true, index: 9} subject: type: Reference mustSupport: true refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient'] index: 4 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: 10 effectivePeriod: {type: Period, short: Diagnostically relevant time (typically the time of specimen collection), mustSupport: true, choiceOf: effective, index: 8} package_version: 6.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: 6.0.0-ballot required: [subject, category]