PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.core@6.0.0-ballot
    http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note
description: To promote interoperability and adoption through common implementation, this profile sets minimum expectations for searching and fetching Diagnostic Reports and Notes using the DiagnosticReport resource. This profile identifies the mandatory core elements, extensions, vocabularies and value sets which **SHALL** be present in the DiagnosticReport when using this profile. It provides the floor for standards development for specific use cases. Prior to reviewing this profile, implementers are encouraged to read the Clinical Notes Guidance to understand the overlap of US Core DiagnosticReport Profile for Report and Note exchange and US Core DocumentReference Profile.
package_name: hl7.fhir.us.core
derivation: constraint
name: USCoreDiagnosticReportProfileNoteExchange
type: DiagnosticReport
elements:
  category:
    mustSupport: true
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: 1
      slices:
        us-core:
          match: {}
          schema:
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-diagnosticreport-category'}
            mustSupport: true
            index: 2
  encounter:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter']
    index: 5
  effectiveDateTime: {type: dateTime, short: Diagnostically relevant time (typically the time of the procedure), mustSupport: true, choiceOf: effective, index: 8}
  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-clinical-result', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab']
    index: 12
  effective:
    short: Diagnostically relevant time (typically the time of the procedure)
    mustSupport: true
    choices: [effectiveDateTime, effectivePeriod]
    index: 7
  code:
    short: US Core Report Code
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-diagnosticreport-report-and-note-codes'}
    mustSupport: true
    index: 3
  issued: {mustSupport: true, index: 10}
  presentedForm: {mustSupport: true, index: 15}
  media:
    mustSupport: true
    index: 13
    elements:
      link: {mustSupport: true, index: 14}
  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: 11
  effectivePeriod: {type: Period, short: Diagnostically relevant time (typically the time of the procedure), mustSupport: true, choiceOf: effective, index: 9}
package_version: 6.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note
base: http://hl7.org/fhir/StructureDefinition/DiagnosticReport
version: 6.0.0-ballot
required: [subject, category]