Questions tagged [dstu2-fhir]
98 questions
2
votes
2 answers
FHIR Medication Administration - Current Dose
I need a way of saying where we are currently within a dose of medication.
Like 5 execution out of 7
or Dose Administration number 5
Does anyone know how to express this in the event objects or elsewhere?

devjme
- 684
- 6
- 12
2
votes
1 answer
Why isn't my fhir resource validating against a profile?
I'm trying to validate an instance of the resource type 'Basic' against the following profile which I've created: https://simplifier.net/Crew/questionResponse
I have uploaded the profile to my local HAPI server, I then try to upload a resource and…

Andy
- 3,228
- 8
- 40
- 65
2
votes
2 answers
Order in STU 3 version of FHIR? Advanced Directives?
In DSTU2 there is an Order object which I was going to use for documenting advanced directives.
http://hl7.org/fhir/order.html
I don't see this in the next version. Any advice on how to model advanced directives or if Order will actually make it…

devjme
- 684
- 6
- 12
2
votes
1 answer
Failed to Call Access Method Exception when Creating a MedicationOrder in FHIR
I am using this http://fhirtest.uhn.ca/baseDstu2 test FHIR server and it worked okay so far.
Now I am getting an HTTP-500 - Failed to Call Access Method exception.
Anyone has any idea on what has gone wrong?

Nethanjalie Lelwala
- 77
- 7
2
votes
2 answers
How would you implement FHIR in PHP?
I am trying to build a webapp in PHP that implements HL7's standards. Then I came across FHIR. I do not have alot of experience with API's, though I do have some with some PHP frameworks.
When FHIR's documentation says it is a framework standard,…

James A
- 467
- 4
- 12
2
votes
1 answer
Representing PCP/GP History in FHIR
Background:
I have been digging into the FHIR DSTU2 specification to try and determine what is the most appropriate resource(s) to represent a particular patient's historical list of GPs/PCPs. I am struggling to find an ideal resource to house this…

Matthew Cox
- 13,566
- 9
- 54
- 72
2
votes
0 answers
OAuth2 on Furore Spark
I'm needing to secure the Furore Spark server using OAuth2. Has this been done before? I've not been able to find any code samples or guidance so would appreciate any help or advice you can give.

Andy Kendall
- 33
- 6
2
votes
1 answer
Can't access Procedure.reason in FHIR model
I'm using the Fhir-net-api with DSTU2 to parse JSON objects to C# models. Everything works well, except that I can't access the Reason element of the resource type Procedure. As an example, I parse following JSON object to the Procedure model using…

ftramnitzke
- 151
- 9
2
votes
2 answers
How to represent a contained resource in the .NET FHIR DSTU 2 Model
I am trying to construct an Order resource for the purpose of the EvaluateOrder transaction for GAO. According to the spec it is using contained resources as shown below. The problem I am having is that the .NET object model
seems to require a…

Tedford
- 2,842
- 2
- 35
- 45
1
vote
1 answer
hapi-fhir-cli upload examples command giving an error
I'm trying to upload test data to the local JPA fhir server using hapi-fhir-cli. But while uploading the resources, I'm getting the following error.
2020-09-03 17:33:26.486 [main] INFO c.u.f.c.ExampleDataUploader 1 good references
2020-09-03…

Kamlesh
- 11
- 4
1
vote
1 answer
FHIR search multiple words with _content
I am trying to search multiple words using _content search parameter but it does not work.
Example CAll - GET [base]/Condition?_content=(bone OR liver) and metastases
This request should return all Condition resources with the word "metastases" and…

Saurav
- 13
- 2
1
vote
1 answer
Can't understand importance of Schema/Schematron Validator
I am validating resource through Schema/Schematron validator. I am providing invalid xml of patient resource to it, still it does not complain and giving output as 'Validation passed'.
As in below code snippet you can observe, I have given multiple…

Amit Gawali
- 270
- 2
- 4
- 18
1
vote
1 answer
What FHIR API would enable one to write notes to patient chart - specifically in Epic
I'm looking for a way to write notes into patient chart in Epic. Couldn't find any current FHIR specs about writing notes , but I didn't find this proposal http://wiki.hl7.org/index.php?title=ClinicalNote_FHIR_Resource_Proposal
Are there any other…

HIT_girl
- 785
- 7
- 23
1
vote
2 answers
Enclosing multiple fhir resource in a single resource
I am currently working to standardize communication between a lab and clinic server. I am working on a basic workflow that returns a DiagnosticReport type FHIR resource from the clinic server. According to FHIR only references of Observations are…

Tayyab
- 1,207
- 8
- 29
1
vote
1 answer
FHIR JSON to XML decoding in BizTalk
I am just starting out with FHIR and with json so my question may not be well asked.
I have built a BizTalk pipeline component to convert FHIR-json to FHIR-xml using this library, https://github.com/ewoutkramer/fhir-net-api , based on an example i…

David
- 139
- 1
- 13