FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/bc-plr-client-capability-statement

Packagefhir.ca-bc.provider
Resource TypeCapabilityStatement
Idbc-plr-client-capability-statement
FHIR VersionR4
Sourcehttps://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
URLhttp://hlth.gov.bc.ca/fhir/provider/CapabilityStatement/bc-plr-client-capability-statement
Version1.0.0
Statusdraft
Date2024-03-20
NameBCPLRClientCapabilityStatement
TitleBC PLR Client Capability Statement
Realmus
Authorityhl7
DescriptionThis 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
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

OperationDefinition
bc-distributionPLR entities sent out in a distribution.
StructureDefinition
bc-location-bundleBCLocationBundle
bc-organization-bundleBCOrganizationBundle
bc-practitioner-bundleBCPractitionerBundle

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CapabilityStatement bc-plr-client-capability-statement

BC PLR Client Capability Statement

  • Implementation Guide Version: 1.0.0
  • FHIR Version: 4.0.1
  • Supported Formats: SHALL support json
  • Supported Patch Formats:
  • Published on: 2024-03-20
  • Published by: BC Ministry of Health

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.

FHIR RESTful Capabilities

Mode: client

Summary of System-wide Interactions

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)
Resource TypeProfileRSUCSearches_include_revincludeOperations
BundleSupported Profiles
  BCPractitionerBundle
  BCOrganizationBundle
  BCLocationBundle
y$distribution

Resource Conformance: SHALL Bundle

Core FHIR Resource
Bundle
Reference Policy
Interaction summary
  • SHALL support
    create

    Client applications shall support the three different types of Distributions.

Extended Operations
ConformanceOperationDocumentation
SHALL$distribution

Source

{
  "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"
            }
          ]
        }
      ]
    }
  ]
}