Package | fhir.ca-bc.provider |
Resource Type | CapabilityStatement |
Id | bc-plr-client-capability-statement |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=fhir.ca-bc.provider@1.0.1&canonical=http://hlth.gov.bc.ca/fhir/provider/CapabilityStatement/bc-plr-client-capability-statement |
URL | http://hlth.gov.bc.ca/fhir/provider/CapabilityStatement/bc-plr-client-capability-statement |
Version | 1.0.0 |
Status | draft |
Date | 2024-03-20 |
Name | BCPLRClientCapabilityStatement |
Title | BC PLR Client Capability Statement |
Realm | us |
Authority | hl7 |
Description | This capability statement describes the use case that is supported by the BC FHIR implementation of PLR. * Distributions - used when PLR is communicating a change in a single Practitioner, Organization, or Location |
Kind | requirements |
No resources found
OperationDefinition | |
bc-distribution | PLR entities sent out in a distribution. |
StructureDefinition | |
bc-location-bundle | BCLocationBundle |
bc-organization-bundle | BCOrganizationBundle |
bc-practitioner-bundle | BCPractitionerBundle |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement bc-plr-client-capability-statement
json
Note to Implementers: FHIR Capabilities
Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.
client
The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include
_revinclude
Resource Type | Profile | R | S | U | C | Searches | _include | _revinclude | Operations |
---|---|---|---|---|---|---|---|---|---|
Bundle | Supported Profiles BCPractitionerBundle BCOrganizationBundle BCLocationBundle | y | $distribution |
create
Client applications shall support the three different types of Distributions.
Conformance | Operation | Documentation |
---|---|---|
SHALL | $distribution |
{ "resourceType": "CapabilityStatement", "id": "bc-plr-client-capability-statement", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "http://hlth.gov.bc.ca/fhir/provider/CapabilityStatement/bc-plr-client-capability-statement", "version": "1.0.0", "name": "BCPLRClientCapabilityStatement", "title": "BC PLR Client Capability Statement", "status": "draft", "date": "2024-03-20", "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 capability statement describes the use case that is supported by the BC FHIR implementation of PLR.\n* Distributions - used when PLR is communicating a change in a single Practitioner, Organization, or Location", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "CA", "display": "Canada" } ] } ], "kind": "requirements", "fhirVersion": "4.0.1", "format": [ "json" ], "_format": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ] } ], "rest": [ { "mode": "client", "resource": [ { "type": "Bundle", "supportedProfile": [ "http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-practitioner-bundle", "http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-organization-bundle", "http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-location-bundle" ], "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "create", "documentation": "Client applications shall support the three different types of Distributions." } ], "operation": [ { "name": "distribution", "definition": "http://hlth.gov.bc.ca/fhir/provider/OperationDefinition/bc-distribution" } ] } ] } ] }