PackagesCanonicalsLogsProblems
    Packages
    at.unofficial.au.base@2.2.0-ballot2
    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.
package_name: at.unofficial.au.base
derivation: constraint
name: AUPathologyReport
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: 2.2.0-ballot2
class: profile
kind: resource
url: http://hl7.org.au/fhir/StructureDefinition/au-pathologyreport
base: http://hl7.org/fhir/StructureDefinition/DiagnosticReport
version: 2.2.0
required: [subject, category, effective]