uds_plus_test_kit 0.9.0
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.
- checksums.yaml +7 -0
- data/LICENSE +201 -0
- data/lib/uds_plus_test_kit/examples/manifest.json +84 -0
- data/lib/uds_plus_test_kit/examples/manifest_2.json +101 -0
- data/lib/uds_plus_test_kit/examples/manifest_not_deidentified.json +67 -0
- data/lib/uds_plus_test_kit/igs/package/CapabilityStatement-uds-plus-data-receiver-server.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/CapabilityStatement-uds-plus-data-source.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/CapabilityStatement-uds-plus-data-submitter-client.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/CapabilityStatement-uds-plus-trust-service-provider.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/CodeSystem-udsplus-agriculture-worker-status-codes.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/CodeSystem-udsplus-housing-status-codes.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/CodeSystem-udsplus-insurance-codes.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/ImplementationGuide-udsplus.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/OperationDefinition-import.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/OperationDefinition-udsplus-de-identify.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/StructureDefinition-de-identified-uds-plus-patient.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-age-extension.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-agriculture-worker-status-extension.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-coverage.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-deidentify-data.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-diagnosis.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-encounter.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-housing-status-extension.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-import-manifest.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-income-observation.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-procedure.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-sexual-orientation-observation.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/StructureDefinition-udsplus-agriculture-worker-status.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/example/Condition-de-identified-example.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/example/Condition-example.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/example/Encounter-de-identified-example.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/example/Encounter-example.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/example/Parameters-example.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/example/Patient-de-identified-example.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/example/Patient-de-identified-smallpop-example.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/example/Patient-example.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/example/Patient-smallpop-example.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/openapi/uds-plus-data-receiver-server.openapi.json +152 -0
- data/lib/uds_plus_test_kit/igs/package/openapi/uds-plus-data-source.openapi.json +152 -0
- data/lib/uds_plus_test_kit/igs/package/openapi/uds-plus-data-submitter-client.openapi.json +106 -0
- data/lib/uds_plus_test_kit/igs/package/openapi/uds-plus-trust-service-provider.openapi.json +152 -0
- data/lib/uds_plus_test_kit/igs/package/other/ig-r4.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/other/validation-oo.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/other/validation-summary.json +1 -0
- data/lib/uds_plus_test_kit/igs/package/package.json +27 -0
- data/lib/uds_plus_test_kit/input_resource_tests/read_coverage_test.rb +54 -0
- data/lib/uds_plus_test_kit/input_resource_tests/read_diagnosis_test.rb +54 -0
- data/lib/uds_plus_test_kit/input_resource_tests/read_encounter_test.rb +54 -0
- data/lib/uds_plus_test_kit/input_resource_tests/read_income_test.rb +54 -0
- data/lib/uds_plus_test_kit/input_resource_tests/read_patient_test.rb +54 -0
- data/lib/uds_plus_test_kit/input_resource_tests/read_procedure_test.rb +54 -0
- data/lib/uds_plus_test_kit/input_resource_tests/read_sexual_orientation_test.rb +54 -0
- data/lib/uds_plus_test_kit/input_resource_tests/resource_group.rb +51 -0
- data/lib/uds_plus_test_kit/manifest_tests/invalid_type_test.rb +40 -0
- data/lib/uds_plus_test_kit/manifest_tests/read_data_test.rb +75 -0
- data/lib/uds_plus_test_kit/manifest_tests/read_manifest_test.rb +51 -0
- data/lib/uds_plus_test_kit/manifest_tests/uds_plus_test_group.rb +39 -0
- data/lib/uds_plus_test_kit/manifest_tests/validate_manifest_test.rb +28 -0
- data/lib/uds_plus_test_kit/uds_plus_test_suite.rb +50 -0
- data/lib/uds_plus_test_kit/validate_coverage_test.rb +33 -0
- data/lib/uds_plus_test_kit/validate_diagnosis_test.rb +33 -0
- data/lib/uds_plus_test_kit/validate_encounter_test.rb +33 -0
- data/lib/uds_plus_test_kit/validate_income_test.rb +68 -0
- data/lib/uds_plus_test_kit/validate_patient_test.rb +33 -0
- data/lib/uds_plus_test_kit/validate_procedure_test.rb +33 -0
- data/lib/uds_plus_test_kit/validate_sexual_orientation_test.rb +68 -0
- data/lib/uds_plus_test_kit/version.rb +6 -0
- data/lib/uds_plus_test_kit.rb +1 -0
- metadata +182 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: dc1b896ba1e5a3861111a6047b7be139b40b6cc5cde8265e1c97ea88b94ec238
|
|
4
|
+
data.tar.gz: 4dea539e8a341d4cbcbe93c8d9d0cad57b86966c8bbbbeace81c41db3d5596b3
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 84d2b85fa0c10e81edae24620bdf90140637b92a78b7852c5ea71f2a7296e36dce087dbf1aaeac321332727d058ecb17decba0b223e70e599a96e3fb0268d7b3
|
|
7
|
+
data.tar.gz: 1604d3a9ca51eab9f82450a6898f396db42fbc40b5cea3752c5b19b5f8f0852080c8f0c3dd0efcd036beac96ce5227840e2e34000c198de1616c695803266b35
|
data/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright {yyyy} {name of copyright owner}
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "Parameters",
|
|
3
|
+
"id": "example",
|
|
4
|
+
"meta": {
|
|
5
|
+
"extension": [
|
|
6
|
+
{
|
|
7
|
+
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
|
|
8
|
+
"valueString": "UDS+ Manifest File Example"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
|
|
12
|
+
"valueMarkdown": "This is an example of a Manifest file submitted as a parameter to the UDS+ $import operation."
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"profile": [
|
|
16
|
+
"http://hl7.org/fhir/us/uds-plus/StructureDefinition/uds-plus-import-manifest"
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"parameter": [
|
|
20
|
+
{
|
|
21
|
+
"name": "inputFormat",
|
|
22
|
+
"valueCode": "application/ndjson"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "inputSource",
|
|
26
|
+
"valueUrl": "http://localhost:4567/"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "storageDetail",
|
|
30
|
+
"valueCode": "https"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "udsData",
|
|
34
|
+
"part": [
|
|
35
|
+
{
|
|
36
|
+
"name": "type",
|
|
37
|
+
"valueCode": "Patient"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "url",
|
|
41
|
+
"valueUrl": "http://localhost:4567/custom/uds_plus/examples/patient"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "expirationTime",
|
|
45
|
+
"valueDateTime": "2022-12-14T07:15:07-08:00"
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "udsData",
|
|
51
|
+
"part": [
|
|
52
|
+
{
|
|
53
|
+
"name": "type",
|
|
54
|
+
"valueCode": "Condition"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "url",
|
|
58
|
+
"valueUrl": "http://localhost:4567/custom/uds_plus/examples/condition"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "expirationTime",
|
|
62
|
+
"valueDateTime": "2022-12-14T07:15:07-08:00"
|
|
63
|
+
}
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "udsData",
|
|
68
|
+
"part": [
|
|
69
|
+
{
|
|
70
|
+
"name": "type",
|
|
71
|
+
"valueCode": "Encounter"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "url",
|
|
75
|
+
"valueUrl": "http://localhost:4567/custom/uds_plus/examples/encounter"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "expirationTime",
|
|
79
|
+
"valueDateTime": "2022-12-14T07:15:07-08:00"
|
|
80
|
+
}
|
|
81
|
+
]
|
|
82
|
+
}
|
|
83
|
+
]
|
|
84
|
+
}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "Parameters",
|
|
3
|
+
"id": "example",
|
|
4
|
+
"meta": {
|
|
5
|
+
"extension": [
|
|
6
|
+
{
|
|
7
|
+
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
|
|
8
|
+
"valueString": "UDS+ Manifest File Example"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
|
|
12
|
+
"valueMarkdown": "This is an example of a Manifest file submitted as a parameter to the UDS+ $import operation."
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"profile": [
|
|
16
|
+
"http://hl7.org/fhir/us/uds-plus/StructureDefinition/uds-plus-import-manifest"
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"parameter": [
|
|
20
|
+
{
|
|
21
|
+
"name": "inputFormat",
|
|
22
|
+
"valueCode": "application/ndjson"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "inputSource",
|
|
26
|
+
"valueUrl": "http://localhost:4567/"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "storageDetail",
|
|
30
|
+
"valueCode": "https"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "udsData",
|
|
34
|
+
"part": [
|
|
35
|
+
{
|
|
36
|
+
"name": "type",
|
|
37
|
+
"valueCode": "Patient"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "url",
|
|
41
|
+
"valueUrl": "http://localhost:4567/custom/uds_plus/examples/patient"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "expirationTime",
|
|
45
|
+
"valueDateTime": "2022-12-14T07:15:07-08:00"
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "udsData",
|
|
51
|
+
"part": [
|
|
52
|
+
{
|
|
53
|
+
"name": "type",
|
|
54
|
+
"valueCode": "Condition"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "url",
|
|
58
|
+
"valueUrl": "http://localhost:4567/custom/uds_plus/examples/condition"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "expirationTime",
|
|
62
|
+
"valueDateTime": "2022-12-14T07:15:07-08:00"
|
|
63
|
+
}
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "udsData",
|
|
68
|
+
"part": [
|
|
69
|
+
{
|
|
70
|
+
"name": "type",
|
|
71
|
+
"valueCode": "Encounter"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "url",
|
|
75
|
+
"valueUrl": "http://localhost:4567/custom/uds_plus/examples/encounter"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "expirationTime",
|
|
79
|
+
"valueDateTime": "2022-12-14T07:15:07-08:00"
|
|
80
|
+
}
|
|
81
|
+
]
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "udsData",
|
|
85
|
+
"part": [
|
|
86
|
+
{
|
|
87
|
+
"name": "type",
|
|
88
|
+
"valueCode": "Condition"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "url",
|
|
92
|
+
"valueUrl": "http://localhost:4567/custom/uds_plus/examples/condition"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "expirationTime",
|
|
96
|
+
"valueDateTime": "2022-12-14T07:15:07-08:00"
|
|
97
|
+
}
|
|
98
|
+
]
|
|
99
|
+
}
|
|
100
|
+
]
|
|
101
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "Parameters",
|
|
3
|
+
"id": "example",
|
|
4
|
+
"meta": {
|
|
5
|
+
"extension": [
|
|
6
|
+
{
|
|
7
|
+
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
|
|
8
|
+
"valueString": "UDS+ Manifest File Example"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
|
|
12
|
+
"valueMarkdown": "This is an example of a Manifest file submitted as a parameter to the UDS+ $import operation."
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"profile": [
|
|
16
|
+
"http://hl7.org/fhir/us/uds-plus/StructureDefinition/uds-plus-import-manifest"
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"parameter": [
|
|
20
|
+
{
|
|
21
|
+
"name": "inputFormat",
|
|
22
|
+
"valueCode": "application/ndjson"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "inputSource",
|
|
26
|
+
"valueUrl": "http://localhost:4567/"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "storageDetail",
|
|
30
|
+
"valueCode": "https"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "udsData",
|
|
34
|
+
"part": [
|
|
35
|
+
{
|
|
36
|
+
"name": "type",
|
|
37
|
+
"valueCode": "Patient"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "url",
|
|
41
|
+
"valueUrl": "http://localhost:4567/custom/uds_plus/examples/invalid_patient"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "expirationTime",
|
|
45
|
+
"valueDateTime": "2022-12-14T07:15:07-08:00"
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "udsData",
|
|
51
|
+
"part": [
|
|
52
|
+
{
|
|
53
|
+
"name": "type",
|
|
54
|
+
"valueCode": "Condition"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "url",
|
|
58
|
+
"valueUrl": "http://localhost:4567/custom/uds_plus/examples/invalid_condition"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "expirationTime",
|
|
62
|
+
"valueDateTime": "2022-12-14T07:15:07-08:00"
|
|
63
|
+
}
|
|
64
|
+
]
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"resourceType":"CapabilityStatement","id":"uds-plus-data-receiver-server","text":{"status":"generated","div":"<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2>Data Receiver</h2>\n <p>(Requirements Definition Capability Statement)</p>\n <p>Canonical URL: http://hl7.org/fhir/us/uds-plus/CapabilityStatement/uds-plus-data-receiver-server</p>\n <p>Published by: <b>HL7 International - Public Health Work Group</b>\n </p>\n <p>This is a CapabilityStatement that defines the expected capabilities of the Data Receiver Server actor. \n </p>\n <h2>General</h2>\n <div class=\"table-wrapper\">\n <table>\n <tbody>\n <tr>\n <th>FHIR Version:</th>\n <td>4.0.1</td>\n </tr>\n <tr>\n <th>Supported formats:</th>\n <td>json</td>\n </tr>\n </tbody>\n </table>\n </div>\n <h2>REST behavior</h2>\n <p>The primary focus of the Data Receiver as a Server is to receive the notification manifest which contains the links to the UDS+ data that has \n been extracted by the health center and is being made available to HRSA.\n </p>\n <p>\n <b>Security:</b>\n </p>\n <p>Implementations must meet the general security requirements documented in FHIR <a href=\"http://hl7.org/fhir/security.html\">Security guidance</a>.</p>\n <p>In addition the Data Receiver actor needs to meet the security requirements as outlined in the <a href=\"spec.html#smart-on-fhir-backend-services-authorization\">SMART on FHIR Backend Services Authorization</a></p>\n \n <h3>FHIR Operations summary</h3>\n <p>The following FHIR operations SHALL be supported by the Data Source.</p>\n \n <ul>\n <li>\n <a href=\"OperationDefinition-import.html\">UDS+ Import Operation</a>\n </li>\n </ul>\n <br/>\n <br/> \n </div>"},"url":"http://hl7.org/fhir/us/uds-plus/CapabilityStatement/uds-plus-data-receiver-server","version":"0.3.0","name":"UdsPlusDataReceiverServer","title":"Uds Plus Data Receiver CapabilityStatement","status":"draft","date":"2020-12-06","publisher":"HRSA UDS PLS Project","contact":[{"telecom":[{"system":"url","value":"http://hl7.org/Special/committees/[something]"}]}],"description":"This is a CapabilityStatement that defines the expected capabilities of the Data Receiver actor as a Server.","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"kind":"requirements","fhirVersion":"4.0.1","format":["json"],"rest":[{"mode":"server","documentation":"The primary focus of the Data Receiver as a Server is to receive the notification manifest which contains the links to the UDS+ data that has been extracted by the health center and is being made available to HRSA.","security":{"description":"Implementations must meet the general security requirements documented in the security section of the implementation guide."},"operation":[{"name":"import","definition":"http://hl7.org/fhir/us/uds-plus/OperationDefinition/import"}]}]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"resourceType":"CapabilityStatement","id":"uds-plus-data-source","text":{"status":"generated","div":"<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2>Data Source (e.g, EHR)</h2>\n <p>(Requirements Definition Capability Statement)</p>\n <p>Canonical URL: http://hl7.org/fhir/us/uds-plus/CapabilityStatement/uds-plus-data-source</p>\n <p>Published by: <b>HL7 International - Public Health Work Group</b>\n </p>\n <p>This is a CapabilityStatement that defines the expected capabilities of the Data Source actor. \n </p>\n <h2>General</h2>\n <div class=\"table-wrapper\">\n <table>\n <tbody>\n <tr>\n <th>FHIR Version:</th>\n <td>4.0.1</td>\n </tr>\n <tr>\n <th>Supported formats:</th>\n <td>json</td>\n </tr>\n </tbody>\n </table>\n </div>\n <h2>REST behavior</h2>\n <p>The primary focus of the Data Source is to identify the population of patients whose data needs to be reported to UDS+ program, and allow the export of UDS+ data using US Core, QI Core and UDS+ profiles and US Core APIs.\n </p>\n <p>\n <b>Security:</b>\n </p>\n <p>Implementations must meet the general security requirements documented in FHIR <a href=\"http://hl7.org/fhir/security.html\">Security guidance</a>.</p>\n <p>In addition the Data Source actor needs to meet the security requirements as outlined in the <a href=\"spec.html#smart-on-fhir-backend-services-authorization\">SMART on FHIR Backend Services Authorization</a></p>\n <h3>Resource summary</h3>\n <div class=\"table-wrapper\">\n <table class=\"grid\">\n <thead>\n <tr>\n <th>Resource</th>\n <th>Search</th>\n <th>Read</th>\n <th>Read Version</th>\n <th>Instance History</th>\n <th>Resource History</th>\n <th>Create</th>\n <th>Update</th>\n <th>Delete</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <th>US Core data APIs and Data elements</th>\n <td>\n <a href=\"#USCore-search-type\" title=\"Allows search of a specific US Core Resource instances.\">SHALL</a>\n </td>\n <td>\n <a href=\"#USCore-read\" title=\"Allows retrieval of a specific US Core Resource instances.\">SHALL</a>\n </td>\n <td>\n </td>\n <td> \n </td>\n <td>\n </td>\n <td>\n </td>\n <td>\n </td>\n\t\t\t <td>\n </td>\n </tr>\n <tr>\n <th>QI Core data APIs and Data elements</th>\n <td>\n <a href=\"#QICore-search-type\" title=\"Allows search of a specific QI Core Resource instances.\">SHALL</a>\n </td>\n <td>\n <a href=\"#QICore-read\" title=\"Allows retrieval of a specific QI Core Resource instances.\">SHALL</a>\n </td>\n <td>\n </td>\n <td> \n </td>\n <td>\n </td>\n <td>\n </td>\n <td>\n </td>\n\t\t\t <td>\n </td>\n </tr>\n \n </tbody>\n </table>\n </div>\n \n <h3>FHIR Operations summary</h3>\n <p>The following FHIR operations SHALL be supported by the Data Source.</p>\n \n <ul>\n <li>\n <a href=\"http://hl7.org/fhir/uv/bulkdata/OperationDefinition-group-export.html\">Bulk Data Export ([BaseURL]/Group/[Id]/$export)</a>\n </li>\n </ul>\n <br/>\n <br/>\n \n <h3>\n <a href=\"https://www.hl7.org/fhir/us/core/index.html\">US Core APIs and data elements</a>\n </h3>\n <p>Profiles: All US Core profiles\n </p>\n <h4>Interactions</h4>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <th>\n <a name=\"USCore-search-type\"> </a>\n <span>search</span>\n </th>\n <td>\n <p>Allows searching of specific US Core resource profile instances.</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"USCore-read\"> </a>\n <span>read</span>\n </th>\n <td>\n <p>Allows retrieval of specific US Core resource profile instances</p>\n </td>\n </tr> \n </tbody>\n </table>\n </div>\n <br/>\n <br/> \n \n <h3>\n <a href=\"https://www.hl7.org/fhir/us/qicore/index.html\">QI Core data elements</a>\n </h3>\n <p>Profiles: All QI Core profiles\n </p>\n <h4>Interactions</h4>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <th>\n <a name=\"QICore-search-type\"> </a>\n <span>search</span>\n </th>\n <td>\n <p>Allows searching of specific QI Core resource profile instances.</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"QICore-read\"> </a>\n <span>read</span>\n </th>\n <td>\n <p>Allows retrieval of specific QI Core resource profile instances</p>\n </td>\n </tr> \n </tbody>\n </table>\n </div> \n </div>"},"url":"http://hl7.org/fhir/us/uds-plus/CapabilityStatement/uds-plus-data-source","version":"0.3.0","name":"UdsPlusDataSource","title":"Uds Plus Data Source CapabilityStatement","status":"draft","date":"2020-12-06","publisher":"HRSA UDS PLS Project","contact":[{"telecom":[{"system":"url","value":"http://hl7.org/Special/committees/[something]"}]}],"description":"This is a CapabilityStatement that defines the expected capabilities of the Data Source actor.","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"kind":"requirements","fhirVersion":"4.0.1","format":["json"],"rest":[{"mode":"server","documentation":"The primary focus of the Data Source is to identify the population of patients whose data needs to be reported to UDS+ program, and allow the export of UDS+ data using US Core, QI Core and UDS+ profiles and US Core APIs.","security":{"description":"Implementations must meet the general security requirements documented in the security section of the implementation guide."},"operation":[{"name":"export","definition":"http://hl7.org/fhir/uv/bulkdata/OperationDefinition/group-export"}]}]}
|
data/lib/uds_plus_test_kit/igs/package/CapabilityStatement-uds-plus-data-submitter-client.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"resourceType":"CapabilityStatement","id":"uds-plus-data-submitter-client","text":{"status":"generated","div":"<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2>Data Receiver</h2>\n <p>(Requirements Definition Capability Statement)</p>\n <p>Canonical URL: http://hl7.org/fhir/us/uds-plus/CapabilityStatement/uds-plus-data-submitter-client</p>\n <p>Published by: <b>HL7 International - Public Health Work Group</b>\n </p>\n <p>This is a CapabilityStatement that defines the expected capabilities of the Data Submitter actor as a client. \n </p>\n <h2>General</h2>\n <div class=\"table-wrapper\">\n <table>\n <tbody>\n <tr>\n <th>FHIR Version:</th>\n <td>4.0.1</td>\n </tr>\n <tr>\n <th>Supported formats:</th>\n <td>json</td>\n </tr>\n </tbody>\n </table>\n </div>\n <h2>REST behavior</h2>\n <p>The primary focus of the Data Submitter actor as a client is to invoke the Group/$export operation identified below and extract the UDS+ data using US Core and QI Core profiles.\n In certain cases, the Data Submitter MAY have to invoke individual patient api's to extract the necessary UDS+ data when the Data Source does not support Group/$export operation. \n data.\n </p>\n <p>\n <b>Security:</b>\n </p>\n <p>Implementations must meet the general security requirements documented in FHIR <a href=\"http://hl7.org/fhir/security.html\">Security guidance</a>.</p>\n <p>In addition the Data Submitter actor as a client needs to meet the security requirements as outlined in the <a href=\"spec.html#smart-on-fhir-backend-services-authorization\">SMART on FHIR Backend Services Authorization</a></p>\n \n <h3>Resource summary</h3>\n <div class=\"table-wrapper\">\n <table class=\"grid\">\n <thead>\n <tr>\n <th>Resource</th>\n <th>Search</th>\n <th>Read</th>\n <th>Read Version</th>\n <th>Instance History</th>\n <th>Resource History</th>\n <th>Create</th>\n <th>Update</th>\n <th>Delete</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <th>US Core data APIs and Data elements</th>\n <td>\n <a href=\"#USCore-search-type\" title=\"Search for specific US Core Resource instances.\">SHALL</a>\n </td>\n <td>\n <a href=\"#USCore-read\" title=\"Retrieve specific US Core Resource instances.\">SHALL</a>\n </td>\n <td>\n </td>\n <td> \n </td>\n <td>\n </td>\n <td>\n </td>\n <td>\n </td>\n\t\t\t <td>\n </td>\n </tr>\n <tr>\n <th>QI Core data APIs and Data elements</th>\n <td>\n <a href=\"#QICore-search-type\" title=\"Search for specific QI Core Resource instances.\">SHALL</a>\n </td>\n <td>\n <a href=\"#QICore-read\" title=\"Retrieve specific QI Core Resource instances.\">SHALL</a>\n </td>\n <td>\n </td>\n <td> \n </td>\n <td>\n </td>\n <td>\n </td>\n <td>\n </td>\n\t\t\t <td>\n </td>\n </tr>\n \n </tbody>\n </table>\n </div>\n \n <h3>FHIR Operations summary</h3>\n <p>As a client, the Data Submitter has to be capable of invoking the below operation on the Data Source.</p>\n \n <ul>\n <li>\n <a href=\"http://hl7.org/fhir/uv/bulkdata/OperationDefinition-group-export.html\">Bulk Data Export ([BaseURL]/Group/[Id]/$export)</a>\n </li>\n </ul>\n \n <p>As a client, the Data Submitter has to be capable of invoking the below operation on the Data Receiver to submit the manifest file.</p>\n \n <ul>\n <li>\n <a href=\"http://hl7.org/fhir/us/uds-plus/OperationDefinition-import.html\">Bulk Data Import ([BaseURL]/$import)</a>\n </li>\n </ul>\n \n <br/>\n <br/>\n \n <h3>\n <a href=\"https://www.hl7.org/fhir/us/core/index.html\">US Core APIs and data elements</a>\n </h3>\n <p>Profiles: All US Core profiles\n </p>\n <h4>Interactions</h4>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <th>\n <a name=\"USCore-search-type\"> </a>\n <span>search</span>\n </th>\n <td>\n <p>Search for specific US Core resource profile instances.</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"USCore-read\"> </a>\n <span>read</span>\n </th>\n <td>\n <p>Retrieve specific US Core resource profile instances</p>\n </td>\n </tr> \n </tbody>\n </table>\n </div>\n <br/>\n <br/> \n \n <h3>\n <a href=\"https://www.hl7.org/fhir/us/qicore/index.html\">QI Core data elements</a>\n </h3>\n <p>Profiles: All QI Core profiles\n </p>\n <h4>Interactions</h4>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <th>\n <a name=\"QICore-search-type\"> </a>\n <span>search</span>\n </th>\n <td>\n <p>Search for specific QI Core resource profile instances.</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"QICore-read\"> </a>\n <span>read</span>\n </th>\n <td>\n <p>Retrieve QI Core resource profile instances</p>\n </td>\n </tr> \n </tbody>\n </table>\n </div> \n </div>"},"url":"http://hl7.org/fhir/us/uds-plus/CapabilityStatement/uds-plus-data-submitter-client","version":"0.3.0","name":"UdsPlusDataSubmitter","title":"Uds Plus Data Submitter CapabilityStatement","status":"draft","date":"2020-12-06","publisher":"HRSA UDS PLS Project","contact":[{"telecom":[{"system":"url","value":"http://hl7.org/Special/committees/[something]"}]}],"description":"This is a CapabilityStatement that defines the expected capabilities of the Data Submitter actor.","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"kind":"requirements","fhirVersion":"4.0.1","format":["json"],"rest":[{"mode":"client","documentation":"The primary focus of the Data Submitter is to invoke the Group/[id]/$export operation and gather the UDS+ data using US Core and QI Core profiles.","security":{"description":"Implementations must meet the general security requirements documented in the security section of the implementation guide."},"operation":[{"name":"export","definition":"http://hl7.org/fhir/uv/bulkdata/OperationDefinition/group-export"},{"name":"import","definition":"http://hl7.org/fhir/us/uds-plus/OperationDefinition/import"}]}]}
|
data/lib/uds_plus_test_kit/igs/package/CapabilityStatement-uds-plus-trust-service-provider.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"resourceType":"CapabilityStatement","id":"uds-plus-trust-service-provider","text":{"status":"generated","div":"<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2>Data Source (e.g, EHR)</h2>\n <p>(Requirements Definition Capability Statement)</p>\n <p>Canonical URL: http://hl7.org/fhir/us/uds-plus/CapabilityStatement/uds-plus-trust-service-provider</p>\n <p>Published by: <b>HL7 International - Public Health Work Group</b>\n </p>\n <p>This is a CapabilityStatement that defines the expected capabilities of the Trust Service Provider. \n </p>\n <h2>General</h2>\n <div class=\"table-wrapper\">\n <table>\n <tbody>\n <tr>\n <th>FHIR Version:</th>\n <td>4.0.1</td>\n </tr>\n <tr>\n <th>Supported formats:</th>\n <td>json</td>\n </tr>\n </tbody>\n </table>\n </div>\n <h2>REST behavior</h2>\n <p>The primary focus of the Trust Service Provider is to support the de-identify operation.\n </p>\n <p>\n <b>Security:</b>\n </p>\n <p>Implementations must meet the general security requirements documented in FHIR <a href=\"http://hl7.org/fhir/security.html\">Security guidance</a>.</p>\n <p>In addition the Trust Service Provider actor needs to meet the security requirements as outlined in the <a href=\"spec.html#smart-on-fhir-backend-services-authorization\">SMART on FHIR Backend Services Authorization</a></p>\n \n <h3>FHIR Operations summary</h3>\n <p>The following FHIR operations SHALL be supported by the Trust Service Provider</p>\n \n <ul>\n <li>\n <a href=\"OperationDefinition-udsplus-de-identify.html\">De-identify operation ([BaseURL]/$deidentify)</a>\n </li>\n </ul>\n <br/>\n <br/> \n </div>"},"url":"http://hl7.org/fhir/us/uds-plus/CapabilityStatement/uds-plus-trust-service-provider","version":"0.3.0","name":"UdsPlusTrustServiceProvider","title":"Uds Plus Trust Service Provider CapabilityStatement","status":"draft","date":"2020-12-06","publisher":"HRSA UDS PLS Project","contact":[{"telecom":[{"system":"url","value":"http://hl7.org/Special/committees/[something]"}]}],"description":"This is a CapabilityStatement that defines the expected capabilities of the Trust Service Provider actor.","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"kind":"requirements","fhirVersion":"4.0.1","format":["json"],"rest":[{"mode":"server","documentation":"The primary focus of the Trust Service Provider actor is to support the deidentify operation.","security":{"description":"Implementations must meet the general security requirements documented in the security section of the implementation guide."},"operation":[{"name":"deidentify","definition":"http://hl7.org/fhir/us/uds-plus/OperationDefinition/udsplus-de-identify"}]}]}
|
data/lib/uds_plus_test_kit/igs/package/CodeSystem-udsplus-agriculture-worker-status-codes.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"resourceType":"CodeSystem","id":"udsplus-agriculture-worker-status-codes","text":{"status":"generated","div":"<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/us/uds-plus/CodeSystem/udsplus-agriculture-worker-status-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">migratory<a name=\"udsplus-agriculture-worker-status-codes-migratory\"> </a></td><td>Migratory Agriculture Worker</td><td>Patients whose principal employment is in agriculture and who establish a temporary home for the purposes of such employment as a migratory agricultural worker,</td></tr><tr><td style=\"white-space:nowrap\">seasonal<a name=\"udsplus-agriculture-worker-status-codes-seasonal\"> </a></td><td>Seasonal Agriculture Worker</td><td>Patients whose principal employment is in agriculture on a seasonal basis (e.g., picking fruit during the limited months of a picking season), but who DO NOT establish a temporary home for purposes of such employment</td></tr></table></div>"},"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status","valueCode":"informative","_valueCode":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom","valueCanonical":"http://hl7.org/fhir/us/uds-plus/ImplementationGuide/udsplus"}]}}],"url":"http://hl7.org/fhir/us/uds-plus/CodeSystem/udsplus-agriculture-worker-status-codes","version":"0.3.0","name":"UDSPlusAgricultureWorkerStatusCodes","title":"UDS Plus Agriculter Worker Status Codes","status":"active","experimental":true,"date":"2022-09-06","publisher":"HRSA UDS PLS Project","contact":[{"telecom":[{"system":"url","value":"http://hl7.org/Special/committees/[something]"}]}],"description":"The UDS Plus CodeSystem is a 'starter set' of codes supported for identifying agriculture worker status for UDS+ program.","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"caseSensitive":true,"valueSet":"http://hl7.org/fhir/us/uds-plus/ValueSet/udsplus-agriculture-worker-status","content":"complete","count":2,"concept":[{"code":"migratory","display":"Migratory Agriculture Worker","definition":"Patients whose principal employment is in agriculture and who establish a temporary home for the purposes of such employment as a migratory agricultural worker,"},{"code":"seasonal","display":"Seasonal Agriculture Worker","definition":"Patients whose principal employment is in agriculture on a seasonal basis (e.g., picking fruit during the limited months of a picking season), but who DO NOT establish a temporary home for purposes of such employment"}]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"resourceType":"CodeSystem","id":"udsplus-housing-status-codes","text":{"status":"generated","div":"<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/us/uds-plus/CodeSystem/udsplus-housing-status-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">homeless-shelter<a name=\"udsplus-housing-status-codes-homeless-shelter\"> </a></td><td>Patients in Homeless Shelters</td><td>Patients who are living in a homeless shelter</td></tr><tr><td style=\"white-space:nowrap\">transitional<a name=\"udsplus-housing-status-codes-transitional\"> </a></td><td>Patients in transitional state</td><td>Patients who do not have a house and are in a transitional state</td></tr><tr><td style=\"white-space:nowrap\">doubling-up<a name=\"udsplus-housing-status-codes-doubling-up\"> </a></td><td>Patients doubling up</td><td>Patients who are doubling up with others.</td></tr><tr><td style=\"white-space:nowrap\">street<a name=\"udsplus-housing-status-codes-street\"> </a></td><td>Patients who are on the streets</td><td>Patients who do not have a house and are living on the streets</td></tr><tr><td style=\"white-space:nowrap\">permanent-supportive-housing<a name=\"udsplus-housing-status-codes-permanent-supportive-housing\"> </a></td><td>Patients in permanent supportive housing</td><td>Patients who are living in a permanent supportive housing</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"udsplus-housing-status-codes-other\"> </a></td><td>Patients who have other kinds of accomodation</td><td>Patients who have other kinds of accomodation</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"udsplus-housing-status-codes-unknown\"> </a></td><td>Patients with Unknown accomodation</td><td>Patients with Unknown accomodation</td></tr></table></div>"},"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status","valueCode":"informative","_valueCode":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom","valueCanonical":"http://hl7.org/fhir/us/uds-plus/ImplementationGuide/udsplus"}]}}],"url":"http://hl7.org/fhir/us/uds-plus/CodeSystem/udsplus-housing-status-codes","version":"0.3.0","name":"UDSPlusHousingStatusCodes","title":"UDS Plus Housing Status Codes","status":"active","experimental":true,"date":"2022-09-06","publisher":"HRSA UDS PLS Project","contact":[{"telecom":[{"system":"url","value":"http://hl7.org/Special/committees/[something]"}]}],"description":"The UDS Plus CodeSystem is a 'starter set' of codes supported for identifying Housing status of patients in UDS+ program.","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"caseSensitive":true,"valueSet":"http://hl7.org/fhir/us/uds-plus/ValueSet/udsplus-housing-status","content":"complete","count":7,"concept":[{"code":"homeless-shelter","display":"Patients in Homeless Shelters","definition":"Patients who are living in a homeless shelter"},{"code":"transitional","display":"Patients in transitional state","definition":"Patients who do not have a house and are in a transitional state"},{"code":"doubling-up","display":"Patients doubling up","definition":"Patients who are doubling up with others."},{"code":"street","display":"Patients who are on the streets","definition":"Patients who do not have a house and are living on the streets"},{"code":"permanent-supportive-housing","display":"Patients in permanent supportive housing","definition":"Patients who are living in a permanent supportive housing"},{"code":"other","display":"Patients who have other kinds of accomodation","definition":"Patients who have other kinds of accomodation"},{"code":"unknown","display":"Patients with Unknown accomodation","definition":"Patients with Unknown accomodation"}]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"resourceType":"CodeSystem","id":"udsplus-insurance-codes","text":{"status":"generated","div":"<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/us/uds-plus/CodeSystem/udsplus-insurance-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">medicaid-title-19<a name=\"udsplus-insurance-codes-medicaid-title-19\"> </a></td><td>Medicaid Title X1X</td><td>Patients with Medicaid (Title X1X) insurance.</td></tr><tr><td style=\"white-space:nowrap\">chip-medicaid<a name=\"udsplus-insurance-codes-chip-medicaid\"> </a></td><td>CHIP Medicaid</td><td>Patients with CHIP Medicaid insurance.</td></tr><tr><td style=\"white-space:nowrap\">dually-eligible<a name=\"udsplus-insurance-codes-dually-eligible\"> </a></td><td>Dually Eligible</td><td>Patients with both Medicare and Medicaid.</td></tr><tr><td style=\"white-space:nowrap\">other-non-chip-public-insurance<a name=\"udsplus-insurance-codes-other-non-chip-public-insurance\"> </a></td><td>Other Non CHIP Public Insurance</td><td>Patients who have other public insurance which is non CHIP</td></tr><tr><td style=\"white-space:nowrap\">other-public-insurance-chip<a name=\"udsplus-insurance-codes-other-public-insurance-chip\"> </a></td><td>Other Public Insurance CHIP</td><td>Patients who have other public insurance which is CHIP</td></tr></table></div>"},"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status","valueCode":"informative","_valueCode":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom","valueCanonical":"http://hl7.org/fhir/us/uds-plus/ImplementationGuide/udsplus"}]}}],"url":"http://hl7.org/fhir/us/uds-plus/CodeSystem/udsplus-insurance-codes","version":"0.3.0","name":"UDSPlusInsuranceCodes","title":"UDS Plus Insurance Codes","status":"active","experimental":true,"date":"2022-09-06","publisher":"HRSA UDS PLS Project","contact":[{"telecom":[{"system":"url","value":"http://hl7.org/Special/committees/[something]"}]}],"description":"The UDS Plus CodeSystem is a 'starter set' of codes supported for identifying insurance types used by patients in UDS+ program.","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"caseSensitive":true,"valueSet":"http://hl7.org/fhir/us/uds-plus/ValueSet/udsplus-insurance","content":"complete","count":5,"concept":[{"code":"medicaid-title-19","display":"Medicaid Title X1X","definition":"Patients with Medicaid (Title X1X) insurance."},{"code":"chip-medicaid","display":"CHIP Medicaid","definition":"Patients with CHIP Medicaid insurance."},{"code":"dually-eligible","display":"Dually Eligible","definition":"Patients with both Medicare and Medicaid."},{"code":"other-non-chip-public-insurance","display":"Other Non CHIP Public Insurance","definition":"Patients who have other public insurance which is non CHIP"},{"code":"other-public-insurance-chip","display":"Other Public Insurance CHIP","definition":"Patients who have other public insurance which is CHIP"}]}
|