0

FHIR Converter

  • updated 2 yrs ago

Description

FHIR is an acronym for Fast Healthcare Interoperability Resources, which is a draft standard describing data formats and elements (known as "resources") that represent granular clinical concepts. This part converts a default Lua structure to a Lua stucture that follows the QUICK logical data model. 

Use

This part is used in medical applications that use patient data that must comply to the FHIR standard. In most cases, this part will be used in conjunction with a call to the FHIR server using the Call Webservice part and the Lua to JSON converter part.

Editor Fields

Tab Field Name Description/Use Type/Options Optional/Mandatory
Basic Mode Use this option to select the input and output types. FHIR to Quick | Quick to FHIR Mandatory
Basic Input This is the name of the data object where the input data is stored. Data Object Mandatory
Basic Output This is the name of the data object where the output data is stored. Data Object Mandatory
Basic Batch Set to yes if the input data is a batch of References. Note that a FHIR bundle is considered as one reference and therefore is not a batch. Yes | No Optional
Basic Replace references If enabled, this option tells the system to replace the contained references with the Reference value for easy query generation. Disabled | Enabled Optional
Basic Replace only these references This option allows the user to define a list of list of Reference names to be replaced. If the list is empty, the system will replace all Reference types. List Optional
Basic Retrieve references from server This option allows the user to enable or disable the retrieval of FHIR resources that are referenced but are not contained. These references could be retrieved by the system with an additional call to the server, but note that a call to the server is relatively time-consuming.

If the user enables this option, the server configuration has to be set up in the settings file to make use of the feature.
Disabled | Enabled Optional
Connection information Custom headers If the user enables Retrieve references from server, it is possible to add additional headers to the call. You can use this where authentication is needed, for example. List Optional

Example

Download and import the sample project in your workspace. 

Reply Oldest first
  • Oldest first
  • Newest first
  • Active threads
  • Popular
Like Follow
  • 2 yrs agoLast active
  • 22Views
  • 3 Following

Home