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

FHIR JSON to XML parsing issue with fhir-net-api stu2

I am using the library fhir-net-api dstu2 to parse incoming FHIR JSON from a Restful web service to XML in a biztalk pipeline component and then passing it to the XML disassembler for debatching in BizTalk. Most message go through without an issue…
David
  • 139
  • 1
  • 13
0
votes
1 answer

How to know who created this FHIR resource?

When we are creating DiagnosticReport or Observation or Allergy or any other resource how to capture, who is creating this resource in the app. whether it is Patient or Practitioner? How to differentiate the "createdBy". I couldnt map a field for…
sowmiyaksr
  • 169
  • 5
  • 18
0
votes
2 answers

.net wrapper for SMART on FHIR

I am new to SMART on FHIR technology and wanted to create some .net wrapper with SMART on FHIR. anyone please provide suggestions how to start on this and helpful references. Thanks
JK1
  • 11
  • 1
0
votes
1 answer

How to install FHIR Listener in Mirth Connect

I am using Mirth Connect v3.5.1.Tried to install FHIR Listener,throws error(refer attachment). I am struggling from the past 3hr? I am using Ubuntu-14.04 and Java 8.
HelloWorld
  • 382
  • 1
  • 13
0
votes
0 answers

Dynamic JSON serialization based on the property value

I am implementing a REST server using Spring Boot, JAXB2 and Jackson. This server supports JSON and XML and it is based on official specifications. I am currently having a serialization problem specific to the JSON format and I do not know how it…
sylmandel
  • 51
  • 5
0
votes
1 answer

How to pass RxNumber in FHIR 'MedicationRequest' resource?

I am not sure if the 'RxNumber' should be part of the incoming 'MedicationRequest' or not. I would like to know how people are treating RxNumber in this FHIR context.
0
votes
1 answer

Epic AppOrchard's apps - oauth error response comes with statusCode 200

When going through Epic's App Orchard Oauth flow , any misconfiguration of the app results in an error which says "INVALID_CLIENID". One issue is that error text is confusing because it isn't the clientId that is incorrect for some other config…
HIT_girl
  • 785
  • 7
  • 23
0
votes
1 answer

How to search on FHIR using complex nested queries

I haven't really found examples or instructions on how a complex nested query should look like when searching a FHIR resource. Some examples (pseudo-code): (name=Mary AND gender=female) OR (address-city=Springfield AND address-state=NY)…
0
votes
1 answer

Epic's App Orchard Oauth server to server flow

Have anyone had any luck implementing Epic's App Orchard Oauth flow (server to server flow. no user interaction) I'm trying to get OAuth flow working from the point a user launches our app from Epic's patient chart. The user would trigger a request…
HIT_girl
  • 785
  • 7
  • 23
0
votes
2 answers

FHIR DataRequirement metadata type

I am implementing a CDS system, and I would like to use the DataRequirement type to ask for additional information. However, I am having some difficulties to understand the filter elements ("codeFilter" and "dateFilter"). For example, the property…
0
votes
3 answers

Is really safety to use PATCH based on array index?

For instance if we (as client app) retrieve a Patient with one array of contacts and now we send to the fhir server a PATCH request to modify some of the info for some of the contact... the only way we sawto indicate it is using the position.…
0
votes
1 answer

Generate structure classes from StructureDefintion with HAPI

Is it possible to generate structure classes from a custom StructureDefintion in a similar fashion as HAPI generates official DSTU2/3 structure classes? I want to implement some local StructureDefinition from simplifier.net (For example:…
Kwastie
  • 102
  • 2
  • 8
0
votes
1 answer

Change default namespace when Serializing to XML fhir-net-api

I'm using the the fhir-net-api library found here to transform FHIR messages from JSON to XML. The resulting XML has a namespace of http://hl7.org/fhir/ which seems to be the default used by the library. Is there a way to control the namespace when…
David
  • 139
  • 1
  • 13
0
votes
1 answer

How do I add a resource to a bundle using fhirclient (Smart on FHIR)?

I am working with the fhirclient (Smart on FHIR) python library and have successfully created a bundle and individual resources. I would assume there are helper methods in the "Bundle" class to allow me to add a resource to a bundle but I can't…
GregH
  • 12,278
  • 23
  • 73
  • 109
0
votes
1 answer

Compartment usage for POST/PUT

While a compartment representation is valid for searches (GET), is it incorrect to use the compartment based representation for POST/PUT interactions. For instance - GET [base]/Patient/[id]/Condition - this is the usage pattern mentioned for…
RahulB
  • 197
  • 1
  • 8