feature: HL7 FHIR R4 Integration
This commit is contained in:
@@ -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";
|
||||
}
|
||||
Reference in New Issue
Block a user