Questions tagged [hl7-fhir]

Fast Healthcare Interoperability Resources (FHIR) is a standard for health care data exchange, published by HL7®.

FHIR is an interoperability standard intended to facilitate the exchange of healthcare information between organizations. It consists of 2 main parts – a content model in the form of ‘resources’, and a specification for the exchange of these resources in the form of real-time RESTful interfaces as well as messaging and Documents.

It's published by HL7 (Health Level Seven International).

Documentation is available on HL7 website: http://hl7.org/fhir/documentation.html

986 questions
4
votes
1 answer

relationship between FHIR and openEHR

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 with a Patient with an Observation is to my mind a…
bobD
  • 89
  • 1
  • 8
4
votes
1 answer

FHIR : adding a custom extension

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 would like to use mine. I have something like this…
user2462805
  • 1,049
  • 3
  • 11
  • 26
4
votes
1 answer

What does it mean to be FHIR compliant?

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 not match any of the pre defined resources. For…
Rakesh Adhikesavan
  • 11,966
  • 18
  • 51
  • 76
4
votes
1 answer

How for I search fhir resources based on extension values?

I have a set of fhir resources in the following form:
Andy
  • 3,228
  • 8
  • 40
  • 65
4
votes
1 answer

Smart-on-FHIR Python Client with Bundles

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 to make working with the json file a lot easier. …
Pylander
  • 1,531
  • 1
  • 17
  • 36
4
votes
3 answers

Is reversible mapping between FHIR and Archetypes possible?

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 the two content formats be mapped between each…
Larsie
  • 309
  • 1
  • 9
4
votes
1 answer

Access and scheduling of FHIR Questionnaire resource

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 responding to Questionnaires via a web app, which are then…
Larsie
  • 309
  • 1
  • 9
4
votes
1 answer

Will FHIR and HL7 v3 be used concurrently? Or is FHIR to replace v3?

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 mobile devices, is it being developed as a total…
4
votes
1 answer

Java REST client for FHIR data model

Could anybody give an example for Java REST client to search Patients using FHIR data model?
Vivek
  • 341
  • 1
  • 5
  • 15
4
votes
2 answers

FHIR resource that supports concept no known allergy

Is there a 'no known allergy' mechanism defined in HL7 FHIR resources somewhere in the specification?
3
votes
3 answers

Parse string to enum with custom attribute

I have an enum as follows. I also have a string in-progress I am trying to parse this string to the appropriate enum. As seen by the following test we want to parse to take a string and return the enum [Fact] public void…
Linda Lawton - DaImTo
  • 106,405
  • 32
  • 180
  • 449
3
votes
0 answers

open epic fhir sandbox is throwing { "error": "invalid_client", "error_description": null }

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§ion=BackendOAuth2Guide : I already register a new app, created a JWT (using SSL…
code tutorial
  • 554
  • 1
  • 5
  • 17
3
votes
1 answer

Issues with Epic Bulk Data Request - 401 Error

I'm implementing a FHIR integration in Python to pull data from Epic's sandbox environment. I wanted to see if anyone else has attempted this, or has had any issues with token authentication when doing the kick-off request. Some notable information…
ultraub
  • 31
  • 2
3
votes
1 answer

How to extend a primitive data type in FHIR with an extension?

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 extension for the German-speaking…
Baschtl
  • 33
  • 2
3
votes
1 answer

HAPI FHIR R4 : Modifiers on ReferenceParam

I'm currently building a FHIR (R4) Server, and i try to implement the following request: [base]/PractitionerRole?practitioner.active:not=true I know that active is a Token Param, and thanks to HAPI, i can use the following command : TokenParam…
TheTisiboth
  • 1,431
  • 1
  • 6
  • 13
1 2
3
65 66