{
"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 |
| 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:
- I am jmandel on github.
- I am jmandel (https://keybase.io/jmandel) on keybase.
- I have a public key whose fingerprint is E806 ABF7 88C0 37FF B521 0AA8 4A43 ED5A F234 1FBE
To claim this, I am signing this object:
I hereby claim:
- I am jmandel on github.
- I am jmandel (https://keybase.io/jmandel) on keybase.
- I have a public key ASDjpMvWtTLcrmFpbEhzJ-HoQIjVx2OxJwIalLJQodCBBgo
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 |