PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.base@4.1.0
    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 test such as haemoglobin or it may group the set of results produced by a multi-test study or panel such as a full blood count, or urine specimen study.
package_name: hl7.fhir.au.base
derivation: constraint
name: AUBaseDiagnosticImagingResult
type: Observation
elements:
  category:
    short: 'Relevant diagnostic imaging category: service, modality and anatomic region'
    index: 2
    slicing:
      rules: open
      discriminator:
      - {path: coding.system, type: value}
      - {path: coding.code, type: value}
      min: 1
      slices:
        diagImg:
          match:
            coding: {system: 'http://terminology.hl7.org/CodeSystem/observation-category', code: imaging}
          schema:
            short: Observation generated by imaging
            _required: true
            index: 3
            elements:
              coding:
                index: 4
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/observation-category'}
                    index: 5
                  code:
                    pattern: {type: Code, value: imaging}
                    index: 6
                required: [system, code]
            required: [coding]
        anatomicRegionOfInterest:
          match:
            coding: {system: 'http://snomed.info/sct', code: null}
          schema:
            short: Anatomic Region Of Interest
            binding: {strength: extensible, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/imaging-anatomic-region-of-interest-1'}
            index: 7
            elements:
              coding:
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://snomed.info/sct'}
                    index: 8
                required: [system]
  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: 16
  component:
    short: Individual examinations in a group or study series
    index: 17
    elements:
      code:
        short: Diagnostic imaging examination or study
        binding: {strength: preferred, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/imaging-procedure-1'}
        index: 18
  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: 13}
  effective:
    short: Time of diagnostic imaging examination
    choices: [effectiveDateTime, effectivePeriod]
    index: 12
  code:
    short: Diagnostic imaging examination or study
    binding: {strength: preferred, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/imaging-procedure-1'}
    index: 9
  bodySite:
    binding: {strength: preferred, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/body-site-1'}
    index: 15
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 10
  effectivePeriod: {type: Period, short: Time of diagnostic imaging examination, choiceOf: effective, index: 14}
package_version: 4.1.0
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: 4.1.0
required: [effectiveDateTime, effectivePeriod, subject, category, effective]