ignis-nostr

Crates.ioignis-nostr
lib.rsignis-nostr
version
sourcesrc
created_at2024-08-20 16:20:20.920814
updated_at2025-01-24 20:39:13.836963
descriptionNostr tools for integration of HL7 FHIR resources
homepagehttps://github.com/illuminodes/ignis-nostr
repositoryhttps://github.com/illuminodes/ignis-nostr
max_upload_size
id1345473
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`
size0
(42Pupusas)

documentation

README

Ignis Nostro

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.

FHIR 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.

Ignis resources

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.

Commit count: 2

cargo fmt