PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.base@4.2.2-preview
    http://hl7.org.au/fhir/StructureDefinition/au-pathologyreport
description: This profile defines a diagnostic report structure to represent a pathology report issued by a diagnostic service provider in an Australian context. This profile is intended to be capable of supporting reporting for all pathology disciplines (e.g. including microbiology, histopathology, cytology, blood transfusion) with the exception of genomics.\n\nThis profile does not provide full support for structured pathology reporting. It is expected that this support is best handled by a set of profiles that represent the structured reporting requirements for each specific protocol (see for example [RCPA’s structured pathology reporting of cancer](https://www.rcpa.edu.au/Library/Practising-Pathology/Structured-Pathology-Reporting-of-Cancer)); this is not in the scope of this implementation guide at this time.
package_name: hl7.fhir.au.base
derivation: constraint
name: AUBasePathologyReport
type: DiagnosticReport
elements:
  category:
    binding: {strength: extensible, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/pathology-diagnostic-service-category-1'}
    index: 2
  conclusionCode:
    binding: {strength: preferred, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/clinical-finding-1'}
    index: 9
  specimen:
    type: Reference
    refers: ['http://hl7.org.au/fhir/StructureDefinition/au-specimen']
    index: 7
  result:
    type: Reference
    refers: ['http://hl7.org.au/fhir/StructureDefinition/au-diagnosticresult', 'http://hl7.org.au/fhir/StructureDefinition/au-pathologyresult']
    index: 8
  effective:
    short: Time of specimen collection
    choices: []
    index: 6
  code:
    short: Pathology test or test group
    binding: {strength: preferred, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/spia-pathology-reporting-1'}
    index: 3
  identifier: {type: Identifier, short: Business identifier for report, index: 0}
  basedOn:
    type: Reference
    short: Pathology order
    refers: ['http://hl7.org.au/fhir/StructureDefinition/au-diagnosticrequest', 'http://hl7.org/fhir/StructureDefinition/CarePlan', 'http://hl7.org/fhir/StructureDefinition/ServiceRequest']
    index: 1
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 4
package_version: 4.2.2-preview
class: profile
kind: resource
url: http://hl7.org.au/fhir/StructureDefinition/au-pathologyreport
base: http://hl7.org.au/fhir/StructureDefinition/au-diagnosticreport
version: 4.2.2-preview
required: [subject, category, effective]