PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.core@0.2.2-preview
    http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult
description: This profile sets minimum expectations for an Observation resource to record, search, and fetch diagnostic results associated with a patient. It is based on the [AU Base Diagnostic Result](http://build.fhir.org/ig/hl7au/au-fhir-base/StructureDefinition-au-diagnosticresult.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: AUCoreDiagnosticResult
type: Observation
elements:
  category: {mustSupport: true, index: 2}
  referenceRange:
    mustSupport: true
    index: 15
    elements:
      low: {mustSupport: true, index: 16}
      high: {mustSupport: true, index: 17}
      type: {mustSupport: true, index: 18}
      text: {mustSupport: true, index: 19}
  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', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult-imag', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult-path']
    index: 20
    elements:
      reference: {index: 21}
    required: [reference]
  interpretation: {mustSupport: true, index: 11}
  method: {mustSupport: true, index: 14}
  value:
    mustSupport: true
    choices: []
    index: 9
  component:
    constraint:
      au-core-obs-06: {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', severity: error, expression: value.exists() or dataAbsentReason.exists()}
    mustSupport: true
    index: 22
    elements:
      code: {mustSupport: true, index: 23}
      value:
        mustSupport: true
        choices: []
        index: 25
      dataAbsentReason: {mustSupport: true, index: 26}
  note: {mustSupport: true, index: 12}
  status:
    short: preliminary | final | amended +
    binding: {strength: required, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/observationstatus-result-available-1'}
    mustSupport: true
    index: 1
  effective:
    constraint:
      au-core-obs-01: {human: Date shall be at least to day, source: 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult', severity: error, expression: $this is DateTime implies $this.toString().length() >= 10}
    mustSupport: true
    choices: []
    index: 6
  code: {mustSupport: true, index: 3}
  identifier: {mustSupport: true, index: 0}
  bodySite:
    binding: {strength: extensible, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/body-site-1'}
    constraint:
      au-core-obs-04: {human: 'If a coded body site is provided, at least one code shall be from SNOMED CT', source: 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult', severity: error, expression: 'coding.exists() implies coding.where(system=''http://snomed.info/sct'').exists()'}
    mustSupport: true
    index: 13
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient']
    index: 4
  performer:
    type: Reference
    mustSupport: true
    refers: ['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', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-relatedperson']
    index: 7
  dataAbsentReason: {mustSupport: true, index: 10}
package_version: 0.2.2-preview
class: profile
kind: resource
url: http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 0.2.2-preview
required: [subject, category, effective]