changeset 13:d7a55838d821

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 21 Oct 2023 10:41:01 +0200
parents 31fc239e3481
children 0dc05fe76bd5
files Samples/FHIR/NOTES.txt
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
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"