PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.ereq@0.4.0-preview
    http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-clinicalcontext-documentreference
description: This profile sets minimum expectations for representing Clinical Context using a DocumentReference resource to record, search, and fetch clinical context narrative information that provides an overview of the individual's current clinical situation assocated with a requested service. Clinical context is intended to describe the broader clinical background or circumstances relating to the request, supporting the service provider in making informed decisions about service delivery.  It is based on the [DocumentReference](https://hl7.org/fhir/R4/documentreference.html) and identifies the additional constraints, extensions, vocabularies and value sets that **SHALL** be present in the DocumentReference when conforming to this profile.
package_name: hl7.fhir.au.ereq
derivation: constraint
name: AUeRequestingClinicalContextDocumentReference
type: DocumentReference
elements:
  status: {mustSupport: true, index: 0}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient']
    index: 1
  content:
    mustSupport: true
    index: 2
    elements:
      attachment:
        mustSupport: true
        index: 3
        elements:
          contentType:
            pattern: {type: code, value: text/plain}
            mustSupport: true
            type: code
            index: 4
          data: {mustSupport: true, index: 5}
        required: [contentType, data]
package_version: 0.4.0-preview
class: profile
kind: resource
url: http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-clinicalcontext-documentreference
base: http://hl7.org/fhir/StructureDefinition/DocumentReference
version: 0.4.0-preview
required: [subject]