-
Notifications
You must be signed in to change notification settings - Fork 0
HAPI FHIR Server Configuration
http://build.fhir.org/ig/HL7/genomics-reporting
http://build.fhir.org/ig/HL7/genomics-reporting/package.tgz
hapi-fhir-cli upload-definitions -t http://localhost:8080/hapi-fhir-jpaserver/fhir/ -v r4
In the class ca.uhn.fhir.jpa.starter.JpaRestfulServer, update code as below:
if (true) { registerProvider(appCtx.getBean(TerminologyUploaderProvider.class)); }
hapi-fhir-cli upload-terminology -v r4 -t http://localhost:8080/hapi-fhir-jpaserver/fhir/ -u http://loinc.org -d /Users/.../hapi-fhir-resources/Loinc_2.67.zip -d /Users/.../hapi-fhir-resources/loincupload.properties
Validate if LOINC code is loaded successfully:
hapi-fhir-cli upload-terminology -v r4 -t http://localhost:8080/hapi-fhir-jpaserver/fhir/ -u http://snomed.info/sct -d /Users/.../hapi-fhir-resources/SnomedCT_USEditionRF2_PRODUCTION_20190301T120000Z.zip
Validate if SNOMED code is loaded successfully:
The zip file and property file directories need to be the full path
curl http://localhost:8080/hapi-fhir-jpaserver/fhir/StructureDefinition/us-core-race --upload-file StructureDefinition-us-core-race.json
More info about Capability Statement here
More info about Capability Statement here