Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Introduction

This sample will show how to update a FHIR Patient Resource using the FHIR RESTful API and the SMART on FHIR JavaScript Client.

FHIR RESTful API

Query to find the Patient

Given a patient id "UpdateExamplePatient", find the patient:

SMART on FHIR JavaScript Client

*Note, this example is not following the SMART on FHIR launch specification.  In your code, you will not connect to an EHR this way, but will be given the serviceUrl and patient values from the launch request.  See Quick Start for details.

 

  • No labels