PackagesCanonicalsLogsProblems
    Packages
    at.unofficial.au.base@2.2.0-ballot2
    http://hl7.org.au/fhir/StructureDefinition/au-diagnosticresult
description: This profile defines an observation structure to represent a diagnostic investigation result issued by a diagnostic service provider in an Australian context. The observation may represent the result of a simple investigation or it may group the set of results of a multi-modality procedure or multi-test study / panel.
package_name: at.unofficial.au.base
derivation: constraint
name: AUDiagnosticResult
type: Observation
elements:
  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}
  category:
    short: Diagnostic service section
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/diagnostic-service-sections'}
    index: 2
  code:
    short: Diagnostic procedure
    binding: {strength: example, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/evaluation-procedure-1'}
    index: 3
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 4
  effective:
    choices: [effectiveDateTime, effectivePeriod]
    index: 6
  effectiveDateTime: {type: dateTime, choiceOf: effective, index: 7}
  effectivePeriod: {type: Period, choiceOf: effective, index: 8}
  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', 'http://hl7.org.au/fhir/StructureDefinition/au-pathologyresult']
    index: 9
package_version: 2.2.0-ballot2
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-diagnosticresult
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.2.0
required: [effectiveDateTime, effectivePeriod, subject, category, effective]