PackagesCanonicalsLogsProblems
    Packages
    ndhm.in@5.0.0
    https://nrces.in/ndhm/fhir/r4/StructureDefinition/DocumentBundle
description: This profile sets minimum expectations for the DocumentBundle that includes all resources into a single instance with containing context to act as an exchangeable clinical document.
package_name: ndhm.in
derivation: constraint
name: DocumentBundle
type: Bundle
elements:
  meta:
    index: 0
    elements:
      versionId: {index: 1}
      security: {mustSupport: true, index: 2}
    required: [versionId]
  identifier:
    index: 3
    elements:
      system: {index: 4}
      value: {index: 5}
      assigner:
        type: Reference
        refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization']
        index: 6
    required: [value, system]
  type:
    pattern: {type: Code, value: document}
    index: 7
  timestamp: {index: 8}
package_version: 5.0.0
class: profile
kind: resource
url: https://nrces.in/ndhm/fhir/r4/StructureDefinition/DocumentBundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 5.0.0
required: [timestamp, identifier, meta]