-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the FHIRCat wiki
Starts with org.hl7.fhir.core and produces jsonld_context_files
git clone -b LDContextGenerator https://github.com/fhircat/org.hl7.fhir.core
https://github.com/fhircat/org.hl7.fhir.core/blob/LDContextGenerator/org.hl7.fhir.r4/src/test/java/org/hl7/fhir/r4/test/LDContextGeneratorTests.java https://github.com/fhircat/org.hl7.fhir.core/blob/LDContextGenerator/org.hl7.fhir.r5/src/test/java/org/hl7/fhir/r5/test/LDContextGeneratorTests.java
Generated files should be located in ~/LDContexts/
pcm.loadPackage("hl7.fhir.r4.core", "4.0.1")
return context("4.4.0");
How to install contexts on the https://fhircat.org/ server
Clone (or pull) from github repo: https://github.com/fhircat/jsonld_context_files
The github repo is cloned in /datadrive/temp/jsonld_context_files/
symlink /datadrive/temp/jsonld_context_files/contextFiles/r4
to /var/www/html/fhir-r4/original/contexts
symlink /datadrive/temp/jsonld_context_files/contextFiles/r5
to /var/www/html/fhir-r5/original/contexts
- https://fhircat.org/fhir-r4/original/....context.jsonld --> Current RDF generator for FHIR R4 content
- https://fhircat.org/fhir-r5/original/....context.jsonld --> Current RDF generator for FHIR R5 content
To be done.
- https://fhircat.org/fhir-r4/proposed/....context.jsonld --> New RDF Proposal for FHIR R4 content (Future)
- https://fhircat.org/fhir-r5/proposed/....context.jsonld --> New RDF Proposal for FHIR R5 content (Future)
- data/fhir-r4/examples.json.zip
- data/fhir-r4/examples.ttl.zip
(same for fhir-r5)