@metriport/commonwell-cert-runner 1.19.10 → 1.19.11
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/payloads.d.ts +33 -33
- package/package.json +3 -3
package/dist/payloads.d.ts
CHANGED
|
@@ -56,32 +56,32 @@ export declare const makeMergePatient: ({ facilityId }?: {
|
|
|
56
56
|
name: {
|
|
57
57
|
family: string[];
|
|
58
58
|
use?: string | null | undefined;
|
|
59
|
-
text?: string | null | undefined;
|
|
60
|
-
given?: string[] | undefined;
|
|
61
|
-
prefix?: string | string[] | null | undefined;
|
|
62
|
-
suffix?: string | string[] | null | undefined;
|
|
63
59
|
period?: {
|
|
64
60
|
start?: string | undefined;
|
|
65
61
|
end?: string | undefined;
|
|
66
62
|
} | null | undefined;
|
|
63
|
+
text?: string | null | undefined;
|
|
64
|
+
given?: string[] | undefined;
|
|
65
|
+
prefix?: string | string[] | null | undefined;
|
|
66
|
+
suffix?: string | string[] | null | undefined;
|
|
67
67
|
}[];
|
|
68
68
|
gender: {
|
|
69
69
|
code: string;
|
|
70
|
-
display?: string | null | undefined;
|
|
71
70
|
system?: string | null | undefined;
|
|
71
|
+
display?: string | null | undefined;
|
|
72
72
|
};
|
|
73
73
|
birthDate: string;
|
|
74
74
|
address: {
|
|
75
75
|
zip: string;
|
|
76
76
|
use?: string | null | undefined;
|
|
77
|
-
line?: string[] | null | undefined;
|
|
78
|
-
city?: string | null | undefined;
|
|
79
|
-
state?: string | null | undefined;
|
|
80
|
-
country?: string | null | undefined;
|
|
81
77
|
period?: {
|
|
82
78
|
start?: string | undefined;
|
|
83
79
|
end?: string | undefined;
|
|
84
80
|
} | null | undefined;
|
|
81
|
+
line?: string[] | null | undefined;
|
|
82
|
+
city?: string | null | undefined;
|
|
83
|
+
state?: string | null | undefined;
|
|
84
|
+
country?: string | null | undefined;
|
|
85
85
|
}[];
|
|
86
86
|
identifier?: {
|
|
87
87
|
system: string;
|
|
@@ -95,9 +95,9 @@ export declare const makeMergePatient: ({ facilityId }?: {
|
|
|
95
95
|
assigner?: string | null | undefined;
|
|
96
96
|
}[] | null | undefined;
|
|
97
97
|
telecom?: {
|
|
98
|
-
use?: string | null | undefined;
|
|
99
|
-
system?: string | null | undefined;
|
|
100
98
|
value?: string | null | undefined;
|
|
99
|
+
system?: string | null | undefined;
|
|
100
|
+
use?: string | null | undefined;
|
|
101
101
|
period?: {
|
|
102
102
|
start?: string | undefined;
|
|
103
103
|
end?: string | undefined;
|
|
@@ -105,7 +105,6 @@ export declare const makeMergePatient: ({ facilityId }?: {
|
|
|
105
105
|
}[] | null | undefined;
|
|
106
106
|
picture?: any;
|
|
107
107
|
};
|
|
108
|
-
active?: boolean | null | undefined;
|
|
109
108
|
identifier?: {
|
|
110
109
|
system: string;
|
|
111
110
|
key: string;
|
|
@@ -117,58 +116,59 @@ export declare const makeMergePatient: ({ facilityId }?: {
|
|
|
117
116
|
} | null | undefined;
|
|
118
117
|
assigner?: string | null | undefined;
|
|
119
118
|
}[] | null | undefined;
|
|
120
|
-
provider?: {
|
|
121
|
-
type?: string | null | undefined;
|
|
122
|
-
reference?: string | null | undefined;
|
|
123
|
-
display?: string | null | undefined;
|
|
124
|
-
} | null | undefined;
|
|
125
119
|
_links?: {
|
|
126
120
|
self: {
|
|
121
|
+
type?: string | null | undefined;
|
|
127
122
|
href?: string | null | undefined;
|
|
128
123
|
templated?: boolean | null | undefined;
|
|
129
|
-
type?: string | null | undefined;
|
|
130
124
|
};
|
|
131
|
-
|
|
125
|
+
upgrade?: {
|
|
126
|
+
type?: string | null | undefined;
|
|
132
127
|
href?: string | null | undefined;
|
|
133
128
|
templated?: boolean | null | undefined;
|
|
134
|
-
type?: string | null | undefined;
|
|
135
129
|
} | null | undefined;
|
|
136
|
-
|
|
130
|
+
downgrade?: {
|
|
131
|
+
type?: string | null | undefined;
|
|
137
132
|
href?: string | null | undefined;
|
|
138
133
|
templated?: boolean | null | undefined;
|
|
139
|
-
type?: string | null | undefined;
|
|
140
134
|
} | null | undefined;
|
|
141
|
-
|
|
135
|
+
person?: {
|
|
136
|
+
type?: string | null | undefined;
|
|
142
137
|
href?: string | null | undefined;
|
|
143
138
|
templated?: boolean | null | undefined;
|
|
144
|
-
type?: string | null | undefined;
|
|
145
139
|
} | null | undefined;
|
|
146
|
-
|
|
140
|
+
networkLink?: {
|
|
141
|
+
type?: string | null | undefined;
|
|
147
142
|
href?: string | null | undefined;
|
|
148
143
|
templated?: boolean | null | undefined;
|
|
149
|
-
type?: string | null | undefined;
|
|
150
144
|
} | null | undefined;
|
|
151
|
-
|
|
145
|
+
personMatch?: {
|
|
146
|
+
type?: string | null | undefined;
|
|
152
147
|
href?: string | null | undefined;
|
|
153
148
|
templated?: boolean | null | undefined;
|
|
154
|
-
type?: string | null | undefined;
|
|
155
149
|
} | null | undefined;
|
|
156
150
|
} | null | undefined;
|
|
151
|
+
provider?: {
|
|
152
|
+
type?: string | null | undefined;
|
|
153
|
+
display?: string | null | undefined;
|
|
154
|
+
reference?: string | null | undefined;
|
|
155
|
+
} | null | undefined;
|
|
156
|
+
active?: boolean | null | undefined;
|
|
157
157
|
facilities?: {
|
|
158
|
-
id?: string | null | undefined;
|
|
159
158
|
name?: string | null | undefined;
|
|
160
159
|
address?: {
|
|
161
160
|
zip: string;
|
|
162
161
|
use?: string | null | undefined;
|
|
163
|
-
line?: string[] | null | undefined;
|
|
164
|
-
city?: string | null | undefined;
|
|
165
|
-
state?: string | null | undefined;
|
|
166
|
-
country?: string | null | undefined;
|
|
167
162
|
period?: {
|
|
168
163
|
start?: string | undefined;
|
|
169
164
|
end?: string | undefined;
|
|
170
165
|
} | null | undefined;
|
|
166
|
+
line?: string[] | null | undefined;
|
|
167
|
+
city?: string | null | undefined;
|
|
168
|
+
state?: string | null | undefined;
|
|
169
|
+
country?: string | null | undefined;
|
|
171
170
|
} | null | undefined;
|
|
171
|
+
id?: string | null | undefined;
|
|
172
172
|
}[] | null | undefined;
|
|
173
173
|
};
|
|
174
174
|
export type PersonData = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metriport/commonwell-cert-runner",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.11",
|
|
4
4
|
"description": "Tool to run through Edge System CommonWell certification test cases - by Metriport Inc.",
|
|
5
5
|
"author": "Metriport Inc. <contact@metriport.com>",
|
|
6
6
|
"homepage": "https://metriport.com/",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"url": "https://github.com/metriport/metriport/issues"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@metriport/commonwell-sdk": "^5.1.
|
|
45
|
+
"@metriport/commonwell-sdk": "^5.1.11",
|
|
46
46
|
"axios": "^1.4.0",
|
|
47
47
|
"commander": "^9.5.0",
|
|
48
48
|
"dayjs": "^1.11.7",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"ts-node": "^10.9.1",
|
|
64
64
|
"typescript": "^4.9.5"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "d02df8fb901eefd47694da54c894f25fab14b542"
|
|
67
67
|
}
|