{
"description": null,
"_filename": "SearchResultBundleProfile.json",
"package_name": "accdr.fhir.ig.pkg",
"date": "2023-02-24T18:18:14.1120422+00:00",
"derivation": "constraint",
"meta": {
"lastUpdated": "2023-02-24T18:13:20.525496+00:00"
},
"publisher": null,
"fhirVersion": "4.0.1",
"name": "SearchResultBundle",
"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-0.9.4",
"status": "draft",
"id": "5502bdf2-c8e3-47d8-9892-cecab4aa959d",
"kind": "resource",
"url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-searchset-Bundle",
"version": null,
"differential": {
"element": [ {
"id": "Bundle",
"path": "Bundle",
"comment": "In this implementation, this bundle will be a searchset. If it is not blank, this will be either a collection of Encounters from Search Encounter interaction or DocumentReference from Search Document interaction.",
"definition": "A container for a collection of resources."
}, {
"id": "Bundle.meta",
"min": 1,
"path": "Bundle.meta",
"mustSupport": true
}, {
"id": "Bundle.meta.profile",
"max": "1",
"min": 1,
"path": "Bundle.meta.profile",
"mustSupport": true
}, {
"id": "Bundle.type",
"path": "Bundle.type",
"fixedCode": "searchset",
"mustSupport": true
}, {
"id": "Bundle.total",
"min": 1,
"path": "Bundle.total"
}, {
"id": "Bundle.link",
"path": "Bundle.link",
"mustSupport": true
}, {
"id": "Bundle.entry",
"path": "Bundle.entry",
"mustSupport": true
}, {
"id": "Bundle.entry.resource",
"path": "Bundle.entry.resource",
"type": [ {
"code": "Resource",
"profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-DocumentReference" ]
} ],
"definition": "An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient.\r\n\r\nIn this implementation, this will either be an Encounter from Search Enounter interaction or DocumentReference from Search Documents interaction.",
"mustSupport": true
}, {
"id": "Bundle.entry.resource.type.coding",
"min": 1,
"path": "Bundle.entry.resource.type.coding",
"slicing": {
"rules": "open",
"discriminator": [ {
"path": "system",
"type": "value"
} ]
}
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}