#fhir #healthcare #hl7 #rust

fhir-rs

FHIR-RS library is an implementation of HL7 FHIR Specification for Rust

2 releases

0.0.3 Feb 28, 2024
0.0.2 Jan 11, 2024

#1270 in Web programming

35 downloads per month
Used in fhir-resource-r5

Custom license

205KB
3.5K SLoC

fhir-rs

About

FHIR-RS library is an implementation of HL7 FHIR Specification for Rust.

Versioning

0.0.2

This is still a draft version. The functionality is not yet fully developed and the performance has not been optimized, making it unsuitable for production environments.

Usage

Healthcare Interoperability.

Todo

  • datatype
  • resource
  • from json to resource
  • from xml to resource
  • from resource to json
  • from resource to xml
  • fhir client
  • fhir server
  • fhir validate

License

CC0


lib.rs:

概述

FHIR资源的序列化和反序列化解析器

设计

设计思路参考了Serde的理念。

Dependencies

~2–15MB
~183K SLoC