POST /$rx-pricing
Where can I fulfill my simvastatin prescription within two miles of 85054?
{
"resourceType": "Parameters",
"parameter": [{
"name": "patient",
"resource": {
{ | |
"resourceType": "Bundle", | |
"type": "searchset", | |
"total": 3, | |
"link": [ | |
{ | |
"relation": "self", | |
"url": "https://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir-r4/ExplanationOfBenefit?patient=d4b1d050-584f-4797-a9c7-ab72e4cd4452&_count=20" | |
}, | |
{ |
curl -X POST \ | |
'https://r4-dot-hum-hcs-rapid-fhir-sbx.appspot.com/fhir/Claim/$submit' \ | |
--data @sample-request.json |
POST /$rx-pricing
{
"resourceType": "Parameters",
"parameter": [{
"name": "patient",
"resource": {
FROM ubuntu as gethapi | |
RUN apt-get update && \ | |
apt-get install -y curl bzip2 | |
RUN mkdir /hapi && \ | |
cd /hapi && \ | |
curl -L https://github.com/jamesagnew/hapi-fhir/releases/download/v3.7.0/hapi-fhir-3.7.0-cli.tar.bz2 \ | |
| tar -xj | |
FROM openjdk | |
WORKDIR /hapi |
https://synthea2019.blob.core.windows.net/synthea-may-2019/stu3-small-cleaned/new_AllergyIntolerance.ndjson https://synthea2019.blob.core.windows.net/synthea-may-2019/stu3-small-cleaned/new_CarePlan.ndjson https://synthea2019.blob.core.windows.net/synthea-may-2019/stu3-small-cleaned/new_Claim.ndjson https://synthea2019.blob.core.windows.net/synthea-may-2019/stu3-small-cleaned/new_Condition.ndjson https://synthea2019.blob.core.windows.net/synthea-may-2019/stu3-small-cleaned/new_DiagnosticReport.ndjson https://synthea2019.blob.core.windows.net/synthea-may-2019/stu3-small-cleaned/new_Encounter.ndjson https://synthea2019.blob.core.windows.net/synthea-may-2019/stu3-small-cleaned/new_ExplanationOfBenefit.ndjson https://synthea2019.blob.core.windows.net/synthea-may-2019/stu3-small-cleaned/new_Goal.ndjson
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
9:50p ET 11/21: beginning update | |
9:53p ET 11/21: complete |
var calsToSynchronize = [ | |
"address-one@gmail.com", | |
"address-two@gmail.com", | |
]; | |
var BUSY = "Busy", | |
COPIED_FROM_CALENDAR = "copied-from-calendar", | |
COPIED_FROM_EVENT = "copied-from-event", | |
TIME_HORIZON = 365 / 2; // scan for 6 months |