{
"description": "Defines the Bundle resource returned in the Location Search response and Location Match response",
"_filename": "BundleLocationMatchResponse.json",
"package_name": "ca.on.phsd.r4",
"date": "2024-03-06T15:47:38.7603239+00:00",
"derivation": "constraint",
"meta": {
"lastUpdated": "2024-07-26T20:47:26.5484838+00:00"
},
"publisher": null,
"fhirVersion": "4.0.1",
"name": "BundleLocationMatchResponse",
"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": "PHSD Bundle Location Match Response",
"package_version": "alpha-0.1.1",
"status": "draft",
"id": "51e28429-4dbb-4cad-a9b9-c80a6f0755e0",
"kind": "resource",
"url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-location-response-profile-Bundle",
"version": "1.0.0",
"differential": {
"element": [ {
"id": "Bundle",
"path": "Bundle",
"mustSupport": true
}, {
"id": "Bundle.id",
"path": "Bundle.id",
"mustSupport": true
}, {
"id": "Bundle.meta",
"min": 1,
"path": "Bundle.meta"
}, {
"id": "Bundle.meta.profile",
"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",
"mustSupport": true
}, {
"id": "Bundle.link",
"min": 1,
"path": "Bundle.link",
"slicing": {
"rules": "open",
"discriminator": [ {
"path": "relation",
"type": "value"
} ]
}
}, {
"id": "Bundle.link:self",
"max": "1",
"min": 1,
"path": "Bundle.link",
"sliceName": "self"
}, {
"id": "Bundle.link:self.relation",
"path": "Bundle.link.relation",
"fixedString": "self"
}, {
"id": "Bundle.entry",
"path": "Bundle.entry",
"slicing": {
"rules": "open",
"discriminator": [ {
"path": "search.mode",
"type": "value"
} ]
}
}, {
"id": "Bundle.entry:entry-Result",
"path": "Bundle.entry",
"sliceName": "entry-Result",
"mustSupport": true
}, {
"id": "Bundle.entry:entry-Result.fullUrl",
"path": "Bundle.entry.fullUrl",
"mustSupport": true
}, {
"id": "Bundle.entry:entry-Result.resource",
"min": 1,
"path": "Bundle.entry.resource",
"type": [ {
"code": "Resource",
"profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-location-response-profile-Location" ]
} ]
}, {
"id": "Bundle.entry:entry-Result.search",
"min": 1,
"path": "Bundle.entry.search",
"mustSupport": true
}, {
"id": "Bundle.entry:entry-Result.search.mode",
"min": 1,
"path": "Bundle.entry.search.mode",
"fixedCode": "match",
"mustSupport": true
}, {
"id": "Bundle.entry:entry-Result.search.score",
"min": 1,
"path": "Bundle.entry.search.score",
"mustSupport": true
}, {
"id": "Bundle.entry:entry-warning",
"max": "1",
"path": "Bundle.entry",
"sliceName": "entry-warning",
"mustSupport": true
}, {
"id": "Bundle.entry:entry-warning.fullUrl",
"path": "Bundle.entry.fullUrl",
"mustSupport": true
}, {
"id": "Bundle.entry:entry-warning.resource",
"min": 1,
"path": "Bundle.entry.resource",
"type": [ {
"code": "Resource",
"profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-profile-OperationOutcome" ]
} ]
}, {
"id": "Bundle.entry:entry-warning.search",
"min": 1,
"path": "Bundle.entry.search",
"mustSupport": true
}, {
"id": "Bundle.entry:entry-warning.search.mode",
"min": 1,
"path": "Bundle.entry.search.mode",
"fixedCode": "outcome"
}, {
"id": "Bundle.entry:entry-warning.search.score",
"max": "0",
"path": "Bundle.entry.search.score"
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}