Crates.io | ignis-nostr |
lib.rs | ignis-nostr |
version | |
source | src |
created_at | 2024-08-20 16:20:20.920814 |
updated_at | 2025-01-24 20:39:13.836963 |
description | Nostr tools for integration of HL7 FHIR resources |
homepage | https://github.com/illuminodes/ignis-nostr |
repository | https://github.com/illuminodes/ignis-nostr |
max_upload_size | |
id | 1345473 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Mapping of HL7 FHIR resources HL7 FHIR standard from and to Nostr based data models. The library is currently under construction and does not provide full coverage for resources.
An Ignis Resource can be used to find and map a Nostr Event into a FHIR resource and vice versa. This allows integration of FHIR resources into Nostr based systems, and facilitates the creation of FHIR resources from Nostr based data models.
The library contains a set of structs and enums representing FHIR datatypes, value sets, and resources. Structs and Enums have helper implementations attached to them to facilitate the creation and manipulation of data.
The library also contains a definition for a IgnisResource
struct that can be used with all FHIR resources.
This protocol provides a set of functions to convert a FHIR resource to a Nostr based data model and vice versa.