-
```js
const message = new Message({
messageHeader: {
msh_9_1: "ADT",
msh_9_2: "AO1",
msh_10: "CONTROL_ID"
}
})
let segment = message.addSegment('PV1')
segmen…
-
The converter's target FHIR bundle type is currently limited to a [Collection Bundle](org.hl7.fhir.r4.model.Bundle.BundleType). In this issue we will update the converter to support a [Transaction Bun…
-
If you parse an xml document into an object and then use xml2js.Builder to convert the resulting object back to xml, the output should be equivalent to the original xml document. This way it would be …
-
Being a noob I can't figure out if ruby-hl7 supports ADT messages and its various segments https://datica.com/academy/hl7-201-the-admission-discharge-transfer-adt-message/
-
### Summary
When creating an IG using the HNZ IG builder for hosting at https://fhir-ig.digital.health.nz/, you need to define a name for the IG, that gets included in the canonical URL. I.e. the can…
-
It'd be useful if it was possible to start up a TLS-enabled server, something like
```
const app = hl7.tcp();
app.use(async function(req, res, next) {
...
}
app.startTls(5007,{},{ key:...,cert…
-
When testing application output using the Form Builder, I was able to create and export a complex Questionnaire that then does not pass FHIR 4.0 schema validation.
The form that is giving errors i…
-
I'm evaluating your library for performance and wow it's good. One issue I've encountered however is handling of escape characters. For instance \T\ should evaluate to &. I was thinking this should…
-
It is not possible to enter valid ucum unit in the unit field if they are not 'precoordinated' in the API used.
For exemple :
![image](https://github.com/lhncbc/formbuilder-lhcforms/assets/617…
-
This is a concept to make it easy to generate FHIR resources.
# Builder Functions.
We can introduce "builder" functions which make it easy to create a FHIR resource. Every FHIR resource type sho…