PackagesCanonicalsLogsProblems
    Packages
    medcom.fhir.dk.document@1.0.1
    http://medcomfhir.dk/ig/document/StructureDefinition/medcom-document-bundle
description: The Bundle profile for a document
package_name: medcom.fhir.dk.document
derivation: constraint
name: MedComDocumentBundle
type: Bundle
elements:
  id: {mustSupport: true, index: 0}
  identifier: {mustSupport: true, index: 1}
  type:
    short: Always a document
    mustSupport: true
    pattern: {type: code, value: document}
    type: code
    index: 2
  timestamp: {mustSupport: true, index: 3}
  entry:
    mustSupport: true
    index: 4
    elements:
      fullUrl: {mustSupport: true, index: 5}
      resource: {mustSupport: true, index: 6}
    required: [fullUrl, resource]
package_version: 1.0.1
class: profile
kind: resource
url: http://medcomfhir.dk/ig/document/StructureDefinition/medcom-document-bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 1.0.1
required: [entry, id, identifier, timestamp]