LibreHealthIO / lh-ehr-fhir-api

FHIR API to LibreEHR Package for Laravel
MIT License
12 stars 6 forks source link

Add Patient Extensions for GPOnline #39

Closed kchapple closed 8 years ago

kchapple commented 8 years ago

Add patient extensions for GPOnline sollowing the Google Doc "View your Appointment - Endpoint Mockup Data"

"extension" : [ { "url" : "[base]/extensions/gponline-patient-data", "extension" : [ { "url" : "#groupId", "valueString" : "1001" }, { "url" : "#status", "valueString" : "pending" }, { "url" : "#providerId", "valueString" : "34" }, { "url" : "#pharmacyId", "valueString" : "5" }, { "url" : "#stripeToken", "valueString" : "some-value" } ] } ]

Leo24 commented 8 years ago

Added patient extensions for GPOnline https://github.com/LibreEHR/fhir/pull/45