Skip to content

banatm/fhir-client-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fhir-client-example

Fhir-client-example showing how to create and store laboratory procedure request in R4 of HL7 FHIR:

  • Patient
  • Doctor (Practitioner)
  • PatientQuestions (as QuestionaireResponse)
  • Order and Services (as ServiceRequest and ServiceRequest.orderdetail)
  • Specimen and sample/tubes data (as Specimen resource Specimen.containers)

Using client

  1. Change the server address
  SimpleClient fapiClient = new SimpleClient(new Uri("http://<ip here>/R4"))
        {
            PreferredFormat = ResourceFormat.Json,
            AllowExternalReferences = false
        };      
        
  SimpleClient client { get { return fapiClient; } }
  1. Run it

About

fhir-client-example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published