feature: HL7 FHIR R4 Integration

This commit is contained in:
voltsrage
2026-06-27 22:23:45 +08:00
parent 756cff332c
commit 5646dfddb4
27 changed files with 2658 additions and 16 deletions
@@ -0,0 +1,9 @@
public class FhirOptions
{
public const string Section = "Fhir";
public string BaseUrl { get; set; } = "http://localhost:5217/fhir";
public string PublisherName { get; set; } = "VigilCare Records";
public string PublisherUrl { get; set; } = "https://vigilcare.local";
public string ServerVersion { get; set; } = "1.0.0";
}