PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.core@0.1.0-draft
    http://hl7.org.au/fhir/core/StructureDefinition/au-core-documentreference
description: This profile sets minimum expectations for a DocumentReference resource to record, search, and fetch patient documents. It is based on the core FHIR [DocumentReference](http://hl7.org/fhir/R4/documentreference.html) resource and identifies the *additional* mandatory core elements, extensions, vocabularies and value sets that **SHALL** be present in the DocumentReference resource 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: AUCoreDocumentReference
type: DocumentReference
elements:
  description: {mustSupport: true, index: 10}
  category: {mustSupport: true, index: 4}
  date: {mustSupport: true, index: 6}
  docStatus: {mustSupport: true, index: 2}
  content:
    mustSupport: true
    index: 11
    elements:
      attachment: {mustSupport: true, index: 12}
      format: {mustSupport: true, index: 13}
  type: {mustSupport: true, index: 3}
  author:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-device-system', '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-practitionerrole', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-relatedperson']
    index: 7
  custodian:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-organization']
    index: 9
  status: {mustSupport: true, index: 1}
  identifier: {mustSupport: true, index: 0}
  context:
    mustSupport: true
    index: 14
    elements:
      encounter:
        type: Reference
        mustSupport: true
        refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-encounter']
        index: 15
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient']
    index: 5
  authenticator:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-organization', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitionerrole']
    index: 8
package_version: 0.1.0-draft
class: profile
kind: resource
url: http://hl7.org.au/fhir/core/StructureDefinition/au-core-documentreference
base: http://hl7.org/fhir/StructureDefinition/DocumentReference
version: 0.1.0-draft
required: [author, identifier, subject, type, date, category]