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
1
vote
0 answers

Use Fire.Ly open source libraries in a FHIR server

I am developing a FHIR Based ASP.NET Web API. I would like to know how to plug in Fire.Ly's JSON Parsor in the WEB API Pipeline so as to directly parse the FHIR Resource using [FromBody] attribute in the POST Request. Any example / documentation…
Shubha Lakshmi
  • 127
  • 2
  • 2
  • 15
1
vote
1 answer

How to set custom header in fhirclient-4.0.0 python library?

I am working with fhirclient-4.0.0 and using this library to send Http requests to my fhir server. For the update request, I need to send one extra header 'If-Match'. But I don't see any option to do this or to set custom header. This is my python…
Neeraj
  • 11
  • 1
0
votes
2 answers

Hl7.Fhir.ElementModel.StructuralTypeException: Type checking the data: Encountered unknown element 'timestamp' at location 'Bundle.timestamp[0]

I am quite new in FHIR development. f I try to do the same thing with the other public test server (https://server.fire.ly) This is my code getting below exception. Hl7.Fhir.ElementModel.StructuralTypeException: Type checking the data: Encountered…
Anil patil
  • 31
  • 7
0
votes
1 answer

What are the appropriate resources for storing billing codes in FHIR when not dealing with claims or invoices (R4)?

When creating resources (Conditions, EpisodeOfCare, Encounter) that typically need billing codes (ICD10 and CPT), what is the generally agreed upon schema for storing these codes for entities who are not directly involved in filing claims or…
dajaffe
  • 855
  • 13
  • 34
0
votes
0 answers

hapi-fhir-jpaserver-starter How to create MVC

I'm trying to clone the Hapi-fhir-jpaserver-starter project at the following URL and create an API with an MVC pattern, only 404 error occurs. I don't know why. "https://github.com/hapifhir/hapi-fhir-jpaserver-starter" I created a template file in…
0
votes
0 answers

Get Fhir practitioners not assigned to any organization

I am writing a web select component that allows users to browse through and select a practitioner from a pool of practitioners who have not been assigned to an organization. The backend is based on hapi fhir server. One way I can do this is fetch…
pnetm
  • 15
  • 4
0
votes
1 answer

Personalizing question text in a FHIR Questionnaire

Generally I would expect a FHIR Questionnaire's questions' text to be static (i.e. a PHQ-9 Questionnaire). However for non-standardized forms, such as an intake specific to one clinic, there could be questions where the text should be personalized…
dajaffe
  • 855
  • 13
  • 34
0
votes
1 answer

Test the smart on FHIR application on any production ready EHR. Avoid second level of authentication after launch inside EHR

I have a SOF application built for EHR systems like Cerner, EPIC, Athena etc. The application runs well on sandbox environments. However, when I tried to check if the app is ready, before going for non-production and production environment, using…
Ponnapally
  • 88
  • 1
  • 13
0
votes
1 answer

Authenticating an external API for Smart on FHIR app that talks to EHR systems

I am building a smart on FHIR application connecting different EHR systems like Cerner, and EPIC and I have built an external API to run an algorithm on this data. I call the APIs inside the SOF app after getting data from FHIR servers, however, I…
0
votes
2 answers

filter GCP FHIR QuestionnaireResponse resources by a linkId

I'm Trying to filter the GCP healthcare Fhir QuestionnaireResponse by specific linkId. I have tried following queries in GCP FHIR…
0
votes
0 answers

Is there a way to get the patient details from the logica patient picker by using a standalone SMART-on-FHIR app?

We have created a SMART on FHIR app and testing in Logica health sandbox as a standalone application. The scope we are using is 'launch/patient patient/. openid user/.' Now, during the execution it is prompting us to select the persona in patient…
Ashish
  • 1
  • 1
0
votes
1 answer

Appropriate usage of FHIR MedicationRequest paired with MedicationStatement basedOn

I've seen the relationship between a MedicationRequest and MedicationStatement used in different ways at different healthcare entities - specifically linking the two with MedicationStatement.basedOn - and I'm curious if there is a best practice or…
dajaffe
  • 855
  • 13
  • 34
0
votes
0 answers

I need to add my custom authentication(Signup-Signin) module (Nodejs) on fhir server(https://github.com/bluehalo/node-fhir-server-mongo)

i tried to add my modules on the git but it is unable to read login routes and giving error Invalid url {"level":"error","message":{"issue":[{"code":"not-found","details":{"text":"Invalid url:…
0
votes
1 answer

EPIC FHIR API Token generation issue

Issue in getting an Access Token I have received an error that "Failed to retrieve Authorization code from Launch Token." in Postman. Unable to receive the Access token using &iss and &launch. We are following these steps: Passing the Query…
Sumit
  • 1
  • 1
0
votes
0 answers

Limited Access to FHIR Resources using Azure API For Fhir and smart on fhir proxy

I have created a fhir server using Azure API for FHIR. I have created a smartclient in azure using the MS open source smart on fhir proxy.(https://github.com/microsoft/fhir-proxy/tree/main/scripts) I basically got standalone launch working using…