PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.core@1.0.0-preview
    http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult-path
description: This profile sets minimum expectations for an Observation resource to record, search, and fetch pathology results associated with a patient. It is based on the [AU Base Pathology Result](http://build.fhir.org/ig/hl7au/au-fhir-base/StructureDefinition-au-pathologyresult.html) profile and identifies the *additional* mandatory core elements, extensions, vocabularies and value sets that **SHALL** be present in the Observation when conforming to this profile. It provides the floor for standards development for specific uses cases in an Australian context.
package_name: hl7.fhir.au.core
derivation: constraint
name: AUCorePathologyResult
type: Observation
elements:
  category: {mustSupport: true, index: 1}
  referenceRange:
    mustSupport: true
    index: 12
    elements:
      low: {mustSupport: true, index: 13}
      high: {mustSupport: true, index: 14}
      type: {mustSupport: true, index: 15}
      text: {mustSupport: true, index: 16}
  hasMember:
    type: Reference
    short: Individual observations in a group, study, or panel
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult-path']
    index: 17
  interpretation: {mustSupport: true, index: 10}
  specimen: {mustSupport: true, index: 11}
  value:
    mustSupport: true
    choices: []
    index: 8
  component:
    constraint:
      au-core-obs-03: {human: The component shall at least have a value or a data absent reason, source: 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult-path', severity: error, expression: value.exists() or dataAbsentReason.exists()}
    mustSupport: true
    index: 18
    elements:
      code:
        binding: {strength: extensible, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/spia-pathology-reporting-1'}
        mustSupport: true
        index: 19
      value:
        mustSupport: true
        choices: []
        index: 21
      dataAbsentReason: {mustSupport: true, index: 22}
  status: {short: preliminary | final | amended +, mustSupport: true, index: 0}
  effective:
    short: Time of specimen collection
    constraint:
      au-core-obs-01: {human: 'Date shall be at least to day or, if not available, the Data Absent Reason extension shall be present', source: 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult-path', severity: error, expression: '(($this is dateTime implies $this.toString().length() >= 10) and extension(''http://hl7.org/fhir/StructureDefinition/data-absent-reason'').value.exists().not()) xor ($this is dateTime implies ($this.hasValue().not() and extension(''http://hl7.org/fhir/StructureDefinition/data-absent-reason'').value.exists()))'}
    mustSupport: true
    choices: []
    index: 5
  code:
    binding: {strength: extensible, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/spia-pathology-reporting-1'}
    mustSupport: true
    index: 2
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient']
    index: 3
  performer:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/StructureDefinition/au-relatedperson', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-organization', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitioner', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitionerrole']
    index: 6
  dataAbsentReason: {mustSupport: true, index: 9}
package_version: 1.0.0-preview
class: profile
kind: resource
url: http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult-path
base: http://hl7.org.au/fhir/StructureDefinition/au-pathologyresult
version: 1.0.0-preview