PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.core@2.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 documents associated with a patient. It is based on the [DocumentReference](https://www.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:
  category: {mustSupport: true, index: 3}
  date: {mustSupport: true, index: 5}
  content:
    mustSupport: true
    index: 7
    elements:
      attachment:
        mustSupport: true
        index: 8
        elements:
          contentType: {mustSupport: true, index: 9}
          data: {mustSupport: true, index: 10}
          url: {mustSupport: true, index: 11}
  type:
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/c80-doc-typecodes'}
    mustSupport: true
    index: 2
  author:
    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', 'http://hl7.org/fhir/StructureDefinition/Device']
    index: 6
  status: {mustSupport: true, index: 1}
  identifier: {mustSupport: true, index: 0}
  context:
    mustSupport: true
    index: 12
    elements:
      period: {mustSupport: true, index: 13}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient']
    index: 4
package_version: 2.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: 2.1.0-draft
required: [subject, type]