Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
64 views

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 ...
user3378248's user avatar
0 votes
1 answer
51 views

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 ...
kartik kumar's user avatar
1 vote
1 answer
85 views

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 ...
Florian's user avatar
  • 71
0 votes
1 answer
65 views

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 ...
Sandra Couto's user avatar
0 votes
1 answer
65 views

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"), ...
granadaCoder's user avatar
  • 28.2k
0 votes
1 answer
81 views

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 ...
You Can Have It's user avatar
2 votes
3 answers
113 views

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?
negfrequency's user avatar
  • 1,939
0 votes
0 answers
107 views

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, ...
sh khan's user avatar
  • 135
0 votes
1 answer
75 views

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 ...
CAUA LEITE's user avatar
0 votes
1 answer
287 views

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 ...
MrWalterWhite's user avatar
0 votes
1 answer
30 views

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 ...
RKodakandla's user avatar
  • 3,502
0 votes
0 answers
61 views

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 ...
johnnnieyy's user avatar
0 votes
0 answers
43 views

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 ...
johnnnieyy's user avatar
1 vote
1 answer
310 views

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 ...
Mark's user avatar
  • 1
0 votes
0 answers
46 views

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/...
Loure's user avatar
  • 5
0 votes
1 answer
71 views

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-...
granadaCoder's user avatar
  • 28.2k
0 votes
1 answer
64 views

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: ...
Alejandro's user avatar
  • 886
0 votes
1 answer
120 views

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 ...
Yahya Rechaki's user avatar
1 vote
1 answer
84 views

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 ...
Michiel Meulendijk's user avatar
0 votes
1 answer
87 views

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. /// </...
granadaCoder's user avatar
  • 28.2k
0 votes
1 answer
63 views

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 ...
Berhe Birhane's user avatar
0 votes
1 answer
103 views

I'm trying to create a FHIR Bundle with Binary Resource, here is my bundle: { "resourceType": "Bundle", "id": "bundle-transaction", "meta": { ...
SOS's user avatar
  • 531
0 votes
1 answer
53 views

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 ...
paul D's user avatar
  • 21
0 votes
1 answer
140 views

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 ...
granadaCoder's user avatar
  • 28.2k
0 votes
0 answers
52 views

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 ...
theproductivepickle's user avatar
0 votes
1 answer
111 views

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 ...
TheCaffinatedDeveloper's user avatar
0 votes
1 answer
464 views

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 ...
Kaizer47's user avatar
0 votes
0 answers
235 views

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-...
Zaynaib Giwa's user avatar
  • 5,996
0 votes
0 answers
105 views

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/...
Varun's user avatar
  • 597
0 votes
1 answer
43 views

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, ...
Chris Cooper's user avatar
0 votes
1 answer
221 views

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 ...
DmitryAB's user avatar
  • 371
0 votes
0 answers
992 views

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 ...
Jonny's user avatar
  • 83
0 votes
1 answer
82 views

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 ...
granadaCoder's user avatar
  • 28.2k
1 vote
1 answer
167 views

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 ...
Salt's user avatar
  • 980
0 votes
1 answer
69 views

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?
Aftab Baig's user avatar
1 vote
1 answer
72 views

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 ...
Kayla Garaycochea's user avatar
0 votes
1 answer
69 views

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 ...
user2173353's user avatar
  • 4,770
0 votes
1 answer
106 views

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 ...
Andrew Rose's user avatar
0 votes
2 answers
117 views

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....
Alexandre Guimond's user avatar
1 vote
0 answers
187 views

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 ...
Aaron's user avatar
  • 2,237
0 votes
1 answer
64 views

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 ...
Alexander Heidl's user avatar
1 vote
2 answers
346 views

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 ...
sroth79's user avatar
  • 21
0 votes
1 answer
178 views

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,...
Alexandre Guimond's user avatar
2 votes
1 answer
2k views

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, ...
SScotti's user avatar
  • 2,338
0 votes
0 answers
187 views

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: ...
Lana Tarnavska's user avatar
0 votes
1 answer
448 views

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 ...
RKodakandla's user avatar
  • 3,502
0 votes
1 answer
172 views

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( ...
Angelo Immediata's user avatar
0 votes
1 answer
169 views

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 ...
Bhautik Korat's user avatar
1 vote
2 answers
434 views

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 ...
Lance A. MD's user avatar
0 votes
1 answer
256 views

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 ...
Hema Mounika's user avatar

1
2 3 4 5
22