Giter Club home page Giter Club logo

cyfhir's People

Contributors

amyschoen avatar dependabot[bot] avatar dmadrid avatar frisbm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cyfhir's Issues

FHIR Validation

Preferred: Validation in plugin

If it cannot take place in plugin, have it take place in express server

Implement CDS hooks Integration

In Realtime , Cypher queries can send data elements into configured hooks.
I can discuss further and would like to contribute.Thanks!!

Unable to load fhir bundle using CyFHIR plugin

Unable to load FHIR bundle data using CyFHIR plugin.

Steps Followed -

  1. Added CyFHIR to $NEO4J_HOME/plugins folder

  2. Added APOC to $NEO4J_HOME/plugins folder

  3. In $NEO4J_HOME/conf/neo4j.conf added apoc and cyfhir as unrestricted plugins NEO4J_dbms_security_procedu res_unrestricted: apoc.,cyfhir.

  4. Restarted the server

  5. Added escape chars to all double quotes in the JSON by executing the below code
    import json,re
    f = open('Agustin529_Ontiveros947_fe08e9ee-b231-93d9-0554-5b5540c9335b.json',)
    bundle = json.load(f)
    bundle_string = json.dumps(bundle)
    bundle_string_formatted = re.sub(r'"', '\"', bundle_string)
    out_file = open("myfile.json", "w")
    json.dump(bundle_string_formatted, out_file, indent = 6)

  6. Executed the command - CALL cyfhir.resource.load("file:///myfile.json", {validation: true, version: "r4"}) to load json

Error -
image

Input FHIR Bundle - https://github.com/Optum/CyFHIR/blob/main/demo/synthea-bundles/Agustin529_Ontiveros947_fe08e9ee-b231-93d9-0554-5b5540c9335b.json

Create Neo4J db theme

Neo4j uses a .grass file to style nodes

Should cover all nodes possible by creating file programmatically

Unit Tests

Add unit tests for existing code and document for future reference

Singular Resource

Allow reading/writing for single resource single resource, link references

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.