Kenneth Myhra
Kenneth Myhra
* [x] [Add Quickstart guide (Set up a FHIR Server)](https://github.com/FirelyTeam/spark/blob/r4/master/Documentation/Quickstart.md) * [x] [Fhir Server Example](https://github.com/incendilabs/spark-example) * [ ] Add Quickstart guide (Set up a FHIR Facade) * [x] [FHIR Facade...
**Describe the solution you'd like** Support FHIR version R4B - http://hl7.org/fhir/2021Mar/ballot-intro.html * [ ] Base it off the branch r4/master, name the new branch r4b/master * [ ] Upgrade to...
**Is your feature request related to a problem? Please describe.** Currently the asynchronous and synchronous methods is located in the same interface. This is not a good pattern since it...
**Is your feature request related to a problem? Please describe.** The infrastructure for the current Snapshot Pagination implementation seems unfinished and somewhat messy with several interfaces and implementations **Describe the...
**Describe the solution you'd like** Make the ConnectathonPatchTrackTest integration test in https://github.com/incendilabs/plan_executor conform to the FHIR Patch format **Additional context** Integration tests are located here: https://github.com/incendilabs/plan_executor
**Describe the solution you'd like** Support FHIR version R5 **Additional context** The next major version of FHIR is R5
if _count has the value 0, this shall be treated the same as _summary=count: the server returns a bundle that reports the total number of resources that match in Bundle.total,...
This adds the abstract class `Serializable` which platform objects decorated with the `Serializable` IDL attribute can implement to support their appropriate serialization and deserialization steps. To introduce the concept and...