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

Where should I put a medication effectiveness in FHIR

Our practitioners go back after a med admin and chart the effectiveness of the medication. Right now I am putting this as an event in the admin event history. Is this correct? Part of me thinks this is an observation, but then that gets away…
devjme
  • 684
  • 6
  • 12
0
votes
2 answers

Write Vital on Smart on FHIR

I am looking for curl request example to write Vitals on Smart on FHIR (hir-open-api-dstu2.smarthealthit.org) database. Here is what I have found on http://docs.smarthealthit.org/tutorials/server-quick-start/ Example of Read Patient…
SC-SL
  • 377
  • 3
  • 19
0
votes
3 answers

FHIR json schema

Is there a complete or partial JSON schema for HL7 FHIR resources? I saw this. http://www.interopen.org/candidate-profiles/care-connect/CareConnect-AllergyIntolerance-1.html But the JSON scchema is not available. This is also not functioning.
sowmiyaksr
  • 169
  • 5
  • 18
0
votes
1 answer

Multiple referring pratictioners in an FHIR Encounter

I want to express the following use case : A patient is pregnant. She's seen by two specialists : an endocrinologist and an obstetric gynecologist. The gynecologist sends her to the hospital, for a care he can't give. The patient has then : a…
Fred Laurent
  • 1,537
  • 1
  • 12
  • 14
0
votes
1 answer

What if I want to define a resource but the data I have does not match all the predefined fields?

I am new to FHIR and I am trying to understand how the resources work. Assume I have patient data and I want to store it as a Patient resource define by FHIR. Patient Resource: http://build.fhir.org/patient.html But say the data I have is limited…
Rakesh Adhikesavan
  • 11,966
  • 18
  • 51
  • 76
0
votes
2 answers

FHIR 3 - How to show a discontinued medication in MedicationAdministration

I want to show entries from the MAR. One of the most important ones is a discontinued medication. I am using STU 3. I don't see anywhere that has the DC or discontinued code. Any help is much appreciated,…
devjme
  • 684
  • 6
  • 12
0
votes
1 answer

HL7-FHIR handle CRUD and history

Learning FHIR, I have this basic CRUD question, but I still need your help. In order to keep history, are the Create, Update and Delete basically inserting a new record with special flag/status? Just brainstorming, For update, should I insert a new…
Autorun
  • 319
  • 2
  • 8
  • 20
0
votes
1 answer

FhirContext reusing best practice returns exception "Timeout waiting for connection from pool"

I am having a jsp which makes 25 hl7 hapi fhir calls asynchronously using dstu2. As suggested in best practices, I am creating the fhir context once using static loading and reusing it in every service call. However, service calls fail…
0
votes
1 answer

FHIR Medication Order x1

How do I represent the x1 frequency in the Timing object of FHIR or in MedicationOrder? http://hl7.org/fhir/2016Sep/datatypes.html#Timing http://hl7.org/fhir/2016Sep/medicationorder.html It doesn't have to happen at a specific time but it is not…
devjme
  • 684
  • 6
  • 12
0
votes
1 answer

Where can I find a straightforward example of a FHIR Basic profile and a resource validated by it?

So I've been tearing my hair out the past couple of days trying to create a fhir profile based on the Basic resource, and create an instance of that resource compliant with the profile. I cannot for the life of me find a simple straight forward…
Andy
  • 3,228
  • 8
  • 40
  • 65
0
votes
2 answers

Parse error in Fhir with DecimalType on WebLogic 12.1.2

I have the folliwing medication order
edandr555
  • 1
  • 2
0
votes
1 answer

What does `"path": "Extension"` mean in an extensions element

In a StructureDefinition like "entry": [ { "fullUrl": "http://hl7.org/fhir/StructureDefinition/condition-dueTo", "resource": { ... "base": "http://hl7.org/fhir/StructureDefinition/Extension", "differential":…
Günter Zöchbauer
  • 623,577
  • 216
  • 2,003
  • 1,567
0
votes
1 answer

How to treat resources that extend other resources

When I generate code from StructureDefinitions, it would be obvious to use the class for the resource referenced in base as superclass. A resource that is based on another resource can change the the type of a property of the base resource (for…
Günter Zöchbauer
  • 623,577
  • 216
  • 2,003
  • 1,567
0
votes
1 answer

How to interpret the `path` attribute in `ElementDefinition`

I'm working on generating FHIR client code and am currently working on generating code for extensions. I have trouble understanding paths in ElementDefinition that contain more than one . like for example "path": "Extension.extension.id", from…
Günter Zöchbauer
  • 623,577
  • 216
  • 2,003
  • 1,567
0
votes
1 answer

What is `_code` in `profile-types.json`

for example snapshot/element[2] contains "type": [ { "fhir_comments": [ "Note: primitive values do not have an assigned type\r\n e.g. this is compiler magic\r\n XML and JSON types provided by extension" ], "_code": { …
Günter Zöchbauer
  • 623,577
  • 216
  • 2,003
  • 1,567