PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.ca.baseline@1.1.6-pre
    http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-diagnosticreportnote
description: Proposed constraints and extensions on the Diagnostic Report Resource to support collection of diagnostic report information for reports and notes.  Generated as a first step toward creating a set of Canadian Baseline FHIR profiles.
package_name: hl7.fhir.ca.baseline
derivation: constraint
name: DiagnosticReportNoteProfile
type: DiagnosticReport
elements:
  category: {mustSupport: true, index: 1}
  encounter:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-encounter']
    index: 4
  status:
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/diagnostic-report-status'}
    mustSupport: true
    index: 0
  effective:
    short: Time of report or note
    mustSupport: true
    choices: []
    index: 6
  code: {mustSupport: true, index: 2}
  issued: {short: Date/Time this version of the DiagnosticReport was made available, mustSupport: true, index: 7}
  presentedForm: {short: Entire report as issued, mustSupport: true, index: 10}
  media: {short: Key images associated with this report, mustSupport: true, index: 9}
  subject:
    type: Reference
    short: The patient that the diagnostic report refers to
    mustSupport: true
    refers: ['http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-patient']
    index: 3
  performer:
    type: Reference
    short: Responsible Diagnostic Service
    mustSupport: true
    refers: ['http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-organization', 'http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-practitioner']
    index: 8
package_version: 1.1.6-pre
class: profile
kind: resource
url: http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-diagnosticreportnote
base: http://hl7.org/fhir/StructureDefinition/DiagnosticReport
version: 0.2.0
required: [subject, category, effective]