Skip to content

badalkhatri0924/hasura-fhir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Hasura + FHIR simple Example!

I've created this POC to show how we can use Hasura for FHIR concepts.

I am showing below problem in this example.

Patient FHIR resource. I should be able to query for a patient node and traverse through the telecom field to 0 to many ContactPoint nodes to retrieve related ContactPoint data.

Query

{
  patient {
    id
    patient_telecom {
      system
      use
      value
    }
  }
}

About

Example of Hasura + FHIR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published