| import json | |
| from fhirclient.models.fhirabstractbase import FHIRValidationError | |
| from fhirclient.models.fhirelementfactory import FHIRElementFactory | |
| resource = json.loads("""{ | |
| "resourceType": "Condition", | |
| "patient": { | |
| "reference": "Patient/123" | |
| } | |
| }""") |
| var calsToSynchronize = [ | |
| "[email protected]", | |
| "[email protected]", | |
| ]; | |
| var BUSY = "Busy", | |
| COPIED_FROM_CALENDAR = "copied-from-calendar", | |
| COPIED_FROM_EVENT = "copied-from-event", | |
| TIME_HORIZON = 365 / 2; // scan for 6 months |
| 9:50p ET 11/21: beginning update | |
| 9:53p ET 11/21: complete |
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:
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:
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
| 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 |