description: This profile defines an observation structure to represent a pathology test 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: AUPathologyResult type: Observation elements: category: short: Classification of the service requested as laboratory + more specific discipline where available binding: {strength: extensible, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/pathology-diagnostic-service-category-1'} index: 0 slicing: rules: open discriminator: - {path: coding.system, type: value} - {path: coding.code, type: value} min: 1 slices: Lab: match: coding: {system: 'http://terminology.hl7.org/CodeSystem/observation-category', code: laboratory} schema: short: Observation generated by laboratories _required: true index: 1 elements: coding: index: 2 elements: system: pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/observation-category'} index: 3 code: pattern: {type: Code, value: laboratory} index: 4 required: [system, code] required: [coding] hasMember: type: Reference short: Individual tests in a group or panel refers: ['http://hl7.org.au/fhir/StructureDefinition/au-diagnosticresult', 'http://hl7.org.au/fhir/StructureDefinition/au-pathologyresult'] index: 12 specimen: type: Reference refers: ['http://hl7.org.au/fhir/StructureDefinition/au-specimen'] index: 11 component: short: Individual tests in a group or panel index: 13 elements: code: short: Individual pathology test binding: {strength: preferred, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/spia-pathology-reporting-1'} index: 14 effectiveDateTime: {type: dateTime, short: Time of specimen collection, choiceOf: effective, index: 9} effective: short: Time of specimen collection choices: [effectiveDateTime, effectivePeriod] index: 8 code: short: Pathology test or test group binding: {strength: preferred, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/spia-pathology-reporting-1'} index: 5 subject: type: Reference refers: ['http://hl7.org/fhir/StructureDefinition/Patient'] index: 6 effectivePeriod: {type: Period, short: Time of specimen collection, choiceOf: effective, index: 10} package_version: 4.0.0 class: profile kind: resource url: http://hl7.org.au/fhir/StructureDefinition/au-pathologyresult base: http://hl7.org/fhir/StructureDefinition/Observation version: 4.0.0 required: [effectiveDateTime, effectivePeriod, subject, category, effective]