comparison 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
comparison
equal deleted inserted replaced
12:31fc239e3481 13:d7a55838d821
22 22
23 On Ubuntu 22.04: 23 On Ubuntu 22.04:
24 24
25 # LD_LIBRARY_PATH=/usr/lib/jvm/java-11-openjdk-amd64/lib/server/ Orthanc ./configuration.json 25 # LD_LIBRARY_PATH=/usr/lib/jvm/java-11-openjdk-amd64/lib/server/ Orthanc ./configuration.json
26 26
27
28 (4) Access the FHIR server. For instance, using the FHIRPACK
29 command-line client (https://gitlab.com/fhirpack/main):
30
31 $ fp -s http://localhost:8042/fhir -o "getPatients" -p all -o "gatherSimplePaths id name.family name.given birthDate"
32 $ fp -s http://localhost:8042/fhir -o "getEndpoints" -p all -o "gatherSimplePaths id address"
33 $ fp -s http://localhost:8042/fhir -o "getImagingStudies" -p all -o "gatherSimplePaths identifier.value endpoint.reference subject.reference"