Package | fhir.ca-bc.provider |
Resource Type | OperationDefinition |
Id | bc-distribution |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=fhir.ca-bc.provider@1.0.1&canonical=http://hlth.gov.bc.ca/fhir/provider/OperationDefinition/bc-distribution |
URL | http://hlth.gov.bc.ca/fhir/provider/OperationDefinition/bc-distribution |
Version | 1.0.0 |
Status | draft |
Date | 2025-02-28T00:26:03+00:00 |
Name | Distribution |
Title | PLR entities sent out in a distribution. |
Realm | us |
Authority | hl7 |
Description | This operation is used to distribute the resources that represent a Provider or Facility. |
Type | false |
Kind | operation |
CapabilityStatement | |
bc-plr-client-capability-statement | BC PLR Client Capability Statement |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition bc-distribution
URL: [base]/$distribution
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | messageId | 1..1 | string | A unique message ID. | ||
IN | messageTime | 1..1 | dateTime | When the message was sent. | ||
IN | distribution | 1..1 | Bundle | A BC Practitioner Bundle, or BC Organization Bundle or a BC Location Bundle with the latest Provider/Facility data. |
{ "resourceType": "OperationDefinition", "id": "bc-distribution", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "url": "http://hlth.gov.bc.ca/fhir/provider/OperationDefinition/bc-distribution", "version": "1.0.0", "name": "Distribution", "title": "PLR entities sent out in a distribution.", "status": "draft", "kind": "operation", "date": "2025-02-28T00:26:03+00:00", "publisher": "BC Ministry of Health", "contact": [ { "name": "BC Ministry of Health", "telecom": [ { "system": "url", "value": "https://www2.gov.bc.ca/gov/content/governments/organizational-structure/ministries-organizations/ministries/health" } ] } ], "description": "This operation is used to distribute the resources that represent a Provider or Facility.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "CA", "display": "Canada" } ] } ], "code": "distribution", "resource": [ "Bundle" ], "system": true, "type": false, "instance": false, "parameter": [ { "name": "messageId", "use": "in", "min": 1, "max": "1", "documentation": "A unique message ID.", "type": "string" }, { "name": "messageTime", "use": "in", "min": 1, "max": "1", "documentation": "When the message was sent.", "type": "dateTime" }, { "name": "distribution", "use": "in", "min": 1, "max": "1", "documentation": "A [BC Practitioner Bundle](StructureDefinition-bc-practitioner-bundle.html), or [BC Organization Bundle](StructureDefinition-bc-organization-bundle.html) or a [BC Location Bundle](StructureDefinition-bc-location-bundle.html) with the latest Provider/Facility data.", "type": "Bundle" } ] }