2.0.0 • Published 8 years ago

ember-fhir-adapter v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Ember-fhir-adapter

The Ember on FHIR Adapter is designed to make interacting with FHIR servers from your Ember front end.

As of 0.0.11 this adapter ships with models and serializers for all resources in FHIR DSTU2.1, if you require DSTU2 you can use 0.0.10

Also, there are deprecation warnings if you use this with Ember 1.13.x, and this has not been tested with Ember 2.x.x if you are using 2.x.x and this works, let me know. If you require 2.x.x and this doesn't work please let me know with an issue.

Installing Ember-fhir-adapter with Ember CLI

To install Ember-fhir-adapter as an addon for your Ember CLI application, run the following command in the app's directory:

$ ember install ember-fhir-adapter

This will add Ember-fhir-adapter as a dependency in your bower.json.

This adapter is built to operate with DSTU2 compliant servers.

This README outlines the details of collaborating on this Ember addon.

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

2.0.0

8 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago