@openfn/language-fhir-eswatini 0.5.1 → 0.5.2
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/index.cjs +2 -0
- package/dist/index.js +2 -0
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -1382,6 +1382,7 @@ function SzLabResult_default(props) {
|
|
|
1382
1382
|
};
|
|
1383
1383
|
if (!import_lodash11.default.isNil(props.authorizer)) {
|
|
1384
1384
|
let src = props.authorizer;
|
|
1385
|
+
src = import_language_fhir_413.b.reference(src);
|
|
1385
1386
|
delete resource.authorizer;
|
|
1386
1387
|
import_language_fhir_413.b.addExtension(
|
|
1387
1388
|
resource,
|
|
@@ -1391,6 +1392,7 @@ function SzLabResult_default(props) {
|
|
|
1391
1392
|
}
|
|
1392
1393
|
if (!import_lodash11.default.isNil(props.testingLaboratory)) {
|
|
1393
1394
|
let src = props.testingLaboratory;
|
|
1395
|
+
src = import_language_fhir_413.b.reference(src);
|
|
1394
1396
|
delete resource.testingLaboratory;
|
|
1395
1397
|
import_language_fhir_413.b.addExtension(
|
|
1396
1398
|
resource,
|
package/dist/index.js
CHANGED
|
@@ -1352,6 +1352,7 @@ function SzLabResult_default(props) {
|
|
|
1352
1352
|
};
|
|
1353
1353
|
if (!_11.isNil(props.authorizer)) {
|
|
1354
1354
|
let src = props.authorizer;
|
|
1355
|
+
src = dt11.reference(src);
|
|
1355
1356
|
delete resource.authorizer;
|
|
1356
1357
|
dt11.addExtension(
|
|
1357
1358
|
resource,
|
|
@@ -1361,6 +1362,7 @@ function SzLabResult_default(props) {
|
|
|
1361
1362
|
}
|
|
1362
1363
|
if (!_11.isNil(props.testingLaboratory)) {
|
|
1363
1364
|
let src = props.testingLaboratory;
|
|
1365
|
+
src = dt11.reference(src);
|
|
1364
1366
|
delete resource.testingLaboratory;
|
|
1365
1367
|
dt11.addExtension(
|
|
1366
1368
|
resource,
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfn/language-fhir-eswatini",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "OpenFn fhir-eswatini adaptor",
|
|
5
5
|
"author": "Open Function Group",
|
|
6
6
|
"license": "LGPLv3",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"fhir": {
|
|
9
9
|
"specUrl": "http://172.209.216.154/definitions.json.zip",
|
|
10
|
-
"adaptorGeneratedDate": "2026-03-
|
|
11
|
-
"generatorVersion": "0.7.
|
|
10
|
+
"adaptorGeneratedDate": "2026-03-13T11:07:44.299Z",
|
|
11
|
+
"generatorVersion": "0.7.5",
|
|
12
12
|
"options": {}
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|