Questions tagged [smart-on-fhir]

a standards-based, interoperable apps platform for electronic health records

SMART on FHIR is a set of open specifications to integrate apps with Electronic Health Records, portals, Health Information Exchanges, and other Health IT systems

57 questions
0
votes
1 answer

How to get patient records from EPIC FHIR with just telecom as query string

I am trying to search FHIR data from EPIC system by connecting to FHIR sandbox. I just wanted to pull all patient records with just telecom (phone or email) like GET [base]/Patient?telecom=abc@email.com. But it looks like EPIC retrieves results only…
code tutorial
  • 554
  • 1
  • 5
  • 17
0
votes
1 answer

how to use NutritionIntake with python fhirclient libary?

Am using fhirclient libary "3.2.0" and I would need to make use of the FHIR NutritionIntake resource. My understanding is that it is not available as I could not find underl the "fhirclient.models.". Please, correct me if I am wrong. My attempt to…
Carlo Allocca
  • 591
  • 1
  • 7
  • 19
0
votes
1 answer

Make Firebase project FHIR-compatible?

I’m new to using FHIR - Fast Healthcare Interoperability Resources. Is it possible to make an existing Firebase project FHIR-compatible? My project uses Firebase mostly as a database for info sent to us by an application (NoSQL, BaaS). My idea is to…
0
votes
1 answer

Recommended workflow for creating an FHIR Document

We've built a system for generating anesthesia records. We're now trying to model them as FHIR documents. I understand that a Document (in FHIR terms) is supposed to end up being kind of a self-contained resource. But, in our case, we have a process…
Henrik Joreteg
  • 1,698
  • 16
  • 18
0
votes
2 answers

Retrieving all the data at once instead of calling each reference separately

Working the first time with FHIR, and I can't figure out how I retrieve all data saved as a bundle at once. So I save a Bundle: Composition with 3 references. Everything is successful. When I call the data (GET) then I get my Composition, but the…
moritz
  • 3
  • 2
0
votes
1 answer

FHIR: multiple servers auth

Given a list of clinics, all having their own FHIR server, we can suppose a system registry containing all the Endpoints as explained here https://www.hl7.org/fhir/managing.html. 1: How do you authenticate and authorize an actor(a clinic) that…
Chris
  • 6,105
  • 6
  • 38
  • 55
0
votes
1 answer

FHIR: date filter in smart on fhir search api

I'm new to Smart on FHIR and Creating one demo application for training purpose using fhirclient.js. I need to get some specific vital information of patient like Temp, Weight and so for specified period of date (last 3…
kavitha K
  • 13
  • 3
0
votes
1 answer

I am looking for Fhir Resource validation against Fhir Structure definition

I am looking for Fhir Resource validation against Fhir Structure definition using .net core I found there is a lib org.hl7.fhir.validator.jar and I couldn't find a better way to do validation through c# code, my requirements are simple Cardinality…
Shanjee
  • 491
  • 5
  • 16
0
votes
0 answers

Epic AppOrchard Tokens in OAuth2 Context Missing Value

I'm testing my SMART application on Epic AppOrchard using Hyperspace simulator. Currently facing issue related to Tokens in OAuth2 context. Following is my Token URL: mrn=%PATID%&user=%SYSLOGIN%&providerId=%USERPROVFHIRID% I used to get providerId…
Azaz ul Haq
  • 1,635
  • 2
  • 18
  • 46
-1
votes
1 answer

Search practitoner by organisation

How do i search Practitioners in a department/organization e.g prov,dep,gov on FHIR server. i want to display only practitioners from a particular organization. Tried this "GET [base]/Practitioner?Organization=Organization/{_id}" and did not return…
Codee
  • 17
  • 2
-2
votes
1 answer

Understanding how FHIR works and how to implement it in a healthcare app

I have a project for University where we are developing a toy healthcare app and I am the backend developer. This app interacts with users, collecting their data. This data is used to make predictions for the user (data science) and can also be sent…
Joe
  • 13
  • 2
-3
votes
1 answer

Azure FHIR search for resources with _include expression not supported

I'm using following Azure For API(STU3) to play around. I'm trying to get other resources linked to DiagnosticReport resource with _include…
1 2 3
4