diff Samples/FHIR/NOTES.txt @ 13:d7a55838d821

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 21 Oct 2023 10:41:01 +0200
parents 8d876a4f541b
children 4ff1471ebe8b
line wrap: on
line diff
--- a/Samples/FHIR/NOTES.txt	Sat Oct 21 10:08:08 2023 +0200
+++ b/Samples/FHIR/NOTES.txt	Sat Oct 21 10:41:01 2023 +0200
@@ -24,3 +24,10 @@
 
 # LD_LIBRARY_PATH=/usr/lib/jvm/java-11-openjdk-amd64/lib/server/ Orthanc ./configuration.json
 
+
+(4) Access the FHIR server. For instance, using the FHIRPACK
+command-line client (https://gitlab.com/fhirpack/main):
+
+$ fp -s http://localhost:8042/fhir -o "getPatients" -p all -o "gatherSimplePaths id name.family name.given birthDate"
+$ fp -s http://localhost:8042/fhir -o "getEndpoints" -p all -o "gatherSimplePaths id address"
+$ fp -s http://localhost:8042/fhir -o "getImagingStudies" -p all -o "gatherSimplePaths identifier.value endpoint.reference subject.reference"