PackagesCanonicalsLogsProblems
    Packages
    telus.dw.emr.extract@1.0.0
    https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwBundle
{
  "description": null,
  "_filename": "DwBundle.StructureDefinition.json",
  "package_name": "telus.dw.emr.extract",
  "date": "2024-05-03T22:11:40.4165223+00:00",
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "DwBundle",
  "abstract": false,
  "type": "Bundle",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "1.0.0",
  "status": "draft",
  "id": "900afdc6-b88b-409e-9c09-e3835ae3f18c",
  "kind": "resource",
  "url": "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwBundle",
  "version": null,
  "differential": {
    "element": [ {
      "id": "Bundle.id",
      "min": 1,
      "path": "Bundle.id",
      "mustSupport": true
    }, {
      "id": "Bundle.meta",
      "path": "Bundle.meta"
    }, {
      "id": "Bundle.meta.lastUpdated",
      "min": 1,
      "path": "Bundle.meta.lastUpdated"
    }, {
      "id": "Bundle.meta.source",
      "min": 1,
      "path": "Bundle.meta.source"
    }, {
      "id": "Bundle.identifier",
      "min": 1,
      "path": "Bundle.identifier",
      "mustSupport": true
    }, {
      "id": "Bundle.type",
      "path": "Bundle.type",
      "comment": "Usage Note: bundle type will be set as follows;\r\nWhen patient summary then type = document \r\nWhen data extract then type = batch\r\n\r\nIt's possible to use a bundle for other purposes (e.g. a document can be accepted as a transaction). This is primarily defined so that there can be specific rules for some of the bundle types.\r\n\r\nAsync data extracts to be sent as batch bundles.",
      "mustSupport": true
    }, {
      "id": "Bundle.timestamp",
      "path": "Bundle.timestamp",
      "comment": "For many bundles, the timestamp is equal to .meta.lastUpdated, because they are not stored (e.g. search results). When a bundle is placed in a persistent store, .meta.lastUpdated will be usually be changed by the server. When the bundle is a message, a middleware agent altering the message (even if not stored) SHOULD update .meta.lastUpdated. .timestamp is used to track the original time of the Bundle, and SHOULD be populated.  \n\nUsage:\n\n* document : the date the document was created. Note: the composition may predate the document, or be associated with multiple documents. The date of the composition - the authoring time - may be earlier than the document assembly time\n* message : the date that the content of the message was assembled. This date is not changed by middleware engines unless they add additional data that changes the meaning of the time of the message\n* history : the date that the history was assembled. This time would be used as the _since time to ask for subsequent updates\n* searchset : the time that the search set was assembled. Note that different pages MAY have different timestamps but need not. Having different timestamps does not imply that subsequent pages will represent or include changes made since the initial query\n* transaction | transaction-response | batch | batch-response | collection : no particular assigned meaning\n\nThe timestamp value should be greater than the lastUpdated and other timestamps in the resources in the bundle, and it should be equal or earlier than the .meta.lastUpdated on the Bundle itself.\r\n\r\nTimestamps must be in UTC",
      "mustSupport": true
    }, {
      "id": "Bundle.entry",
      "min": 1,
      "path": "Bundle.entry",
      "mustSupport": true
    }, {
      "id": "Bundle.entry.id",
      "min": 1,
      "path": "Bundle.entry.id",
      "comment": "Unique identifier for the bundle entry -- bundle.id + resource.id"
    }, {
      "id": "Bundle.entry.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "comment": "Usage note:  when type = batch then provide resources, when type = document then provide composition",
      "mustSupport": true
    }, {
      "id": "Bundle.entry.request.method",
      "path": "Bundle.entry.request.method",
      "mustSupport": false
    }, {
      "id": "Bundle.entry.request.url",
      "path": "Bundle.entry.request.url",
      "mustSupport": false
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}