1,068 questions
-1
votes
1
answer
64
views
Is it possible to show a codes from a codesystem from another terminologyservice than the tx in a fhir IG generated via SUSHI?
I wonder if it is possible to show the expanded codes from a terminology service that is not defined as the tx server in the ini file?
What I mean is that under artifacts in the implementation guide ...
0
votes
1
answer
51
views
The CQF ruler HAPI FHIR server doesn't seem to find the base64 encoded text/cql or text/elm in my Library
Problem
I’ve uploaded multiple Library resources and measures, each containing both text/cql and application/elm+json entries also in the content array. from the HEDIS MY2024 definations
Each Library ...
1
vote
1
answer
85
views
Merging FHIR patients using Firely .NET
I am trying to merge two FHIR patient resources using the C# Firely SDK.
Unfortunately, this always fails with an error
Invalid request. Query parameter sourcePatientId is missing
although it is ...
0
votes
1
answer
65
views
Question about using LOC participation type for multiple participants in the Appointment resource
I'm working on a FHIR-based integration for surgical scheduling, and I have a question regarding the use of the participant element within the Appointment resource.
We know that participant.actor can ...
0
votes
1
answer
65
views
_elements of a "N" nature, filtering only on certain _element values
So I can query on identifier-SYSTEM's.
And I can "trim the return payload" by specifying values for _elements.
But when an _element is a collection of values (like "identifiers"), ...
0
votes
1
answer
81
views
Hapi FHIR fails to install IGs
I am new to HAPI FHIR and this is the problem I can't solve: I have the HAPI FHIR server running with docker compose alongside with the application.yaml config file. Inside the config file I specify ...
2
votes
3
answers
113
views
How can I graphically view HL7 FHIR data?
I noticed that fhir data is a graph node-edge data format. I would like to view the data graphically. How can this be done?
0
votes
0
answers
107
views
eClinicalWorks - the redirect uri returns 403 "error_description":"invalid_request"
I am integrating eClinicalWorks to my portal. The whole idea is we make an authentication request to eClinicalWorks - in an ideal world, the user opens up the page, the portal makes a request to eCW, ...
0
votes
1
answer
75
views
How to associate minimum and maximum time to effect to a FHIR resource?
I'm working on a project to migrate a legacy healthcare system to FHIR, and I need help mapping the current SQL-based fields to the appropriate FHIR resources.
The goal is to enable API integrations ...
0
votes
1
answer
287
views
How to disable SSL verification in FHIRKit Client module (module fhir-kit-client)
I'm writing a FHIR request using Node.js FHIRKit Client module (aka fhir-kit-client) against a FHIR server that has a self signed certificate.
This is how I'm initializing the FHIR Client:
// Define ...
0
votes
1
answer
30
views
Is it possible to construct a FHIR search query based on the identifiers of a linked object?
we have the [Appointment][1], [Patient][2] and [Organization][3] resources as shown below. I'm trying to construct search queries for the usecase - find all appointments scheduled on a given day ...
0
votes
0
answers
61
views
How to Resolve 403 Client Error in EPIC FHIR Production Environment
So I was able to get sandbox data and pull it just fine. Now moving from sandbox to production, I been a patient at Methodist and am using my personal crediential against their API. And I am getting ...
0
votes
0
answers
43
views
Error: 403 Client Error when using EPIC FHIR Prod
So I was able to get sandbox data and pull it just fine. Now moving from sandbox to production, I been a patient at Methodist and am using my personal crediential against their API. And I am getting ...
1
vote
1
answer
310
views
Trouble accessing Epic Fhir resources in Epic Sandbox 403 error
I'm working on a project to pull data from the Epic FHIR R4 sandbox environment using OAuth2 authentication. I've successfully obtained an access token and can retrieve Patient data. However, I'm ...
0
votes
0
answers
46
views
How to obtain the ValueSet of a FHIR resource property using the Firely Net SDK
Not sure how the BindingAttribute value can be used to obtain the ValueSet applicable to the property.
This is the code from the Condition class defined in firely-net-sdk (https://github.com/...
0
votes
1
answer
71
views
Xsd (or any "original source of truth") for FHIR object SEARCH PARAMETERS
There are some xsd's that describe FHIR objects and their content (element-names).
like:
fhir-single.xsd
https://build.fhir.org/validation.html#schema
(page 6 of below)
https://www.devdays.com/wp-...
0
votes
1
answer
64
views
Errors after having published the implementation guide FHIR for the first time
I made the first publication to FHIR IG Builds from the GitHub repository, using the Auto-Builder and webhook. The first publication went well, but subsequent builds gave me the following error:
...
0
votes
1
answer
120
views
FHIR AuditEvent IP Address, Device Type and Country
In a web application I'm using HL7 FHIR (R5) standard for auditevent.
What is the correct structure/properties in FHIR to hold these properties:
IP Address (IP address of the user who performed the ...
1
vote
1
answer
84
views
Exporting related data in FHIR
Using the bulk export ($export) functionality of FHIR, I am able to export all resources given a query. What I am unsure about is how to export data related to these resources.
For example, suppose I ...
0
votes
1
answer
87
views
Proper usage of Hl7.Fhir.Rest.SearchParams.Add for multiple values of the same param-Name [closed]
https://github.com/CareEvolution/fhir-net-api/blob/multiversions/src/Hl7.Fhir.Core/Rest/SearchParams.cs#L107
/// <summary>
/// Add a parameter with a given name and value.
/// </...
0
votes
1
answer
63
views
Shall I implement INotifyPropertyChanged on the View or ViewModel
I am new to C# programming, I am coming from a Java background and I have clear understanding on C# and the MVVM model. I am trying to develop a GUI client for FHIR server and am planning to use ...
0
votes
1
answer
103
views
Unparsable FHIR Bundle with Binary Resource: Invalid URL [closed]
I'm trying to create a FHIR Bundle with Binary Resource, here is my bundle:
{
"resourceType": "Bundle",
"id": "bundle-transaction",
"meta": {
...
0
votes
1
answer
53
views
FHIR PlanDefinition $Apply error trying to access Activity Definitions
Using the docker image for hapiproject/hapi:latest and running the image using docker run -e HAPI_FHIR_CR_ENABLED=true -p 8080:8080 to enabled the Clinical Reasoning module, when I try to Apply ...
0
votes
1
answer
140
views
JSON Serialize a "hybrid" (FHIR and non-FHIR object)
So if I have a "simple" (non FHIR) object.
import java.io.Serializable;
import java.util.Date;
public record SimpleSerializablePoco(String someString,
int someInt,
Date someDate,
long ...
0
votes
0
answers
52
views
Adding FHIR to wearOS project
I am trying to add FHIR to my wearOS app, using Google's Open Health Stack SDK. I have been following this guide: https://google.github.io/android-fhir/use/FEL/Getting-started/
When I add the ...
0
votes
1
answer
111
views
Is there anyway to get FHIR Claim Resources based on related Procedure details?
This seems to be a huge oversight on HL7s FHIR standard but it seems Claims lack Search Params based on associated "items" like CPT codes or ICD diagnosis. I'm hopeful that I'm just naive ...
0
votes
1
answer
464
views
How to create Encounters using EPIC FHIR API?
I'm working on integrating Epic FHIR APIs into my custom EHR application. One of my requirements is to create new Encounters (e.g., linking them to appointments or other workflows). However, after ...
0
votes
0
answers
235
views
Cannot get access token from EPIC Fhir API
I'm trying to get an access token from FHIR EPIC using JWT. My code is below. I keep getting this error
Request error: 400
Client Error: Bad Request for url: https://fhir.epic.com/interconnect-fhir-...
0
votes
0
answers
105
views
Converting FHIR Json to Google proto generated model
We have the FHIR JSON model which needs to be serialized using protobuf but we are not able to serialize it as the JSON is not getting parsed to the generated google fhir models.
https://github.com/...
0
votes
1
answer
43
views
NHS MESH and FHIR Unreadable message received
I'm trying to send a FHIR document through the NHS MESH system, but it the messages is not being received.
I'm using the SDK for creating a package. I've created a package that contains Composition, ...
0
votes
1
answer
221
views
FHIR Bundle batch validation
I want to validate a FHIR Bundle against a remote FHIR server using a single request. The incoming bundle can contain both valid or invalid resources. The response bundle should contain validation ...
0
votes
0
answers
992
views
How to Resolve SLF4J Compatibility Issues with Logback 1.5 and Logback 1.2 Dependencies
I'm currently upgrading the hapi-fhir version to 6.8.8, which has upgraded slf4j-api to 2.x. This new version uses the ServiceLoader mechanism for class loading. My application uses Logback 1.5, which ...
0
votes
1
answer
82
views
Include or RevInclude on Cardinality 0..*
Using this tutorial:
https://github.com/hapifhir/fhir-tutorial/blob/master/Search_References_ChainHasIncludeRevinclude/lesson.md#reverse-include-_revinclude-1
and this image
Include and Reverse ...
1
vote
1
answer
167
views
Removing unwanted value properties from FHIR JSON output? [closed]
I am working on developing a .NET Core application where I create FHIR resources based on results from a database. However, when generating the JSON response for a FHIR bundle, I am getting an ...
0
votes
1
answer
69
views
How can I query FHIR server to return all panel tests and independent tests in one go
I have a patient portal that connects to an FHIR server to get patient's lab tests.
I want to get all the panel/grouped tests and individual tests in one query. Is there a way to do that?
1
vote
1
answer
72
views
Is there a resource type authorization check enabled out-of-the-box for fhir-server?
I am wanting to use FHIR Server with Okta. I have successfully integrated Okta (checks tokens on the [Authorize] attribute and can generate a new bearer via the API). However, now I have the below use ...
0
votes
1
answer
69
views
How to choose between a FHIR category and a FHIR extension for encoding a custom field value
I have some custom fields that I try to map onto FHIR resources and I am having some doubts on whether some of them should be a FHIR category or an extension.
Some fields seem to be containing ...
0
votes
1
answer
106
views
How is FHIR store searched by Practitioner for all PractitionerRoles (GET, POST, .search not working)?
A Practitioner can be included in more than one PractitionerRole resources. I'm attempting here to retrieve all the PractitionerRole Resources for a particular Practitioner. This works in the Google ...
0
votes
2
answers
117
views
Writing to FHIR service using B2C identity provider
Is it possible to create an application the uses B2C identity provider and writes to the Azure FHIR service?
All the B2C examples I have encountered only read for the FHIR service (e.g. https://learn....
1
vote
0
answers
187
views
PUT DocumentReference request to Epic FHIR Sandbox gets 404
I'm an engineer working to integrate some of my employer's products with Epic's FHIR APIs, on behalf of our clients who use Epic as their EHR.
At the moment, I'm querying Epic's sandbox to prototype a ...
0
votes
1
answer
64
views
How to capture a Patient's healthcare literacy in FHIR?
Objective
For a specific use case we need to capture a Patient's healthcare proficiency. For that we have three classifications, eg literate, informed, and curious.
Question
What is the FHIR ...
1
vote
2
answers
346
views
Most Recent Encounter Search in FHIR
We have a use case where I need to pull the most recent Encounter using FHIR but all I have is the MRN of the patient to go off of. What parameters should I use to ensure I get the most recent ...
0
votes
1
answer
178
views
FHIR query using _type and common search parameters
I'm using the Azure FHIR service R4 and trying to find all device and service requests that are based on a particular care plan. I ran the following request:
{{fhirurl}}/?_type=DeviceRequest,...
2
votes
1
answer
2k
views
Authentication/API Token retrieval for eClinicalWorks, other FHIR endpoints
QUESTION WAS EDITED TO INCLUDE SOME DEVELOPMENT CODE.
Just curious about various methods to authenticate with FHIR through various EMR vendors. I have sandbox accounts with AthenaHealth, ...
0
votes
0
answers
187
views
Epic fhir appointment request
I try to get appointments from Epic Fhir. I use var baseUrl = "https://fhir.epic.com/interconnect-fhir-oauth/api/FHIR/R4"
But I get status code forbidden.
Details of the Issue:
API Endpoint: ...
0
votes
1
answer
448
views
fhir search not equal to any of the values
I'm having trouble constructing search query where I need to retrieve FHIR Patient Resources that do not contain any of the tags in an array.
To retrieve FHIR Patient resources that contain a specific ...
0
votes
1
answer
172
views
HAPI FHIR - From CDA to FHIR by using StructureMap
I'm using hapi-fhir version 7.2.1 and I'm trying to convert a CDA document in FHIR resource by using FHIR Mapping language and StructureMap resources
I wrote this unit test
@SpringBootTest(
...
0
votes
1
answer
169
views
How to get OT notes and PT notes from EPIC FHIR API
I am trying to get the PT notes and OT notes but from the document reference API (Clinical Notes, Labs, LDAs etc) but not what I wanted can anyone help with this.
I investigate all the document ...
1
vote
2
answers
434
views
I am requesting access token from FHIR sandbox and receive token but error of invalid_grant
I am requesting an access token from FHIR sandbox for a standalone web app (no client secret). On my redirect page I collect code and state from URL, and then fetch access token.
export default ...
0
votes
1
answer
256
views
Is there a FHIR API call to get all the FHIR events within a particular duration
Currently I am using Azure FHIR service to do CRUD on various resources, I want to fetch all the events happening on my fhir service since last 5 hours using FHIR API
I have tried the following ...