PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.ps@0.5.0-preview
    http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-diagnosticresult-path
description: This profile sets minimum expectations for an Observation resource that represents a pathology result associated with a patient in the context of a patient summary in an Australian context. It is based on the [AU Core Pathology Result Observation](https://build.fhir.org/ig/hl7au/au-fhir-core/StructureDefinition-au-core-diagnosticresult-path.html) profile, and applies the additional requirements from [Observation Results - Laboratory/Pathology (IPS)](https://build.fhir.org/ig/HL7/fhir-ips/StructureDefinition-Observation-results-laboratory-pathology-uv-ips.html).
package_name: hl7.fhir.au.ps
derivation: constraint
name: AUPSPathologyResult
type: Observation
elements:
  category:
    type: CodeableConcept
    index: 1
    slicing:
      slices:
        lab:
          match: {}
          schema: {type: CodeableConcept, index: 2}
        specificDiscipline:
          match: {}
          schema: {type: CodeableConcept, index: 3}
  referenceRange:
    index: 20
    elements:
      low: {index: 21}
      high: {index: 22}
      type: {type: CodeableConcept, index: 23}
      text: {index: 24}
  hasMember:
    type: Reference
    refers: ['http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-diagnosticresult-path']
    index: 25
  interpretation: {type: CodeableConcept, index: 18}
  specimen: {index: 19}
  value:
    choices: []
    index: 13
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        valueCodeableConcept:
          match: {}
          schema:
            choices: [valueCodeableConcept]
            index: 15
  component:
    index: 26
    elements:
      valueTime: {type: time, choiceOf: value, index: 38}
      valueQuantity: {type: Quantity, choiceOf: value, index: 30}
      value:
        choices: [valueQuantity, valueCodeableConcept, valueString, valueBoolean, valueInteger, valueRange, valueRatio, valueSampledData, valueTime, valueDateTime, valuePeriod]
        index: 29
      valueString: {type: string, choiceOf: value, index: 32}
      valueRatio: {type: Ratio, choiceOf: value, index: 36}
      valueBoolean: {type: boolean, choiceOf: value, index: 33}
      valueDateTime: {type: dateTime, choiceOf: value, index: 39}
      valueSampledData: {type: SampledData, choiceOf: value, index: 37}
      code: {type: CodeableConcept, index: 27}
      valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 31}
      valuePeriod: {type: Period, choiceOf: value, index: 40}
      valueRange: {type: Range, choiceOf: value, index: 35}
      valueInteger: {type: integer, choiceOf: value, index: 34}
      dataAbsentReason: {type: CodeableConcept, index: 41}
  effectiveDateTime: {type: dateTime, choiceOf: effective, index: 9}
  status:
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-status-uv-ips'}
    index: 0
  effective:
    choices: [effectiveDateTime, effectivePeriod]
    index: 8
  code: {type: CodeableConcept, index: 4}
  valueCodeableConcept:
    type: CodeableConcept
    choiceOf: value
    index: 16
    slicing:
      slices:
        valueCodeableConcept:
          match: {}
          schema: {type: CodeableConcept, choiceOf: value, index: 16}
  subject:
    type: Reference
    refers: ['http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-patient']
    index: 5
    elements:
      reference: {mustSupport: true, index: 6}
    required: [reference]
  performer:
    type: Reference
    refers: ['http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-organization', 'http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-patient', 'http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-practitioner', 'http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-practitionerrole', 'http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-relatedperson']
    index: 11
  dataAbsentReason: {type: CodeableConcept, index: 17}
  effectivePeriod: {type: Period, choiceOf: effective, index: 10}
package_version: 0.5.0-preview
class: profile
kind: resource
url: http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-diagnosticresult-path
base: http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult-path
version: 0.5.0-preview
required: [performer]