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 conclusions of a diagnostic procedure such as Left retina Foveal thickness by OCT, or it may group the set of results produced by a multi-test study or panel such as Biophysical profile panel. 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'} type: uri index: 5 code: pattern: {type: code, value: imaging} type: code index: 6 required: [code, system] 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'} type: uri 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: 17 value: choices: [] index: 14 component: short: Individual examinations in a group or study series index: 18 elements: code: short: Diagnostic imaging examination or study binding: {strength: preferred, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/imaging-procedure-1'} index: 19 value: choices: [] index: 21 dataAbsentReason: {index: 22} extension: index: 0 slicing: rules: open discriminator: - {path: url, type: value} min: null slices: bodyStructure: match: {url: null} schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/bodySite', index: 1} effective: short: Time of diagnostic imaging examination choices: [] 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: 16 subject: type: Reference refers: ['http://hl7.org/fhir/StructureDefinition/Patient'] index: 10 dataAbsentReason: {index: 15} package_version: 6.0.0-draft extensions: bodyStructure: {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: 6.0.0-draft required: [category, effective, subject]