PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.base@4.2.1-preview
    http://hl7.org.au/fhir/StructureDefinition/au-imagingreport
description: This profile defines a diagnostic report structure to represent a diagnostic imaging report issued by a diagnostic service provider in an Australian context.
package_name: hl7.fhir.au.base
derivation: constraint
name: AUBaseDiagnosticImagingReport
type: DiagnosticReport
elements:
  identifier: {type: Identifier, short: Business identifier for report, index: 0}
  basedOn:
    type: Reference
    short: Diagnostic imaging order
    refers: ['http://hl7.org.au/fhir/StructureDefinition/au-diagnosticrequest', 'http://hl7.org/fhir/StructureDefinition/CarePlan', 'http://hl7.org/fhir/StructureDefinition/ServiceRequest']
    index: 1
  category:
    short: 'Relevant diagnostic imaging category: service, modality and anatomic region of interest'
    index: 2
    elements:
      coding:
        index: 3
        slicing:
          rules: open
          discriminator:
          - {path: system, type: value}
          min: null
          slices:
            anatomicRegionOfInterest:
              match: {system: 'http://snomed.info/sct'}
              schema:
                short: Anatomic Region Of Interest
                binding: {strength: preferred, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/imaging-anatomic-region-of-interest-1'}
                index: 4
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://snomed.info/sct'}
                    index: 5
                required: [system]
  code:
    short: Diagnostic imaging examination or study
    binding: {strength: preferred, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/imaging-procedure-1'}
    index: 6
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 7
  effective:
    short: Time of imaging examination
    choices: []
    index: 9
  result:
    type: Reference
    refers: ['http://hl7.org.au/fhir/StructureDefinition/au-diagnosticresult', 'http://hl7.org.au/fhir/StructureDefinition/au-imagingresult']
    index: 10
  conclusionCode:
    binding: {strength: preferred, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/clinical-finding-1'}
    index: 11
package_version: 4.2.1-preview
class: profile
kind: resource
url: http://hl7.org.au/fhir/StructureDefinition/au-imagingreport
base: http://hl7.org/fhir/StructureDefinition/DiagnosticReport
version: 4.2.1-preview
required: [subject, category, effective]