Skip to content

Commit

Permalink
process only one version of a resource
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaban committed Oct 13, 2020
1 parent 2a0f7d7 commit 704155d
Show file tree
Hide file tree
Showing 7 changed files with 201 additions and 758 deletions.
4 changes: 2 additions & 2 deletions exampleUsage.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ let caching = new CacheFhirToES({
FHIRBaseURL: 'http://localhost:8081/hapi4/fhir',
FHIRUsername: '',
FHIRPassword: '',
relationshipsIDs: [], //if not specified then all relationships will be processed
relationshipsIDs: ["ihris-es-report-mhero-send-message"], //if not specified then all relationships will be processed
reset: true
})
caching.cache().then(() => {
console.log('Done')
})
})
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fhir2es",
"version": "1.2.8",
"version": "1.2.9",
"description": "Reads and caches fhir data to elasticsearch",
"main": "reports.js",
"scripts": {
Expand Down
494 changes: 0 additions & 494 deletions parseConformance.js

This file was deleted.

1 change: 0 additions & 1 deletion profiles/types.json

This file was deleted.

1 change: 0 additions & 1 deletion profiles/valuesets.json

This file was deleted.

390 changes: 198 additions & 192 deletions reports.js

Large diffs are not rendered by default.

67 changes: 0 additions & 67 deletions structureDefinition.js

This file was deleted.

0 comments on commit 704155d

Please sign in to comment.