Skip to main content
Filter by
Sorted by
Tagged with
17 votes
4 answers
10k views

Without using commercial tools, is there an easy way to generate sample FHIR resources? I'm working an a project to store FHIR messages to Elasticsearch, and I need a tool to generate FHIR sample ...
mishkin's user avatar
  • 6,262
15 votes
1 answer
3k views

We are currently in the process of evaluating FHIR for use as part of our medical record infrastructure. For the EHR data (Allergies, Visits, Rx, etc..) the HL7 FHIR seems to have an appropriate ...
user2864740's user avatar
  • 62.5k
12 votes
1 answer
27k views

I'm trying to get example found from this link to work. GET and DELETE methods are working but I have some issue with PUT and POST. I get server replied: Bad Request. With qDebug() I get this error: ...
Lauri's user avatar
  • 137
11 votes
4 answers
21k views

I am trying to convert HL7 v2.x message to FHIR JSON using java or python. But I am not able to find any solution. Is there any way to achieve this? I found that FHIR is capable of converting to JSON ...
animal's user avatar
  • 1,004
7 votes
1 answer
11k views

I've notice most if not all fhir resource types have a property 'identifier', which is of type identifier. I have set this on my resources to have a system, and a value, I'm wondering how I now ...
Andy's user avatar
  • 3,658
7 votes
2 answers
26k views

I'm setting up a new asp.net core 3.1 project, exposing a RESTful API in FHIR format, which is a format extending JSON. I'd like to make a simple UI available with SwaggerUI. That's where I've got an ...
Philippe's user avatar
  • 2,039
7 votes
1 answer
6k views

I'm trying to use the sandbox from https://fhir.epic.com/ for Backend Services. I am following this tutorial : https://fhir.epic.com/Documentation?docId=oauth2&section=BackendOAuth2Guide : I ...
cuzureau's user avatar
  • 380
7 votes
1 answer
3k views

I am trying to add support for sidecar applications in EHR platforms. I am taking a pure implementer's approach to build an intermediate representation (such as an XML) for mapping CDA<--->FHIR. I ...
iceman's user avatar
  • 4,279
6 votes
4 answers
5k views

I'm trying to implement the EPIC FHIR SMART Backend Services (Backend OAuth 2.0) on go programming language. I've created my dev account, uploaded the public key there, and selecting the backend ...
novalagung's user avatar
  • 11.7k
6 votes
2 answers
3k views

I'm using this hapi-fhir v4.2.0 server with jpa and it's working just fine. I have added a few patients and I'm able to GET/POST requests to my hapi-fhir localhost environment. I'm also able to ...
ncesar's user avatar
  • 1,802
6 votes
4 answers
5k views

I am attempting to generate c# classes from schemas provided by the FHIR project: http://hl7.org/implement/standards/fhir/ I have downloaded the schemas: http://hl7.org/documentcenter/public/standards/...
jlo-gmail's user avatar
  • 5,096
6 votes
1 answer
4k views

The Resource entity define an id attribute as "Logical id of this artifact". Meanwhile for resources like MedicationRequest also define an attribute named identifier. The description is "External ...
mg0880gm's user avatar
6 votes
1 answer
5k views

I've been trying to wrap my head around authoring profiles in FHIR. The trouble I'm having is around the use of using extensions. The documentation talks about extensions as if they are simply just ...
Andy's user avatar
  • 3,658
6 votes
2 answers
8k views

I recently did a lot of coding in AngularJS. After some time it started to feel comfortable with it and also got really productive. But unfortunately there is this one thing I don't understand: ...
J.S.'s user avatar
  • 65
6 votes
3 answers
3k views

This is basically a modelling questions. Clinicians keeps lot of important information documented inside Clinical Notes for various type of encounters. How does FHIR specification suggests to model ...
Gaurav Daga's user avatar
6 votes
1 answer
3k views

I'm trying to run a fhir search using the following code; FhirContext ctx = FhirContext.forDstu2(); ctx.getRestfulClientFactory().setConnectTimeout(2000000); IGenericClient client = ctx....
Andy's user avatar
  • 3,658
5 votes
3 answers
16k views

lawn-128-61-59-74:~ postgres$ createuser -R -P -S -D fhir After running "brew install postgresql" and running postgres, when running the above command I am getting the following error: "-bash: ...
luii's user avatar
  • 339
5 votes
1 answer
2k views

Can anyone describe the purpose of the following tools and difference between them? fhir-net-api smart-on-fhir
Abubakar Ikram's user avatar
5 votes
1 answer
7k views

I'm using the HL7.Fhir nuget package 0.9.3 created by Ewout Kramer. I am tying it up with ASP.NET Web API, but unfortunately the built in JSON serialization isn't generating the JSON correctly. It ...
peter.swallow's user avatar
5 votes
2 answers
2k views

I'm trying to upload a resource to HAPI. It's based on the resource type basic, and I have created a custom profile(and extensions) for the concept I'm trying to capture. I have uploaded those ...
Andy's user avatar
  • 3,658
5 votes
1 answer
1k views

We have a system where citizens download Questionnaire from a server, fill it in and submit a QuestionnaireResponse back into the server, storing it there. In our case, these are simple questions ...
Larsie's user avatar
  • 309
5 votes
2 answers
8k views

Currently we are doing some POC around converting HL7 v2 message to a FHIR resource. So as a first step we are converting the HL7 v2 message into an XML format using XMLParser from HAPI API, and as a ...
user3057148's user avatar
5 votes
2 answers
8k views

In the FHIR query spec it states that the _include parameter can be added to the query URL to request that specified referenced resources are returned in full to prevent further network requests to ...
BENBUN Coder's user avatar
  • 4,891
5 votes
1 answer
3k views

I'm trying to unmarshal XML like this in Go: <property> <code value="abc"/> <valueBoolean value="true"/> </property> or this <property> <code value="abc"/> ...
Scott Deerwester's user avatar
5 votes
1 answer
2k views

As the title says really. I've been POSTing patient resources to FHIR via multiple calls and having the patient passed as xml. I have hundreds of thousands of patients to add (as well as tons of ...
Andy's user avatar
  • 3,658
5 votes
3 answers
6k views

I'm trying to learn the basics of fhir and want to implement in node js. I have come across the following code https://github.com/FHIR/fhir.js In that it says that i have to create a instance of ...
Grijan's user avatar
  • 318
5 votes
1 answer
3k views

I've looked at the documentation for creating profiles for FHIR, and I've used Forge to create some xml that I believe is valid to describe a profile. I can't find in the documentation where it ...
Andy's user avatar
  • 3,658
4 votes
3 answers
5k views

Is it possible to get a count for the number of Patients on an FHIR server. Searching for FHIR and count I get several results for using _count to limit the number of records returned by a query, but ...
John's user avatar
  • 4,054
4 votes
2 answers
4k views

Was looking at trying to find an example of leveraging the fhir-net-api to create a FHIR client server side and pass in an authorization token that is being passed back from a smart on fhir client ...
Blasi's user avatar
  • 76
4 votes
3 answers
592 views

I'm trying to understand the risks involved in one system 'speaking FHIR' and another 'speaking OpenEHR/Archetypes'. Especially for the Observation, Questionnaire, Device and Patient resources. Can ...
Larsie's user avatar
  • 309
4 votes
1 answer
7k views

I'm looking for help on how to post a bundle containing multiple resources to a HAPI Server. I'm running the [test server][1], and I've tried using both the Jetty server and running it as a docker ...
Grey's user avatar
  • 419
4 votes
1 answer
3k views

I am new to the Health Level 7 standards and messaging paradigm and was reading up on OIDS/URIs. While I know OID are unique Identifiers assigned under an Assigning Authority, I would like to know the ...
Spindoctor's user avatar
4 votes
1 answer
4k views

For our patient registration system as a standalone web service, we want to use FHIR. Applications that want to request data from the web service in some cases want to retrieve information about ...
Willem Burgers's user avatar
4 votes
1 answer
1k views

I understand in general the constraints of the RIM model and the steep learning curve of v3, which has led to many of its failures. Although FHIR has clear strengths in scalability and application to ...
Abid D. Alexander's user avatar
4 votes
2 answers
460 views

Is there a 'no known allergy' mechanism defined in HL7 FHIR resources somewhere in the specification?
Brett Esler's user avatar
4 votes
1 answer
2k views

How do HL7 FHIR and openEHR relate? I understand that HL7 v2 etc is basic messaging for interoperability. But FHIR seems to add some Clinical Data Modeling to this in the form of resources - A Visit ...
bobD's user avatar
  • 89
4 votes
1 answer
3k views

I have a set of fhir resources in the following form: <Basic> <meta> <versionId value="1.0"/> <lastUpdated value="2016-11-18T10:26:51Z"/> <profile ...
Andy's user avatar
  • 3,658
4 votes
1 answer
3k views

I would like to add to add a custom extension to my Schedule resource. In my app, Schedule have visit motives (reasons). I know there's a list of classified appointments / encounter reasons but I ...
user2462805's user avatar
  • 1,079
4 votes
1 answer
4k views

So I have a FHIR patient bundle json from the "$everything" operation: https://www.hl7.org/fhir/operation-patient-everything.html I am now interested in using the Smart on FHIR Python Client Models ...
Pylander's user avatar
  • 1,601
4 votes
1 answer
8k views

Could anybody give an example for Java REST client to search Patients using FHIR data model?
Vivek's user avatar
  • 345
4 votes
1 answer
539 views

FHIR Location resources can have a .partOf property that points to another Location. Let's say we have locations nested like this. Where each location is partOf the parent Location. hospital ...
Henrik Joreteg's user avatar
4 votes
1 answer
3k views

Team, I am using FHIR bluebutton for CMS data (Claims data) and now I want to apply sorting in FHIR data we are getting bundle of explanation of Benefit(EOB) https://www.hl7.org/fhir/search.html#sort ...
thakkar kajal's user avatar
4 votes
1 answer
450 views

I want to create an Observation derived from a QuestionnaireResponse. What is the convention for pointing to a specific item in a QuestionnaireResponse object from which the Observation was derived? I ...
k3thomps's user avatar
  • 191
4 votes
1 answer
926 views

I am working on a solution for the HRRP hospital readmissions reduction program. I want to make my server FHIR compliant. But what does FHIR compliant mean? My HRRP solution has some data that does ...
Rakesh Adhikesavan's user avatar
4 votes
1 answer
623 views

I am trying to understand how to use the FHIR Questionnaire resource, and have a specific question regarding this. My project is specifically regarding how a citizen in our country could be ...
Larsie's user avatar
  • 309
4 votes
1 answer
448 views

Note: The issue is also reported on GitHub. Please take a look at Git issue as well for current progress/investigation. I'm using fhir-client v0.1.15 to develop a SMART on FHIR web application that ...
Azaz ul Haq's user avatar
  • 1,757
4 votes
3 answers
4k views

How can I search for extension values in FHIR? Is SearchParameter registration necessary for searching for the extension? Any help with an example would be great. I have been trying with my own FHIR ...
Vikash Kumar's user avatar
4 votes
0 answers
1k views

I'm trying to use the sandbox from https://fhir.epic.com/ for Backend Services. I am following this tutorial : https://fhir.epic.com/Documentation?docId=oauth2&section=BackendOAuth2Guide : I ...
code tutorial's user avatar
3 votes
1 answer
1k views

I'm trying to integrate the FHIR KBV_PR_Base_Observation_Heart_Rate profile. In the coding segment of the FHIR Resource, the profile provides that the display segment is to be provided with an ...
Baschtl's user avatar
  • 33
3 votes
2 answers
824 views

Looking at the FHIR documentation for Patient resource https://www.hl7.org/fhir/patient.html I can't find a way to specify a Patient's room number as it pertains to an organization (facility) that ...
Marco Di Cesare's user avatar

1
2 3 4 5
22