Code Monkey home page Code Monkey logo

awesome-fhir's Introduction

awesome-fhir's People

Contributors

jdjkelly avatar

Stargazers

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

Watchers

 avatar

awesome-fhir's Issues

Resource Count

On your Introspect API you have the available resources which is great.

{ "jti": "4e99f5ae-eb40-4161-9506-23b119e7136f",
"iat": 1671116375,
"sub": "Patient/74532b683658335246434e495a53425462476c5741673d3d",
"exp": 1671119975,
"state": "EXCHANGED",
"endpoint": {
"id": "d39433b7-0fbd-4bc2-bdae-fb276799979f",
"label": ["Humana"],
"name": "humana-sandbox",
"refreshable": true,
"resources": [
"Coverage",
"ExplanationOfBenefit",
"Patient"
]
}
}
Is it possible to add the count of records per resource? We like to use it when pulling new records to detect new information within a resource. We can add manually on our side but it would be more efficient for us to get a record count vs pulling and comparing with existing records on demand.

"resources": {
"Coverage": 5,
"ExplanationOfBenefit": 7,
"Patient": 2,
},
"total": 11

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.