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

FHIR IG Statistics: CapabilityStatement/capabilitystatement-bser

Packagehl7.fhir.us.bser
TypeCapabilityStatement
Idcapabilitystatement-bser
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/bser/https://build.fhir.org/ig/HL7/bser/CapabilityStatement-capabilitystatement-bser.html
URLhttp://hl7.org/fhir/us/bser/CapabilityStatement/capabilitystatement-bser
Version2.0.0-ballot
Statusactive
Date2019-11-26
NameCapabilityStatement_BSeR
TitleCapability Statement BSeR
Realmus
Authorityhl7
DescriptionThis resource defines the expected capabilities for both client and server participating in BSeR exchange
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
BSeR-CoverageBSeR Coverage
bser-referral-observationBSeR Referral Observation
us-core-condition-problems-health-concernsUS Core Condition Problems and Health Concerns Profile
us-core-medicationrequestUS Core MedicationRequest Profile

Narrative

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

Generated Narrative: CapabilityStatement capabilitystatement-bser

Capability Statement BSeR

  • Implementation Guide Version: 2.0.0-ballot
  • FHIR Version: 4.0.0
  • Supported Formats: xml, json
  • Supported Patch Formats:
  • Published on: 2019-11-26
  • Published by: HL7 Public Health Working Group

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

REST Configuration: 1

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 Conformance: supported Observation
Core FHIR Resource
Observation
Reference Policy
Interaction summary
  • Supports create, read, update, delete.

Supported Profiles

BSeR Referral Observation

Resource Conformance: supported Coverage
Core FHIR Resource
Coverage
Reference Policy
Interaction summary
  • Supports create, read, update, delete.

Supported Profiles

BSeR Coverage

Resource Conformance: supported Condition
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports create, read, update, delete.

Resource Conformance: supported MedicationRequest
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports create, read, update, delete.

REST Configuration: 2

Mode: server

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 Conformance: supported Observation
Core FHIR Resource
Observation
Reference Policy
Interaction summary
  • Supports create, read, update, delete.

Supported Profiles

BSeR Referral Observation

Resource Conformance: supported Coverage
Core FHIR Resource
Coverage
Reference Policy
Interaction summary
  • Supports create, read, update, delete.

Supported Profiles

BSeR Coverage

Resource Conformance: supported Condition
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports create, read, update, delete.

Resource Conformance: supported MedicationRequest
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports create, read, update, delete.


Source

{
  "resourceType": "CapabilityStatement",
  "id": "capabilitystatement-bser",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/bser/CapabilityStatement/capabilitystatement-bser",
  "version": "2.0.0-ballot",
  "name": "CapabilityStatement_BSeR",
  "title": "Capability Statement BSeR",
  "status": "active",
  "experimental": false,
  "date": "2019-11-26",
  "publisher": "HL7 Public Health Working Group",
  "contact": [
    {
      "name": "HL7 Public Health Working Group",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pher"
        },
        {
          "system": "email",
          "value": "pher@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "This resource defines the expected capabilities for both client and server participating in BSeR exchange",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "kind": "requirements",
  "fhirVersion": "4.0.0",
  "format": [
    "xml",
    "json"
  ],
  "rest": [
    {
      "mode": "client",
      "resource": [
        {
          "type": "Observation",
          "supportedProfile": [
            "http://hl7.org/fhir/us/bser/StructureDefinition/bser-referral-observation"
          ],
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "delete"
            }
          ]
        },
        {
          "type": "Coverage",
          "supportedProfile": [
            "http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-Coverage"
          ],
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "delete"
            }
          ]
        },
        {
          "type": "Condition",
          "profile": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns",
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "delete"
            }
          ]
        },
        {
          "type": "MedicationRequest",
          "profile": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest",
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "delete"
            }
          ]
        }
      ]
    },
    {
      "mode": "server",
      "resource": [
        {
          "type": "Observation",
          "supportedProfile": [
            "http://hl7.org/fhir/us/bser/StructureDefinition/bser-referral-observation"
          ],
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "delete"
            }
          ]
        },
        {
          "type": "Coverage",
          "supportedProfile": [
            "http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-Coverage"
          ],
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "delete"
            }
          ]
        },
        {
          "type": "Condition",
          "profile": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns",
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "delete"
            }
          ]
        },
        {
          "type": "MedicationRequest",
          "profile": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest",
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "delete"
            }
          ]
        }
      ]
    }
  ]
}