Blog Post

Healthcare and Life Sciences Blog
1 MIN READ

Graphir: 2.0 - A developer deep-dive into GraphQL + FHIR

pjirsa's avatar
pjirsa
Icon for Microsoft rankMicrosoft
Oct 18, 2022

Welcome back to project Graphir, our light-weight GraphQL proxy for a FHIR API service.

We've recently made some major updates to the codebase at https://github.com/microsoft/graphir.

Watch this developer intro and code review to learn more!

Summary of Changes

  • Reduce and reorganize namespaces and folders to minimize clutter.
  • Use generics to minimize repetitive code for DataLoaders and Query extensions.
  • Use UnionType schema objects to define references to other FHIR resources.

Graphir Code Review - YouTube 

 

Updated Oct 18, 2022
Version 2.0

1 Comment

  • alpivonka's avatar
    alpivonka
    Copper Contributor

    Just thinking out loud here. 
    Would it be advantageous to base the Graphir to mimic how https://github.com/microsoft/fhir-codegenworks in regards to code generation based on the spec defintion?