PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r3.core@3.0.2
    http://hl7.org/fhir/StructureDefinition/DiagnosticReport
description: Base StructureDefinition for DiagnosticReport Resource
package_name: hl7.fhir.r3.core
derivation: specialization
name: DiagnosticReport
type: DiagnosticReport
elements:
  category: {short: Service category, type: CodeableConcept, isSummary: true, index: 3}
  conclusion: {short: Clinical Interpretation of test results, type: string, index: 21}
  specimen:
    short: Specimens this report is based on
    refers: ['http://hl7.org/fhir/StructureDefinition/Specimen']
    type: Reference
    array: true
    index: 15
  effectiveDateTime: {short: Clinically relevant time/time-period for report, type: dateTime, choiceOf: effective, isSummary: true, index: 9}
  status: {isModifier: true, short: registered | partial | preliminary | final +, type: code, isSummary: true, index: 2}
  result:
    short: Observations - simple, or complex nested groups
    refers: ['http://hl7.org/fhir/StructureDefinition/Observation']
    type: Reference
    array: true
    index: 16
  effective:
    short: Clinically relevant time/time-period for report
    choices: [effectiveDateTime, effectivePeriod]
    isSummary: true
    index: 8
  code: {short: Name/Code for this diagnostic report, type: CodeableConcept, isSummary: true, index: 4}
  identifier: {short: Business identifier for report, type: Identifier, array: true, isSummary: true, index: 0}
  context:
    short: Health care event when test ordered
    refers: ['http://hl7.org/fhir/StructureDefinition/Encounter', 'http://hl7.org/fhir/StructureDefinition/EpisodeOfCare']
    type: Reference
    isSummary: true
    index: 6
  image:
    short: Key images associated with this report
    type: BackboneElement
    array: true
    isSummary: true
    index: 18
    elements:
      comment: {short: Comment about the image (e.g. explanation), type: string, index: 19}
      link:
        short: Reference to the image source
        refers: ['http://hl7.org/fhir/StructureDefinition/Media']
        type: Reference
        isSummary: true
        index: 20
    required: [link]
  issued: {short: DateTime this version was released, type: instant, isSummary: true, index: 11}
  presentedForm: {short: Entire report as issued, type: Attachment, array: true, index: 23}
  basedOn:
    short: What was requested
    refers: ['http://hl7.org/fhir/StructureDefinition/CarePlan', 'http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation', 'http://hl7.org/fhir/StructureDefinition/MedicationRequest', 'http://hl7.org/fhir/StructureDefinition/NutritionOrder', 'http://hl7.org/fhir/StructureDefinition/ProcedureRequest', 'http://hl7.org/fhir/StructureDefinition/ReferralRequest']
    type: Reference
    array: true
    index: 1
  imagingStudy:
    short: Reference to full details of imaging associated with the diagnostic report
    refers: ['http://hl7.org/fhir/StructureDefinition/ImagingManifest', 'http://hl7.org/fhir/StructureDefinition/ImagingStudy']
    type: Reference
    array: true
    index: 17
  codedDiagnosis: {short: Codes for the conclusion, type: CodeableConcept, array: true, index: 22}
  subject:
    short: The subject of the report - usually, but not always, the patient
    refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Location', 'http://hl7.org/fhir/StructureDefinition/Patient']
    type: Reference
    isSummary: true
    index: 5
  performer:
    short: Participants in producing the report
    type: BackboneElement
    array: true
    isSummary: true
    index: 12
    elements:
      role: {short: Type of performer, type: CodeableConcept, isSummary: true, index: 13}
      actor:
        short: Practitioner or Organization  participant
        refers: ['http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Practitioner']
        type: Reference
        isSummary: true
        index: 14
    required: [actor]
  effectivePeriod: {short: Clinically relevant time/time-period for report, type: Period, choiceOf: effective, isSummary: true, index: 10}
package_version: 3.0.2
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/DiagnosticReport
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: null
required: [status, code]