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
0 answers

Dummy Guide for Quick Implementation of HL7 FHIR DSTU2 Ballot Source Version

Are there any dummy guides for quick implementation of HL7 FHIR DSTU2 Ballot Source version? I had read the HL7 FHIR specifications but I am still confused on how to implement. I am more of a hands-on than theory-based person. Please help. Thanks.
domo
  • 39
  • 1
  • 2
0
votes
1 answer

FHIR: Use of web categories

In DSTU1, web categories were used for tags and security tags and (in one of Ewout's connectathon presentations) for profiles. However, in DSTU2 (May Ballot) I can only find a reference on one of the security tag pages. Question is: are Web…
Chris Grenz
  • 161
  • 9
0
votes
2 answers

HL7 FHIR: Profile for adapting another data type

E. g. In Composition the element date has the data type dateTime. ... ... Is it with a Profile possible that the element date…
hagem
  • 189
  • 3
  • 16
0
votes
1 answer

FHIR StructureDefinition - differential definitions

The DSTU2 May ballot version has a StructureDefintion resource (replaces Profile) that allows for "differential" definition of structures. It's pretty straightforward to use this to add elements to an existing structure - all elements in the…
Chris Grenz
  • 161
  • 9
0
votes
2 answers

Slicing discriminators - slicing by position

Is is possible to slice an element by ordinal position (rank)? For instance, to profile the first given element in HumanName differently than the second (and subsequent) instances: ... snip ...
Chris Grenz
  • 161
  • 9
0
votes
1 answer

FHIR: Slicing extensions

Slicing of DataElements is defined once per path (only one set of discriminators per unique path). This works for built-in elements, but extension is (and must be) sliced only by url. As a result, it appears that further (more detailed) slicing of…
Chris Grenz
  • 161
  • 9
0
votes
1 answer

FHIR Profile/StructDef: How are children (sub-elements) of a named slice tied to the slice?

I'm trying to figure out how to fully specify a sliced element. If I'm reading the spec right, nameReference is the only place where a "sub element" of a slice can declare which slice it's "on". So, if telecom is sliced by use and system and I want…
Chris Grenz
  • 161
  • 9
0
votes
1 answer

Cleanly getting the ID of a newly created resource

I've playing around with FHIR recently, but I can't find a way of cleanly getting the ID of a newly created resource other than extracting it from the header: Location: http://fhirtest.uhn.ca/baseDstu2/Practitioner/24796/_history/1…
Dawid O
  • 6,091
  • 7
  • 28
  • 36
0
votes
0 answers

Building a FHIR Server on an Existing Application: Step-by-Step Guide

We are trying to build a FHIR server as a facade to an existing EHR. We are following the instructions in the paper by Robert Worden dated Dec 2013 "Building a FHIR Server on an Existing Application: Step-by-Step Guide". The backend mappping tool…
0
votes
1 answer

Specify DeviceMetric for Observation in HL7 FHIR

Regarding the development version of FHIR (v0.4.0-xxxx) there may be a problem with the Observation resource. Consider a Device having some DeviceComponents each delivering specific DeviceMetrics. How do I create an Observation and specify its type…
Jonas
  • 3
  • 2
0
votes
1 answer

Converting XML into FHIR Resource XML format

I am currently trying to convert data from standard XML format to a format matching FHIR Resource XML. I am trying to research multiple avenues. Currently, I am fixated on using WSO2 Enterprise Service Bus to see whether it has the required…
MLak
  • 115
  • 1
  • 7
0
votes
1 answer

How to persist a bundle with resources not still created on my fhir server?

In our CDA2FHIR mapping engine we are generating Fhir bundle from CDA document, but this Bundle has resources without real fhir IDs from our server. For example, one patient and another compartment objects like procedures, medicationPrescription,…
jmolmo
  • 542
  • 4
  • 6
0
votes
2 answers

Does FHIR support self defined resource?

We have a need to display some extra content for diagnosticreport checked the online document, seems we FHIR doesn't support self defined resource, right? if can support, could somebody give me some reference? Thanks.
airhork
  • 82
  • 3
0
votes
1 answer

FHIR - Community care

I'm currently working on an administrative information system for primary care, using the FHIR specification as reference in some use cases. For community care, I didn't find any corresponding resources. Anyone have any idea how I can implement…
0
votes
1 answer

Search parameters with sort on DeviceObservationReport

Given a Resource such as DeviceObservationReport, a number of fields have cardinality 0..many. In some cases these contain reference(s) to other Resource(s) which may also have cardinality 0..many. I am having considerable difficulty in deciding how…
DavidF
  • 3
  • 1