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
1
vote
2 answers

FHIR works on AWS server not allowing to keep customized id as primary key

We are working for FHIR(Fast Healthcare Interoperability Resources). We have followed “FHIR works on AWS” and deployed the CloudFormation template given by AWS in our AWS environment.Following is the template that we have…
1
vote
1 answer

FHIR Validation in Android

I have a project in which I have to perform a a FHIR validation. I have implemented this functionality in a regular Java application using the hapi-fhir library with the Instance Validator and Schematron Validator. I am trying to do the same for…
konkouts
  • 51
  • 1
  • 6
1
vote
1 answer

Search criteria for appointment slots in Epic FHIR

I'm using Epic's FHIR API (with Argonaut) to search for available appointments, in their private sandbox: POST /api/FHIR/STU3/Appointment/$find { "resourceType": "Parameters", "parameter": [ { "name": "startTime", …
mmathis
  • 1,610
  • 18
  • 29
1
vote
1 answer

can't get a token back from epic fhir auth server

I'm not getting a token back from my epic app. I'm calling my app (PFI_app, non-prod. client id: [my_client_id]) from a browser script: FHIR.oauth2.authorize({ 'client_id':[my_client_id], 'scope':'openid, fhirUser,PATIENT.READ,…
1
vote
1 answer

How to Call AWS FHIRWORKS Patient API using c#

We are developing a Mobile App in c# xamarin which needs to call AWS FHIR Patient API to retrieve the Patient Details. We have done a setup in AWS FHIR Works API and was successful in retrieving the data in Postman using servrurl,auth url, clientid…
1
vote
0 answers

I have created profiles in Forge, how to import them to HAPI FHIR server?

I have created an HL7 FHIR profile in Firely Forge. Let's call it MyPatient.structureDefinition.json I'm able to send this profile as REST call to public FHIR server, but I can't find out how to import this profile to my own HAPI FHIR server that…
javajunkie
  • 11
  • 1
1
vote
1 answer

Is it possible to enable a question in FHIR Questionnaire based on a patient's characteristic? e.g.: age, sex

I have seen in Questionnaire FHIR examples that with enableWhen it is possible to enable or not questions depending on whether the answer to another question takes a certain value or not. "enableWhen": [ { "question": "1.1", …
fdr
  • 11
  • 2
1
vote
1 answer

Dotnet - Filtering a FHIR Bundle by Resource.Effective

I have been trying to perform a resource filtering by the 'Effective' attribute, but I seem to be running around in circles for the past hours and I am wondering if someone could give me a hand with this. The filtering method we have been using is…
AMFerreira
  • 23
  • 4
1
vote
0 answers

Power Bi - Custom Connector Oauth2 (fhir)

We've Smile CDR fhir server that supports oauth2. We're trying to connect to it using power bi, for this we're creating custom connector. We've added power bi as a client in Smile CDR. In the code we're passing every details however, we're getting…
1
vote
1 answer

Hapi FHIR: searching for patient identifier using Postman

I am using Postman to test the connectivity with the Hapi FHIR server and have have been testing different queries but nothing is working... The expected result is to get all the observations that match a certain patient identifier but, at this…
SRS
  • 11
  • 3
1
vote
1 answer

Is the canonical URI a business identifier or a logical one?

The documentation for canonical states that it is "is a special kind of Business Identifier" but then goes on to say "The canonical URL serves as a stable logical identifier for the resource". I understand the difference between the two types of…
Jason S.
  • 485
  • 2
  • 10
1
vote
1 answer

How to make a field required based on another field in FSH (FHIR Shorthand) language?

I am defining a profile in DetectedIssue resource and want to make mitigation field as required when the status field of this resource = final. Can someone help me how to do that? Here is the profile definition of my DetectedIssue resource. Profile:…
nirojshrestha019
  • 2,068
  • 1
  • 10
  • 14
1
vote
1 answer

How to publish an Extension to Azure FHIR repository?

I am using Azure API for FHIR. I have a Claims payload that requires some additional fields, which I am adding to the extension structure like: extension: [ { "url": "ROW_ID", "valueString": "1" }, { "url":…
aiman
  • 1,049
  • 19
  • 57
1
vote
1 answer

Authentication error when requesting FHIR resource from Azure FHIR Services

I have deployed Healthcare Workspace and HFIR Service to Azure. I successfully get capability statement and access token. I'm failing with Get FHIR resource request to get Patient list by Postman. I can see that this request connects to right App…
Kenny_I
  • 2,001
  • 5
  • 40
  • 94
1
vote
2 answers

Getting Error : Failed to load org/hl7/fhir/instance/model/api/IAnyResource on running spark-submit

I am trying to execute spark-submit in a java which also has some HAPI-FHIR libraried needed in the project. When I execute the job I get the following error Error: Failed to load package.MainClass: org/hl7/fhir/instance/model/api/IAnyResource I…
Why So Serious
  • 129
  • 1
  • 9