PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.core@0.1.0-draft
    http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticreport
description: This profile sets minimum expectations for a DiagnosticReport resource to record, search, and fetch diagnostic reports associated with a patient. It is based on the [AU Base Diagnostic Report](http://build.fhir.org/ig/hl7au/au-fhir-base/StructureDefinition-au-diagnosticreport.html) profile and identifies the *additional* mandatory core elements, extensions, vocabularies and value sets that **SHALL** be present in the DiagnosticReport 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: AUCoreDiagnosticReport
type: DiagnosticReport
elements:
  category:
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/diagnostic-service-sections'}
    mustSupport: true
    index: 3
  conclusionCode: {mustSupport: true, index: 15}
  conclusion: {mustSupport: true, index: 14}
  status:
    short: partial | preliminary | final +
    binding: {strength: required, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/diagnosticreportstatus-report-available-1'}
    mustSupport: true
    index: 2
  result:
    type: Reference
    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: 10
    elements:
      reference: {index: 11}
    required: [reference]
  effective:
    constraint:
      au-core-dir-04: {human: Date shall be at least to day, source: 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticreport', severity: error, expression: $this is DateTime implies $this.toString().length() >= 10}
    mustSupport: true
    choices: []
    index: 7
  code: {short: Diagnostic examination name / study name / group name, mustSupport: true, index: 4}
  identifier: {mustSupport: true, index: 0}
  issued: {short: Diagnostic report date time, mustSupport: true, index: 8}
  presentedForm: {mustSupport: true, index: 16}
  basedOn:
    type: Reference
    short: Diagnostic investigation order
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-servicerequest']
    index: 1
  media:
    mustSupport: true
    index: 12
    elements:
      link: {mustSupport: true, index: 13}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient']
    index: 5
  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-practitioner', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitionerrole']
    index: 9
package_version: 0.1.0-draft
class: profile
kind: resource
url: http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticreport
base: http://hl7.org.au/fhir/StructureDefinition/au-diagnosticreport
version: 0.1.0-draft
required: [issued, identifier, subject, category, effective, performer]