PackagesCanonicalsLogsProblems
    Packages
    accdr.fhir.ig.pkg@0.9.0-alpha
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-document-Bundle
{
  "description": null,
  "_filename": "DocumentBundleProfile.json",
  "package_name": "accdr.fhir.ig.pkg",
  "date": "2023-10-20T13:32:25.1090966+00:00",
  "derivation": "constraint",
  "meta": {
    "lastUpdated": "2023-10-20T13:30:10.0680108+00:00"
  },
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "DocumentBundle",
  "mapping": [ {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/v3/cda",
    "name": "CDA (R2)",
    "identity": "cda"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  } ],
  "abstract": false,
  "type": "Bundle",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "0.9.0-alpha",
  "status": "draft",
  "id": "d9dd9ec9-3530-4d8e-a23a-1a3ade13d28c",
  "kind": "resource",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-document-Bundle",
  "version": null,
  "differential": {
    "element": [ {
      "id": "Bundle.meta",
      "min": 1,
      "path": "Bundle.meta",
      "mustSupport": true
    }, {
      "id": "Bundle.meta.versionId",
      "path": "Bundle.meta.versionId",
      "mustSupport": true,
      "requirements": "This SHALL be populated for vRead."
    }, {
      "id": "Bundle.meta.lastUpdated",
      "path": "Bundle.meta.lastUpdated",
      "mustSupport": true
    }, {
      "id": "Bundle.meta.profile",
      "min": 1,
      "path": "Bundle.meta.profile",
      "mustSupport": true,
      "fixedCanonical": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-document-Bundle"
    }, {
      "id": "Bundle.identifier",
      "min": 1,
      "path": "Bundle.identifier",
      "comment": "globally unique for this instance of the document, and is never re-used",
      "mustSupport": true
    }, {
      "id": "Bundle.type",
      "path": "Bundle.type",
      "fixedCode": "document",
      "mustSupport": true
    }, {
      "id": "Bundle.timestamp",
      "min": 1,
      "path": "Bundle.timestamp",
      "mustSupport": true
    }, {
      "id": "Bundle.entry",
      "min": 1,
      "path": "Bundle.entry",
      "comment": "There could be other resources in the bundle such as organization, location, etc.",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "resource.meta.profile",
          "type": "value"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Bundle.entry:entry-composition",
      "max": "1",
      "min": 1,
      "path": "Bundle.entry",
      "short": "Composition resource that contains document content",
      "sliceName": "entry-composition",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:entry-composition.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Composition" ]
      } ]
    }, {
      "path": "Bundle.entry",
      "min": 1,
      "definition": "If encounter is provided, this resource will be referenced in the composition encounter section.",
      "short": "Encounter entry in the document",
      "mustSupport": true,
      "sliceName": "entry-encounter",
      "max": "1",
      "id": "Bundle.entry:entry-encounter",
      "comment": "contains patient's encounter information that should be part of documents such as discharge summary."
    }, {
      "id": "Bundle.entry:entry-encounter.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Encounter" ]
      } ]
    }, {
      "id": "Bundle.entry:entry-patient",
      "max": "1",
      "min": 1,
      "path": "Bundle.entry",
      "short": "Patient resource in the bundle",
      "sliceName": "entry-patient",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:entry-patient.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Patient" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Bundle.entry:entry-practitioner",
      "min": 1,
      "path": "Bundle.entry",
      "short": "Details of practitioners involved in the patient care",
      "sliceName": "entry-practitioner",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:entry-practitioner.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Practitioner" ]
      } ]
    }, {
      "id": "Bundle.entry:entry-practitionerRole",
      "path": "Bundle.entry",
      "sliceName": "entry-practitionerRole",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:entry-practitionerRole.resource",
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-PractitionerRole" ]
      } ]
    }, {
      "id": "Bundle.entry:entry-organization",
      "max": "1",
      "min": 1,
      "path": "Bundle.entry",
      "sliceName": "entry-organization",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:entry-organization.resource",
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Organization" ]
      } ]
    }, {
      "id": "Bundle.entry:entry-location",
      "max": "1",
      "path": "Bundle.entry",
      "sliceName": "entry-location",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:entry-location.resource",
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Location" ]
      } ]
    }, {
      "id": "Bundle.entry:entry-binary",
      "path": "Bundle.entry",
      "sliceName": "entry-binary",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:entry-binary.resource",
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Binary" ]
      } ],
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}