fhirbase/fhirbase-net

Name: fhirbase-net

Owner: Fhirbase

Description: null

Created: 2015-03-26 18:07:23.0

Updated: 2015-05-06 16:27:37.0

Pushed: 2015-06-30 16:58:16.0

Homepage: null

Size: 15950

Language: C#

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

FHIRbase.Net

fhirbase

FHIRbase.Net is a .NET connector to FHIRbase (https://github.com/fhirbase) based on Hl7.Fhir.DSTU2.

Installation

To install Fhirbase.Net, run the following command in the Package Manager Console:

> Install-Package Fhirbase.Net -Pre
Usage
patient = new Patient();
ent.Name.Add(HumanName.ForFamily("Hello").WithGiven("World"));
ent.Telecom.Add(new ContactPoint

stem = ContactPoint.ContactPointSystem.Phone, 
e = ContactPoint.ContactPointUse.Mobile,
lue = "123456789"


createdPatient = (Patient)FHIRbase.Create(patient);

base.Delete(createdPatient);
License

FHIRbase is released under the terms of the MIT License.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.