@openfn/language-fhir-4 0.2.6 → 0.2.7
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 +3 -1
- package/dist/index.js +3 -1
- package/package.json +3 -3
- package/types/builders.d.ts +1012 -1412
package/dist/index.cjs
CHANGED
|
@@ -445,6 +445,9 @@ __export(builders_exports, {
|
|
|
445
445
|
visionPrescription: () => visionPrescription
|
|
446
446
|
});
|
|
447
447
|
|
|
448
|
+
// src/profiles/Account.ts
|
|
449
|
+
var import_lodash2 = __toESM(require("lodash"), 1);
|
|
450
|
+
|
|
448
451
|
// src/datatypes.ts
|
|
449
452
|
var import_lodash = __toESM(require("lodash"), 1);
|
|
450
453
|
var systemMap = {};
|
|
@@ -596,7 +599,6 @@ var composite = (object, key, value2) => {
|
|
|
596
599
|
};
|
|
597
600
|
|
|
598
601
|
// src/profiles/Account.ts
|
|
599
|
-
var import_lodash2 = __toESM(require("lodash"), 1);
|
|
600
602
|
function Account_default(props) {
|
|
601
603
|
const resource = {
|
|
602
604
|
resourceType: "Account",
|
package/dist/index.js
CHANGED
|
@@ -417,6 +417,9 @@ __export(builders_exports, {
|
|
|
417
417
|
visionPrescription: () => visionPrescription
|
|
418
418
|
});
|
|
419
419
|
|
|
420
|
+
// src/profiles/Account.ts
|
|
421
|
+
import _2 from "lodash";
|
|
422
|
+
|
|
420
423
|
// src/datatypes.ts
|
|
421
424
|
import _ from "lodash";
|
|
422
425
|
var systemMap = {};
|
|
@@ -568,7 +571,6 @@ var composite = (object, key, value2) => {
|
|
|
568
571
|
};
|
|
569
572
|
|
|
570
573
|
// src/profiles/Account.ts
|
|
571
|
-
import _2 from "lodash";
|
|
572
574
|
function Account_default(props) {
|
|
573
575
|
const resource = {
|
|
574
576
|
resourceType: "Account",
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfn/language-fhir-4",
|
|
3
3
|
"label": "FHIR r4",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.7",
|
|
5
5
|
"description": "OpenFn FHIR r4 adaptor",
|
|
6
6
|
"author": "Open Function Group",
|
|
7
7
|
"license": "LGPLv3",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"fhir": {
|
|
10
10
|
"specUrl": "https://hl7.org/fhir/R4B/definitions.json.zip",
|
|
11
|
-
"adaptorGeneratedDate": "
|
|
12
|
-
"generatorVersion": "0.
|
|
11
|
+
"adaptorGeneratedDate": "2026-02-05T14:26:08.607Z",
|
|
12
|
+
"generatorVersion": "0.5.0",
|
|
13
13
|
"options": {
|
|
14
14
|
"simpleBuilders": true
|
|
15
15
|
}
|