PackagesCanonicalsLogsProblems
    Packages
    rs/at.unofficial.au.base@2.2.0-ballot
    http://hl7.org.au/fhir/StructureDefinition/au-imagingresult
description: This profile defines an observation structure to represent a imaging examination result issued by a diagnostic service provider in an Australian context. The observation may represent the result of a simple examination or study series.
package_name: rs/at.unofficial.au.base
derivation: constraint
name: AUDiagnosticImagingResult
type: Observation
elements:
  category: {short: 'Relevant diagnostic imaging category: modality and anatomic region', index: 2}
  hasMember:
    type: Reference
    short: Individual examinations in a group or study series
    refers: ['http://hl7.org.au/fhir/StructureDefinition/au-diagnosticresult', 'http://hl7.org.au/fhir/StructureDefinition/au-imagingresult']
    index: 10
  component:
    short: Individual examinations in a group or study series
    index: 11
    elements:
      code:
        short: Diagnostic imaging examination or study
        binding: {strength: preferred, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/imaging-procedure-1'}
        index: 12
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        bodySite:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/bodySite', index: 1}
  effectiveDateTime: {type: dateTime, short: Time of diagnostic imaging examination, choiceOf: effective, index: 7}
  effective:
    short: Time of diagnostic imaging examination
    choices: [effectiveDateTime, effectivePeriod]
    index: 6
  code:
    short: Diagnostic imaging examination or study
    binding: {strength: preferred, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/imaging-procedure-1'}
    index: 3
  bodySite:
    binding: {strength: preferred, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/body-site-1'}
    index: 9
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 4
  effectivePeriod: {type: Period, short: Time of diagnostic imaging examination, choiceOf: effective, index: 8}
package_version: 2.2.0-ballot
extensions:
  bodySite: {url: 'http://hl7.org/fhir/StructureDefinition/bodySite', type: Extension, index: 1}
class: profile
kind: resource
url: http://hl7.org.au/fhir/StructureDefinition/au-imagingresult
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.2.0
required: [category, effective, effectiveDateTime, effectivePeriod, subject]