Categorygithub.com/SanteonNL/go-fhir-client
repositorypackage
0.2.16
Repository: https://github.com/santeonnl/go-fhir-client.git
Documentation: pkg.go.dev

# README

go-fhir-client

A Golang FHIR client for HL7 FHIR.

For example usage, see client_example_test.go.

Features

  • Reading FHIR resources
  • Searching FHIR resources
  • Creating FHIR resources
  • Updating FHIR resources
  • Resolving references

Not supported/TODO:

  • Resolving references using logical identifiers
  • Resolving references using contained resources
  • XML support (only JSON is currently supported)