@liaisongroup/assist-api-js-client 1.5.73 → 1.5.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/openapi.json +1 -1
- package/package.json +1 -1
package/dist/openapi.json
CHANGED
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
},
|
|
147
147
|
{
|
|
148
148
|
"name": "HL7",
|
|
149
|
-
"description": "HL7 is a standard for exchanging information between medical applications.\nLiaison Assist handling of HL7 messages is dependent on the configuration of the XSLT mappings and actions.\n"
|
|
149
|
+
"description": "HL7 is a standard for exchanging information between medical applications.\nLiaison Assist handling of HL7 messages is dependent on the configuration of the XSLT mappings and actions.\nThe /hl7 message endpoint is used to send HL7 messages to Liaison Assist.\nYou need to provide a valid API key which matches the environments HL7_API_KEY in the Authorization header as a bearer token.\nThis endpoint expects to receive HL7 messages in XML format as output from a Mirth Connect instance.\n"
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
152
|
"name": "HL7 Messages",
|
package/package.json
CHANGED