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

FHIR interoperability platform choice

I want to create an interoperability platform FHIR compliance with a complex business logic. Our clients can send FHIR resources to platform. The best architecture by best practise documentation is an ibrid system FHIR + SOA, as this link says. Now…
Joe Taras
  • 15,166
  • 7
  • 42
  • 55
2
votes
1 answer

Validate if a resource matches a search criteria?

I am building a minimalistic subscription service. Is there any way to check if a resource matches predefined search criteria? eg, if I have: String criteria = "Observation?code=http://loinc.org|1975-2"; Observation observation = new…
MAKZ
  • 165
  • 14
2
votes
1 answer

FHIR Server for Azure: Azure AD mechanism when there are multiple servers

As explained here, you have to register your FHIR API with Azure AD in order to make calls to the API. Azure AD is free for Single Sign-On for up to 10 apps: https://azure.microsoft.com/en-us/pricing/details/active-directory/ Q: Given a scenario…
Chris
  • 6,105
  • 6
  • 38
  • 55
2
votes
1 answer

How to generate Java Model classes from FHIR resources?

I was trying to understand how the model classes are getting generated for given FHIR Resource in the below link http://build.fhir.org/ig/HL7/VhDir/StructureDefinition-vhdir-organization.html can see XML schema, Json-schema & Schematron, Is there…
Syed Rafi
  • 825
  • 2
  • 12
  • 35
2
votes
1 answer

Azure fhir - generate token php

How can I generate a token for azure fhir server using php. What I want is that the backend/php using guzzle will generate a token that will be use in the auth header to access the fhir server. I tried this guide…
chkm8
  • 1,302
  • 1
  • 13
  • 34
2
votes
4 answers

FHIR : How to check whether the exposed JSON is in proper FHIR standard

We have created a patient resource using FHIR, is there any tool or mechanism to validate whether the created JSON Object is in proper FHIR standard ,
Shuail_CR007
  • 292
  • 1
  • 15
2
votes
1 answer

Is there details on using Azure FHIR API / Azure FHIR Open Source with a service bus?

I have been tasked with finding out if/how the Azure FHIR API or the Azure FHIR Open Source can be used in conjunction with an enterprise service bus? however I have found little to no information about these two together?
EAW1234
  • 43
  • 3
2
votes
0 answers

scalaxb error: Method reads's code too large

I'm using scalaxb with scalaxb-sbt to generate the hl7 FHIR specification classes from the provided XSD files. I get the following errors: [error] Could not write class hl7/org/fhir/XMLProtocol$DefaultHl7orgfhir_BackboneElementableFormat because it…
Daniel Severo
  • 1,768
  • 2
  • 15
  • 22
2
votes
1 answer

HL7 to JSON conversion using JAVA

Do we have any mechanism to convert HL7 messages to json format in JAVA? I was going through HAPI FHIR library but could not find any such APIs.
2
votes
1 answer

How to get a healthcare organization from a Clinical Health Record instance?

I'm developing an app that works with Clinical Health Records. The idea is to fetch FHIR resources and process them in a certain way. Although getting the FHIR data is easy, I cannot find out what account or organization the record belongs…
Ivan Grishaev
  • 1,583
  • 10
  • 15
2
votes
1 answer

How to schedule individual MedicationRequest Administrations?

I am looking to find the best/recommended way to implement the MedicationRequest/MedicationAdministration workflow. Possiblities that I have explored are: Using the MedicationRequest by itself, and at runtime, determine when the dosages should…
BLC
  • 23
  • 2
2
votes
3 answers

Why HL7 FHIR Json Resources do not have a "root" element

I am implementing a FHIR Server able to receive Resources on both formats (XML/Json). In order to make it simple an consistent, my idea is to internally work just with XML and to translate Json request to XML and vice versa, but although it works…
Marti Pàmies Solà
  • 611
  • 1
  • 6
  • 12
2
votes
4 answers

How do we load test HKClinicalRecord data into HealthKit?

Yesterday Apple announced their health records API. The documentation for it states that: ...clinical records are read-only, so you can’t request authorization to share clinical record types. You can’t create or save new HKClinicalRecord…
Mattio
  • 2,014
  • 3
  • 24
  • 37
2
votes
1 answer

Retrospective updates

We are planning to use the "history" interaction to support viewing of historical snapshots of a resource (for example, viewing care event details for an encounter as historical snapshots of the encounter) For example, GET…
RahulB
  • 197
  • 1
  • 8
2
votes
1 answer

Anyone able to use Swift SMART FHIR with iOS?

I have been having a terrible time trying to figure out the OAUTH process for an iOS app into the Allscripts FHIR sandbox. I was hoping to use SMART SWIFT (https://github.com/smart-on-fhir/Swift-SMART) as it seems to handle this login, but I keep…
Seth Merritt
  • 193
  • 1
  • 9