Best laravel framework open-source packages.

AHRQ CDS Connect API

The AHRQ CDS Connect API (https://cds.ahrq.gov/cds_api) is part of the CDS Connect project, sponsored by the Agency for Healthcare Research and Quality (AHRQ), and developed under contract with AHRQ by MITRE's CAMH FFRDC.
Updated 9 months ago

CDS Connect Application Programming Interface (API)

About

The CDS Connect API is a Drupal 8 module written in the PHP programming language. The module defines a JSON schema that represents Clinical Decision Support (CDS) artifacts as found on CDS Connect. The module also provides a Representational State Transfer (REST) endpoint for accessing, creating, and modifying CDS artifacts on CDS Connect.

The CDS Connect API is part of the CDS Connect project, sponsored by the Agency for Healthcare Research and Quality (AHRQ), and developed under contract with AHRQ by MITRE's CAMH FFRDC.

Contributions

For information about contributing to this project, please see CONTRIBUTING.

Development Details

The CDS Connect API is implemented through the creation of a Drupal Plugin for the REST module in Drupal Core. The majority of the software in the CDS Connect API is for mapping CDS artifacts between the Drupal representation and the CDS JSON schema. Ancillary functionalities include sanitization and validation of the data passing in and out of it.

Authentication, routing, database access, and permissions are all handled by Drupal; the sole purpose of the CDS Connect API is to expose the CDS artifact content type in a format which is hoped to be easier for non-Drupal experts to work with.

Contents

The CDS Connect API module consists of three directories:

  • doc: Contains additional documentation.
  • modules: Contains a sub-module for installing a local copy of the CDS Connect artifact node bundle.
  • src: Contains the source code for the CDS Connect API, which is a Plugin to the REST module in Drupal Core.
  • tests: Contains PHPUnit tests and fixtures.

Installation

The CDS Connect API can be installed in any Drupal 8 instance as a custom module. The cds_api.info.yml file specifies the required Drupal dependencies for the CDS Connect API module:

In addition, the json-schema vendor library is required, since it is leveraged to provide validation of incoming JSON payloads. Additional documentation can be found in the doc folder.

LICENSE

Copyright 2019 Agency for Healthcare Research and Quality.

Licensed under the GNU General Public License, version 2 or later; you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Tags contracts php