Package | PCR.R4.1-1-0-pkg |
Type | StructureDefinition |
Id | pcr-bundle-response |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=PCR.R4.1-1-0-pkg@1.1.0&canonical=http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-profile-Bundle |
URL | http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-profile-Bundle |
Version | 2.0.0 |
Status | active |
Date | 2023-09-14T18:53:35.1536271+00:00 |
Name | PCRBundleResponse |
Title | PCR Bundle Response Profile |
Realm | ca |
Description | This is the bundle profile from PCR for Patient Search and EMPI Match oeprations. |
Type | Bundle |
Kind | resource |
No resources found
StructureDefinition | |
ca-on-pcr-profile-OperationOutcome | PCR OperationOutcome Profile |
ca-on-pcr-profile-Patient | PCR Patient Response Profile |
Note: links and images are rebased to the (stated) source
{ "resourceType": "StructureDefinition", "id": "pcr-bundle-response", "meta": { "lastUpdated": "2023-09-14T18:48:15.9514309+00:00" }, "text": { "status": "empty", "div": "<!-- snip (see above) -->" }, "url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-profile-Bundle", "version": "2.0.0", "name": "PCRBundleResponse", "title": "PCR Bundle Response Profile", "status": "active", "date": "2023-09-14T18:53:35.1536271+00:00", "description": "This is the bundle profile from PCR for Patient Search and EMPI Match oeprations.", "fhirVersion": "4.0.1", "kind": "resource", "abstract": false, "type": "Bundle", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle", "derivation": "constraint", "differential": { "element": [ { "id": "Bundle.id", "path": "Bundle.id", "short": "Logical id of this artifact, contains a random guid", "min": 1 }, { "id": "Bundle.meta", "path": "Bundle.meta", "min": 1, "mustSupport": true }, { "id": "Bundle.meta.profile", "path": "Bundle.meta.profile", "min": 1, "max": "1", "fixedCanonical": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-profile-Bundle|2.0.0", "mustSupport": true }, { "id": "Bundle.type", "path": "Bundle.type", "fixedCode": "searchset", "mustSupport": true }, { "id": "Bundle.total", "path": "Bundle.total", "min": 1, "mustSupport": true }, { "id": "Bundle.link", "path": "Bundle.link", "min": 1, "max": "1", "mustSupport": true }, { "id": "Bundle.link.relation", "path": "Bundle.link.relation", "fixedString": "self", "mustSupport": true }, { "id": "Bundle.link.url", "path": "Bundle.link.url", "mustSupport": true }, { "id": "Bundle.entry", "path": "Bundle.entry", "slicing": { "discriminator": [ { "type": "value", "path": "resource.meta.profile" } ], "rules": "open" }, "mustSupport": true }, { "id": "Bundle.entry.fullUrl", "path": "Bundle.entry.fullUrl", "mustSupport": true }, { "id": "Bundle.entry.resource", "path": "Bundle.entry.resource", "min": 1, "mustSupport": true }, { "id": "Bundle.entry.search", "path": "Bundle.entry.search", "min": 1, "mustSupport": true }, { "id": "Bundle.entry.search.extension", "path": "Bundle.entry.search.extension", "slicing": { "discriminator": [ { "type": "value", "path": "url" } ], "rules": "open" }, "min": 0 }, { "id": "Bundle.entry.search.extension:match-grade", "path": "Bundle.entry.search.extension", "sliceName": "match-grade", "min": 0, "type": [ { "code": "Extension", "profile": [ "http://hl7.org/fhir/StructureDefinition/match-grade" ] } ], "mustSupport": true }, { "id": "Bundle.entry.search.extension:match-grade.value[x]", "path": "Bundle.entry.search.extension.value[x]", "slicing": { "discriminator": [ { "type": "type", "path": "$this" } ], "rules": "open" } }, { "id": "Bundle.entry.search.extension:match-grade.value[x]:valueCode", "path": "Bundle.entry.search.extension.value[x]", "sliceName": "valueCode", "mustSupport": true }, { "id": "Bundle.entry.search.mode", "path": "Bundle.entry.search.mode", "min": 1, "mustSupport": true }, { "id": "Bundle.entry.search.score", "path": "Bundle.entry.search.score", "short": "Search ranking (between 0 and 1). For Patient Search Bundle, this is fixed \"1\"", "mustSupport": true }, { "id": "Bundle.entry:entry-patient", "path": "Bundle.entry", "sliceName": "entry-patient" }, { "id": "Bundle.entry:entry-patient.resource", "path": "Bundle.entry.resource", "type": [ { "code": "Patient", "profile": [ "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-profile-Patient" ] } ], "mustSupport": true }, { "id": "Bundle.entry:entry-patient.search", "path": "Bundle.entry.search", "min": 1, "mustSupport": true }, { "id": "Bundle.entry:entry-patient.search.extension", "path": "Bundle.entry.search.extension", "slicing": { "discriminator": [ { "type": "value", "path": "url" } ], "rules": "open" }, "min": 0 }, { "id": "Bundle.entry:entry-patient.search.extension:match-grade", "path": "Bundle.entry.search.extension", "sliceName": "match-grade", "min": 0, "type": [ { "code": "Extension", "profile": [ "http://hl7.org/fhir/StructureDefinition/match-grade" ] } ], "mustSupport": true }, { "id": "Bundle.entry:entry-patient.search.extension:match-grade.value[x]", "path": "Bundle.entry.search.extension.value[x]", "slicing": { "discriminator": [ { "type": "type", "path": "$this" } ], "rules": "open" } }, { "id": "Bundle.entry:entry-patient.search.extension:match-grade.value[x]:valueCode", "path": "Bundle.entry.search.extension.value[x]", "sliceName": "valueCode", "min": 1, "mustSupport": true }, { "id": "Bundle.entry:entry-patient.search.mode", "path": "Bundle.entry.search.mode", "min": 1, "mustSupport": true }, { "id": "Bundle.entry:entry-patient.search.score", "path": "Bundle.entry.search.score", "min": 1, "mustSupport": true }, { "id": "Bundle.entry:entry-operationoutcome", "path": "Bundle.entry", "sliceName": "entry-operationoutcome", "max": "1" }, { "id": "Bundle.entry:entry-operationoutcome.resource", "path": "Bundle.entry.resource", "type": [ { "code": "OperationOutcome", "profile": [ "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-profile-OperationOutcome" ] } ], "mustSupport": true }, { "id": "Bundle.entry:entry-operationoutcome.search", "path": "Bundle.entry.search", "min": 1, "mustSupport": true }, { "id": "Bundle.entry:entry-operationoutcome.search.mode", "path": "Bundle.entry.search.mode", "min": 1, "fixedCode": "outcome", "mustSupport": true } ] } }