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
0
votes
1 answer

How do I represent medication alternatives in FHIR?

I would like to know if there is a Resource I could use to represent medication alternatives, such as: If you are taking Drug A , you should use Drug B or Drug C instead
0
votes
2 answers

How to start implementing HL7.FHIR in asp.net web api

I am new to HL7.FHIR. I was assigned to implement REST API to send FHIR compliant JSON Messages. My initial thought is that, we will have to transform our stored data to FHIR compliant data / JSON. I tried to use given XSD from…
Pratap Das
  • 504
  • 2
  • 7
  • 20
0
votes
2 answers

Constructing POST request message for MEdicationOrder Resource HAPI - FHIR

I am writing a java code for generating a POST request using MedicationOrder resource in HAPI - FHIR DSTU2 HL7. I have come across several troubles. Setting the reference values for the contained resources. Contained resources are not present in…
0
votes
1 answer

HAPI FHIR not generate Narrative Template

I have a problem with my restful server implements with HAPI FHIR. I have a PatientResourceProvider and a PractitionerResourceProvier. When I do a search for a Practitioner Resource, the Narrative Template is not generated. I receive this message in…
0
votes
1 answer

Status and div in FHIR Narrative

In the FHIR specification, the narrative has two child elements, status and div, with both having a cardinality of 1..1. My understanding of this is that narratives must have child elements status and div. However, I have seen resources in which…
Enigma
  • 305
  • 2
  • 11
0
votes
1 answer

Fhir 500 error, involving extension

I'm new to fhir but I have the concept down I believe. I'm trying to do these activities just to understand it better but for this one I'm getting a error 500. I'm pretty sure I have the Post url correct. Ps i did the * on purpose I had my data in…
Sam kh
  • 127
  • 1
  • 11
0
votes
2 answers

FHIR Managing planned reviews and discharge from a service

My application is an inpatient acute pain service, but similar patterns would exist for other in-hospital and ambulatory service (nutrition, physio and other therapies, social work) - ie any time a service is brought in by the treating team but then…
ErichBSchulz
  • 15,047
  • 5
  • 57
  • 61
0
votes
1 answer

Custom Resources Hapi FHIR

I have a problem with custom resources. I'm doing a restful server to access to clinical information form a external database, and I have a custom resource: MyAppointment, with a custom attribute. My question is, when a client uses my web service,…
0
votes
1 answer

FHIR and human readability

I am a bit confused about human readability with regards to FHIR. Here, FHIR claims that human readability is required for each and every resource. However, here, it says that any resource that is domain resource may include human-readable…
Enigma
  • 305
  • 2
  • 11
0
votes
0 answers

FHIR Snapshot - Base selection

If an element in an SD has a type.profile, from where should the snapshot draw element descriptive information? Given: ...
Chris Grenz
  • 161
  • 9
0
votes
2 answers

Create subsets for certain Resources to better fit existing data model?

We are trying to implement a FHIR Rest Server for our application. In our current data model (and thus live data) several FHIR resources are represented by multiple tables, e.g. what would all be Observations are stored in tables for vital values,…
0
votes
1 answer

Searching for two resource types and sorting according to date?

Is it possible with a FHIR search procedure to search for TWO resource types and sort them according to the date? I'd like a list of Observation and QuestionnareResponses, in a single response, returning the newest 10 regardless of resource type.…
Larsie
  • 309
  • 1
  • 9
0
votes
1 answer

FHIR Search by Referencing Resources

Is there a way to search for a resource by its referencing resources? For example, is the a way to find all Observations of code = X with Provenance by agent Y? GET [base]/Observation?code=X&??? One could: GET…
Chris Grenz
  • 161
  • 9
0
votes
1 answer

FHIR - how to associate Encounter with Claim

Using FHIR (DTSU 2.1/3, as of 2016-03-01). We have a requirement to associate charges to an encounters. So I am trying to find a way to associate an Encounter resource with a Claim resource. Ideally (it seems), Claim would just have a…
crig
  • 859
  • 6
  • 19
0
votes
1 answer

Can I use actionResulting to link Questionnaire to a CarePlan activity?

I have asked about Questionnaire and CarePlan earlier and someone else has asked another similar question, but my question this time is a bit more specific. This time I wonder if it's allowed to create a CarePlan using 'detail' rather than…
Larsie
  • 309
  • 1
  • 9