PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh.mha-pds@0.9.0-alpha-1.5
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-bundle
{
  "description": null,
  "_filename": "StructureDefinition-profile-bundlejson.json",
  "package_name": "ca.on.oh.mha-pds",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "Bundle",
  "mapping": [ {
    "name": "MHA PDS Mapping",
    "identity": "MHA-PDS-Mapping"
  } ],
  "abstract": false,
  "type": "Bundle",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "MHA Bundle Profile",
  "package_version": "0.9.0-alpha-1.5",
  "status": "draft",
  "id": "b39c8fa5-7af5-453c-ab61-22522e10de91",
  "kind": "resource",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-bundle",
  "version": null,
  "differential": {
    "element": [ {
      "id": "Bundle.meta",
      "min": 1,
      "path": "Bundle.meta",
      "mustSupport": true
    }, {
      "id": "Bundle.meta.lastUpdated",
      "min": 1,
      "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-mha-profile-bundle"
    }, {
      "id": "Bundle.identifier",
      "path": "Bundle.identifier",
      "mustSupport": true
    }, {
      "id": "Bundle.type",
      "path": "Bundle.type",
      "fixedCode": "collection",
      "mustSupport": true
    }, {
      "id": "Bundle.timestamp",
      "min": 1,
      "path": "Bundle.timestamp",
      "mustSupport": true
    }, {
      "id": "Bundle.entry",
      "path": "Bundle.entry",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "entry.resource",
          "type": "value"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Bundle.entry.fullUrl",
      "path": "Bundle.entry.fullUrl",
      "mustSupport": true
    }, {
      "id": "Bundle.entry.resource",
      "path": "Bundle.entry.resource",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:entryPatient",
      "max": "1",
      "min": 1,
      "path": "Bundle.entry",
      "sliceName": "entryPatient",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:entryPatient.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-patient" ]
      } ]
    }, {
      "id": "Bundle.entry:entryPatient.response",
      "path": "Bundle.entry.response",
      "definition": "Indicates the results of processing the corresponding 'request' entry in the batch or transaction being responded to or what the results of an operation where when returning history"
    }, {
      "id": "Bundle.entry:entryOrganization",
      "max": "1",
      "min": 1,
      "path": "Bundle.entry",
      "sliceName": "entryOrganization",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:entryOrganization.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-organization" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Bundle.entry:entryLocation",
      "min": 1,
      "path": "Bundle.entry",
      "sliceName": "entryLocation",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:entryLocation.resource",
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-location" ]
      } ]
    }, {
      "id": "Bundle.entry:entryServiceRequest",
      "max": "1",
      "path": "Bundle.entry",
      "sliceName": "entryServiceRequest",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:entryServiceRequest.resource",
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-servicerequest" ]
      } ]
    }, {
      "id": "Bundle.entry:entryEpisodeOfCare",
      "max": "1",
      "path": "Bundle.entry",
      "sliceName": "entryEpisodeOfCare",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:entryEpisodeOfCare.resource",
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-EpisodeOfCare" ]
      } ]
    }, {
      "id": "Bundle.entry:entryHealthCareService",
      "max": "1",
      "path": "Bundle.entry",
      "sliceName": "entryHealthCareService",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:entryHealthCareService.resource",
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-HealthcareService" ]
      } ]
    }, {
      "id": "Bundle.entry:entryAppointment",
      "path": "Bundle.entry",
      "sliceName": "entryAppointment",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:entryAppointment.resource",
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "https://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-Appointment" ]
      } ]
    }, {
      "id": "Bundle.entry:entryEncounter",
      "path": "Bundle.entry",
      "sliceName": "entryEncounter",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:entryEncounter.resource",
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-encounter" ]
      } ]
    }, {
      "id": "Bundle.entry:entryCondition",
      "path": "Bundle.entry",
      "sliceName": "entryCondition",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:entryCondition.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-condition" ]
      } ]
    }, {
      "id": "Bundle.entry:entryObservationSDOH",
      "path": "Bundle.entry",
      "sliceName": "entryObservationSDOH",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:entryObservationSDOH.resource",
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-profile-observation-sexual-orientation", "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-profile-observation-citizenship-status", "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-profile-observation-employment-status", "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-profile-observation-health-conditions", "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-profile-observation-legal-status", "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-profile-observation-level-of-education", "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-profile-observation-number-of-people-income-supports", "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-profile-observation-personal-income-source", "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-profile-observation-residence-type", "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-profile-observation-total-household-income" ]
      } ],
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}