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

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

Packagefhir.ca-bc.client
Resource TypeCapabilityStatement
Idbc-hcim-capability-statement-client
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.ca-bc.client@1.0.1&canonical=http://hlth.gov.bc.ca/fhir/client/CapabilityStatement/bc-hcim-capability-statement-client
URLhttp://hlth.gov.bc.ca/fhir/client/CapabilityStatement/bc-hcim-capability-statement-client
Version1.0.0
Statusdraft
Date2021-11-18
NameHCIMClientCapabilityStatement
TitleBC HCIM Client Capability Statement
Realmus
Authorityhl7
DescriptionThis capability statement describes the use cases that are supported by the BC FHIR implementation of the Client Registry when it is acting as a client. I.e. sending notifications - FUTURE work.
Kindcapability

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

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

BC HCIM Client Capability Statement

  • Implementation Guide Version: 1.0.0
  • FHIR Version: 4.0.1
  • Supported Formats: json
  • Supported Patch Formats:
  • Published on: 2021-11-18
  • 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

Source

{
  "resourceType": "CapabilityStatement",
  "id": "bc-hcim-capability-statement-client",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hlth.gov.bc.ca/fhir/client/CapabilityStatement/bc-hcim-capability-statement-client",
  "version": "1.0.0",
  "name": "HCIMClientCapabilityStatement",
  "title": "BC HCIM Client Capability Statement",
  "status": "draft",
  "date": "2021-11-18",
  "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 cases that are supported by the BC FHIR implementation of the Client Registry when it is acting as a client. I.e. sending notifications - FUTURE work.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CA",
          "display": "Canada"
        }
      ]
    }
  ],
  "kind": "capability",
  "software": {
    "name": "BC HCIM FHIR Implementation"
  },
  "fhirVersion": "4.0.1",
  "format": [
    "json"
  ],
  "rest": [
    {
      "mode": "client"
    }
  ]
}