FHIR IG Statistics: StructureDefinition/ca-on-ps-profile-bundle
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "ca-on-ps-profile-bundle",
"url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-bundle",
"version": "0.10.0",
"name": "BundlePSON",
"title": "Bundle (PS-ON)",
"status": "active",
"date": "2022-10-15T12:00:00+00:00",
"publisher": "Ontario Health",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Bundle",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Bundle",
"path": "Bundle",
"short": "Bundle Profile",
"definition": "The Bundle Profile is based upon the core FHIR Bundle Resource"
},
{
"id": "Bundle.id",
"path": "Bundle.id",
"definition": "Logical id of this artifact"
},
{
"id": "Bundle.meta",
"path": "Bundle.meta",
"min": 1,
"mustSupport": true
},
{
"id": "Bundle.meta.versionId",
"path": "Bundle.meta.versionId",
"mustSupport": true
},
{
"id": "Bundle.meta.lastUpdated",
"path": "Bundle.meta.lastUpdated",
"mustSupport": true
},
{
"id": "Bundle.meta.profile",
"path": "Bundle.meta.profile",
"min": 1,
"mustSupport": true
},
{
"id": "Bundle.identifier",
"path": "Bundle.identifier",
"min": 1,
"mustSupport": true
},
{
"id": "Bundle.type",
"path": "Bundle.type",
"fixedCode": "document",
"mustSupport": true
},
{
"id": "Bundle.timestamp",
"path": "Bundle.timestamp",
"min": 1,
"mustSupport": true
},
{
"id": "Bundle.entry",
"path": "Bundle.entry",
"slicing": {
"discriminator": [
{
"type": "profile",
"path": "resource"
}
],
"rules": "open"
},
"short": "Entry resource in the patient summary bundle",
"definition": "An entry resource included in the patient summary bundle resource.",
"comment": "Must contain at a minimum the IPS Composition as the first entry.",
"min": 1,
"mustSupport": true
},
{
"id": "Bundle.entry.fullUrl",
"path": "Bundle.entry.fullUrl",
"min": 1,
"mustSupport": true
},
{
"id": "Bundle.entry.search",
"path": "Bundle.entry.search",
"max": "0"
},
{
"id": "Bundle.entry.request",
"path": "Bundle.entry.request",
"max": "0"
},
{
"id": "Bundle.entry.response",
"path": "Bundle.entry.response",
"max": "0"
},
{
"id": "Bundle.entry:composition",
"path": "Bundle.entry",
"sliceName": "composition",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "Bundle.entry:composition.resource",
"path": "Bundle.entry.resource",
"min": 1,
"type": [
{
"code": "Composition",
"profile": [
"http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-composition"
]
}
],
"mustSupport": true
}
]
}
}