CS_FHIR info. A .NET Core project to connect and interact with a FHIR server.
Repository that contains a .NET C# application. The application creates a client, connects to FHIR® server and performs CRUD actions
In the Program.cs file is a basic code for connecting and extracting patient data. The Program_v2.cs file is a more sofisticated version with better functionality and the complete set of CRUD actions.
##Resources
- FHIR Patient Resource
- FHIR Observation Resource
- FHIR Resource Metadata
- FHIR Packages
- LOINC Blood Pressure Panel
- Hl7.Fhir.R4
dotnet add package Hl7.Fhir.R4
- Hl7.Fhir.Specification.R4
dotnet add package Hl7.Fhir.Specification.R4
FHIR® is aregistered trademark of HL7