PackagesCanonicalsLogsProblems
    Packages
    ca.infoway.io.erec@1.0.2-dft
    http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-DocumentReference
description: A reference to a document of any kind for any purpose. While the term “document” implies a more narrow focus, for this resource this \"document\" encompasses any serialized object with a mime-type, it includes formal patient-centric documents (CDA), clinical notes, scanned paper, non-patient specific documents like policy text, as well as a photo, video, or audio recording acquired or used in healthcare. The DocumentReference resource provides metadata about the document so that the document can be discovered and managed. The actual content may be inline base64 encoded data or provided by direct reference.
package_name: ca.infoway.io.erec
derivation: constraint
name: DocumentReference
type: DocumentReference
elements:
  identifier:
    mustSupport: true
    index: 0
    elements:
      system: {mustSupport: true, index: 1}
      value: {mustSupport: true, index: 2}
    required: [value, system]
  status:
    mustSupport: true
    pattern: {type: Code, value: current}
    index: 3
  type: {mustSupport: true, index: 4}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Patient']
    index: 5
    elements:
      reference: {mustSupport: true, index: 6}
      identifier:
        mustSupport: true
        index: 7
        elements:
          system: {mustSupport: true, index: 8}
          value: {mustSupport: true, index: 9}
        required: [value, system]
  date: {mustSupport: true, index: 10}
  author:
    type: Reference
    mustSupport: true
    refers: ['http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Practitioner', 'http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole']
    index: 11
    elements:
      reference: {mustSupport: true, index: 12}
      identifier:
        mustSupport: true
        index: 13
        elements:
          system: {mustSupport: true, index: 14}
          value: {mustSupport: true, index: 15}
        required: [value, system]
  content:
    mustSupport: true
    index: 16
    elements:
      attachment: {mustSupport: true, index: 17}
  context:
    mustSupport: true
    index: 18
    elements:
      related:
        type: Reference
        mustSupport: true
        refers: ['http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ServiceRequest']
        index: 19
        elements:
          reference: {mustSupport: true, index: 20}
          identifier:
            mustSupport: true
            index: 21
            elements:
              system: {mustSupport: true, index: 22}
              value: {mustSupport: true, index: 23}
            required: [value, system]
    required: [related]
package_version: 1.0.2-dft
class: profile
kind: resource
url: http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-DocumentReference
base: http://hl7.org/fhir/StructureDefinition/DocumentReference
version: 1.0.0
required: [context]