Questions tagged [dstu2-fhir]

98 questions
0
votes
1 answer

Fhir validate structure definition does not seem to work

I have some custom code which creates a structure definition based on some user inputs. The way it works is to set up a differential by getting structure definition requirements from user, generates the snapshot and finally I persist it into local…
0
votes
1 answer

Why is Compartment search not supported on Hapi DSTU2 server now?

Up to sometimes back i could perform compartment search on HAPI DSTU2 server, but now i am not able to do so. The following is the request format i was using: http://fhirtest.uhn.ca/baseDstu2/Patient/1548313/Condition Also please let me know about…
Onkaar Singh
  • 10,187
  • 3
  • 14
  • 26
0
votes
1 answer

Some basics of compartment search

I am new to FHIR, and am unable to understand the concept of compartment search.I have read compartment is a group of similar resources, but when we do compartment search we provide the following path:…
Onkaar Singh
  • 10,187
  • 3
  • 14
  • 26
0
votes
1 answer

Javascript Fhir on NodeJS

I've been using a fhir.js library in nodejs. I have got the read and search working but not the create or update which consistently gives me an error. Has anyone else used this library? I instantiate my client like this: var client = new mkFhir({ …
-1
votes
1 answer

Search practitoner by organisation

How do i search Practitioners in a department/organization e.g prov,dep,gov on FHIR server. i want to display only practitioners from a particular organization. Tried this "GET [base]/Practitioner?Organization=Organization/{_id}" and did not return…
Codee
  • 17
  • 2
-1
votes
2 answers

fhir.js - how to pass Oauth token in the search query in nodejs app

I have a nodejs app that connects to an FHIR server and queries patient data. I am not sure how do I pass the Oauth2 token to the getPatient function. I am using fhir.js node library for the application. var Fhir = require('fhir.js'); var user =…
Saurav
  • 13
  • 2
-1
votes
1 answer

Where to store assessment name/type in Clinical Impression Resource?

I’m currently working on an implementation that facilitates the flow of data, from clinical record(s) into a personal health record. We are planning to use the FHIR ClinicalImpression resource for routine planned heath reviews and it seems to be a…
-2
votes
1 answer

what is main different between FHIR Client & FHIR server

I have an EMR system its develop using java & oracle database now I want to integrate FHIR server in my system environment and want to share my EMR data to another system. I want to use the HAPI library to integrate FHIR in my system. But I am some…
Shamim Ahmed
  • 57
  • 1
  • 12
1 2 3 4 5 6
7