PHPackages                             kemenkesri/satusehat-mediator-client-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. kemenkesri/satusehat-mediator-client-php

ActiveLibrary[API Development](/categories/api)

kemenkesri/satusehat-mediator-client-php
========================================

Library to acceleare SATUSEHAT implementation via Interoperability Mediator

v1.0.2(1y ago)13342[1 PRs](https://github.com/kemenkesri/satusehat-mediator-client-php/pulls)MPL-2.0PHPPHP ^5.5 || ^7.0 || ^8.0

Since Jul 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/kemenkesri/satusehat-mediator-client-php)[ Packagist](https://packagist.org/packages/kemenkesri/satusehat-mediator-client-php)[ Docs](https://github.com/kemenkesri/satusehat-mediator-client-php)[ RSS](/packages/kemenkesri-satusehat-mediator-client-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (8)Versions (16)Used By (0)

Client Library Mediator SATUSEHAT
=================================

[](#client-library-mediator-satusehat)

Spesifikasi API ini merupakan contoh untuk menggunakan **Mediator Interoperabilitas SATUSEHAT** yang secara khusus ditujukan untuk mempercepat dan memudahkan proses interoperabilitas data Rekam Medis Elektronik (RME) antara sistem informasi di Fasilitas Kesehatan (Rumah Sakit, Puskesmas, Klinik, Laboratorium, dll) dengan Platform SATUSEHAT. Mediator Interoperabilitas SATUSEHAT menyediakan format custom yang disederhanakan dari format HL7 FHIR sebagai perantara antara sistem RME dengan SATUSEHAT beserta sistem informasi kesehatan yang ada ditingkat nasional.

Package PHP ini digenerate secara otomatis menggunakan [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

Requirements
------------

[](#requirements)

PHP 7.4 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/kemenkesri/satusehat-mediator-client-php.git"
    }
  ],
  "require": {
    "kemenkesri/satusehat-mediator-client-php": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/satusehat-mediator-client-php/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

### Get Patient Info

[](#get-patient-info)

```
