fastenhealth / fasten-onprem

Fasten is an open-source, self-hosted, personal/family electronic medical record aggregator, designed to integrate with 100,000's of insurances/hospitals/clinics
GNU General Public License v3.0
1.53k stars 83 forks source link

Patient Everything / EHI-Export endpoints #207

Open AnalogJ opened 1 year ago

AnalogJ commented 1 year ago
GET {fhirBase}/Patient/{patientId}/$everything
GET {fhirBase}/Patient/{patientId}/$export
GET {fhirBase}/Patient/$export?patientId={patientId}
GET {fhirBase}/Patient/{patientId}/$everything?_outputFormat=ndjson
GET {fhirBase}/Patient/{patientId}/$export?_outputFormat=ndjson
GET {fhirBase}/Patient/$export?patientId={patientId}&_outputFormat=ndjson

https://chat.fhir.org/#narrow/stream/179262-patient-empowerment/topic/Bring.20Your.20Own.20Health.20Record.20.28SPHR.20Track.29/near/317261662


☝️ seems to be replaced by https://build.fhir.org/ig/argonautproject/ehi-api/ehi-export.html

POST to [fhir base]/Patient/:id/$ehi-export

AnalogJ commented 7 months ago