uds_plus_test_kit 0.9.0 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/uds_plus_test_kit/examples/manifest.json +76 -14
- data/lib/uds_plus_test_kit/input_resource_tests/read_immunization_test.rb +54 -0
- data/lib/uds_plus_test_kit/input_resource_tests/read_lab_test.rb +54 -0
- data/lib/uds_plus_test_kit/input_resource_tests/read_manifest_ind_test.rb +54 -0
- data/lib/uds_plus_test_kit/input_resource_tests/read_med_request_test.rb +54 -0
- data/lib/uds_plus_test_kit/input_resource_tests/read_med_statement_test.rb +54 -0
- data/lib/uds_plus_test_kit/input_resource_tests/read_related_person_test.rb +54 -0
- data/lib/uds_plus_test_kit/input_resource_tests/read_service_request_test.rb +54 -0
- data/lib/uds_plus_test_kit/input_resource_tests/read_special_observation_test.rb +54 -0
- data/lib/uds_plus_test_kit/input_resource_tests/resource_group.rb +32 -4
- data/lib/uds_plus_test_kit/manifest_tests/invalid_type_test.rb +4 -1
- data/lib/uds_plus_test_kit/manifest_tests/uds_plus_test_group.rb +16 -2
- data/lib/uds_plus_test_kit/manifest_tests/validate_manifest_test.rb +2 -0
- data/lib/uds_plus_test_kit/post_tests/post_group.rb +59 -0
- data/lib/uds_plus_test_kit/post_tests/post_manifest_test.rb +41 -0
- data/lib/uds_plus_test_kit/post_tests/read_post_test.rb +32 -0
- data/lib/uds_plus_test_kit/uds_plus_test_suite.rb +40 -0
- data/lib/uds_plus_test_kit/validate_immunization_test.rb +33 -0
- data/lib/uds_plus_test_kit/validate_income_test.rb +7 -10
- data/lib/uds_plus_test_kit/validate_lab_test.rb +65 -0
- data/lib/uds_plus_test_kit/validate_med_request_test.rb +33 -0
- data/lib/uds_plus_test_kit/validate_med_statement_test.rb +33 -0
- data/lib/uds_plus_test_kit/validate_related_person_test.rb +33 -0
- data/lib/uds_plus_test_kit/validate_service_request_test.rb +33 -0
- data/lib/uds_plus_test_kit/validate_sexual_orientation_test.rb +6 -9
- data/lib/uds_plus_test_kit/validate_special_observation_test.rb +65 -0
- data/lib/uds_plus_test_kit/version.rb +2 -2
- metadata +20 -44
- data/lib/uds_plus_test_kit/examples/manifest_2.json +0 -101
- data/lib/uds_plus_test_kit/examples/manifest_not_deidentified.json +0 -67
- data/lib/uds_plus_test_kit/igs/package/CapabilityStatement-uds-plus-data-receiver-server.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/CapabilityStatement-uds-plus-data-source.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/CapabilityStatement-uds-plus-data-submitter-client.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/CapabilityStatement-uds-plus-trust-service-provider.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/CodeSystem-udsplus-agriculture-worker-status-codes.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/CodeSystem-udsplus-housing-status-codes.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/CodeSystem-udsplus-insurance-codes.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/ImplementationGuide-udsplus.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/OperationDefinition-import.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/OperationDefinition-udsplus-de-identify.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/StructureDefinition-de-identified-uds-plus-patient.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-age-extension.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-agriculture-worker-status-extension.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-coverage.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-deidentify-data.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-diagnosis.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-encounter.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-housing-status-extension.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-import-manifest.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-income-observation.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-procedure.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-sexual-orientation-observation.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/StructureDefinition-udsplus-agriculture-worker-status.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/example/Condition-de-identified-example.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/example/Condition-example.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/example/Encounter-de-identified-example.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/example/Encounter-example.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/example/Parameters-example.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/example/Patient-de-identified-example.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/example/Patient-de-identified-smallpop-example.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/example/Patient-example.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/example/Patient-smallpop-example.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/openapi/uds-plus-data-receiver-server.openapi.json +0 -152
- data/lib/uds_plus_test_kit/igs/package/openapi/uds-plus-data-source.openapi.json +0 -152
- data/lib/uds_plus_test_kit/igs/package/openapi/uds-plus-data-submitter-client.openapi.json +0 -106
- data/lib/uds_plus_test_kit/igs/package/openapi/uds-plus-trust-service-provider.openapi.json +0 -152
- data/lib/uds_plus_test_kit/igs/package/other/ig-r4.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/other/validation-oo.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/other/validation-summary.json +0 -1
- data/lib/uds_plus_test_kit/igs/package/package.json +0 -27
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: uds_plus_test_kit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Leap Orbit
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: inferno_core
|
@@ -90,69 +90,45 @@ files:
|
|
90
90
|
- LICENSE
|
91
91
|
- lib/uds_plus_test_kit.rb
|
92
92
|
- lib/uds_plus_test_kit/examples/manifest.json
|
93
|
-
- lib/uds_plus_test_kit/examples/manifest_2.json
|
94
|
-
- lib/uds_plus_test_kit/examples/manifest_not_deidentified.json
|
95
|
-
- lib/uds_plus_test_kit/igs/package/CapabilityStatement-uds-plus-data-receiver-server.json
|
96
|
-
- lib/uds_plus_test_kit/igs/package/CapabilityStatement-uds-plus-data-source.json
|
97
|
-
- lib/uds_plus_test_kit/igs/package/CapabilityStatement-uds-plus-data-submitter-client.json
|
98
|
-
- lib/uds_plus_test_kit/igs/package/CapabilityStatement-uds-plus-trust-service-provider.json
|
99
|
-
- lib/uds_plus_test_kit/igs/package/CodeSystem-udsplus-agriculture-worker-status-codes.json
|
100
|
-
- lib/uds_plus_test_kit/igs/package/CodeSystem-udsplus-housing-status-codes.json
|
101
|
-
- lib/uds_plus_test_kit/igs/package/CodeSystem-udsplus-insurance-codes.json
|
102
|
-
- lib/uds_plus_test_kit/igs/package/ImplementationGuide-udsplus.json
|
103
|
-
- lib/uds_plus_test_kit/igs/package/OperationDefinition-import.json
|
104
|
-
- lib/uds_plus_test_kit/igs/package/OperationDefinition-udsplus-de-identify.json
|
105
|
-
- lib/uds_plus_test_kit/igs/package/StructureDefinition-de-identified-uds-plus-patient.json
|
106
|
-
- lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-age-extension.json
|
107
|
-
- lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-agriculture-worker-status-extension.json
|
108
|
-
- lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-coverage.json
|
109
|
-
- lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-deidentify-data.json
|
110
|
-
- lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-diagnosis.json
|
111
|
-
- lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-encounter.json
|
112
|
-
- lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-housing-status-extension.json
|
113
|
-
- lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-import-manifest.json
|
114
|
-
- lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-income-observation.json
|
115
|
-
- lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-procedure.json
|
116
|
-
- lib/uds_plus_test_kit/igs/package/StructureDefinition-uds-plus-sexual-orientation-observation.json
|
117
|
-
- lib/uds_plus_test_kit/igs/package/StructureDefinition-udsplus-agriculture-worker-status.json
|
118
|
-
- lib/uds_plus_test_kit/igs/package/example/Condition-de-identified-example.json
|
119
|
-
- lib/uds_plus_test_kit/igs/package/example/Condition-example.json
|
120
|
-
- lib/uds_plus_test_kit/igs/package/example/Encounter-de-identified-example.json
|
121
|
-
- lib/uds_plus_test_kit/igs/package/example/Encounter-example.json
|
122
|
-
- lib/uds_plus_test_kit/igs/package/example/Parameters-example.json
|
123
|
-
- lib/uds_plus_test_kit/igs/package/example/Patient-de-identified-example.json
|
124
|
-
- lib/uds_plus_test_kit/igs/package/example/Patient-de-identified-smallpop-example.json
|
125
|
-
- lib/uds_plus_test_kit/igs/package/example/Patient-example.json
|
126
|
-
- lib/uds_plus_test_kit/igs/package/example/Patient-smallpop-example.json
|
127
|
-
- lib/uds_plus_test_kit/igs/package/openapi/uds-plus-data-receiver-server.openapi.json
|
128
|
-
- lib/uds_plus_test_kit/igs/package/openapi/uds-plus-data-source.openapi.json
|
129
|
-
- lib/uds_plus_test_kit/igs/package/openapi/uds-plus-data-submitter-client.openapi.json
|
130
|
-
- lib/uds_plus_test_kit/igs/package/openapi/uds-plus-trust-service-provider.openapi.json
|
131
|
-
- lib/uds_plus_test_kit/igs/package/other/ig-r4.json
|
132
|
-
- lib/uds_plus_test_kit/igs/package/other/validation-oo.json
|
133
|
-
- lib/uds_plus_test_kit/igs/package/other/validation-summary.json
|
134
|
-
- lib/uds_plus_test_kit/igs/package/package.json
|
135
93
|
- lib/uds_plus_test_kit/input_resource_tests/read_coverage_test.rb
|
136
94
|
- lib/uds_plus_test_kit/input_resource_tests/read_diagnosis_test.rb
|
137
95
|
- lib/uds_plus_test_kit/input_resource_tests/read_encounter_test.rb
|
96
|
+
- lib/uds_plus_test_kit/input_resource_tests/read_immunization_test.rb
|
138
97
|
- lib/uds_plus_test_kit/input_resource_tests/read_income_test.rb
|
98
|
+
- lib/uds_plus_test_kit/input_resource_tests/read_lab_test.rb
|
99
|
+
- lib/uds_plus_test_kit/input_resource_tests/read_manifest_ind_test.rb
|
100
|
+
- lib/uds_plus_test_kit/input_resource_tests/read_med_request_test.rb
|
101
|
+
- lib/uds_plus_test_kit/input_resource_tests/read_med_statement_test.rb
|
139
102
|
- lib/uds_plus_test_kit/input_resource_tests/read_patient_test.rb
|
140
103
|
- lib/uds_plus_test_kit/input_resource_tests/read_procedure_test.rb
|
104
|
+
- lib/uds_plus_test_kit/input_resource_tests/read_related_person_test.rb
|
105
|
+
- lib/uds_plus_test_kit/input_resource_tests/read_service_request_test.rb
|
141
106
|
- lib/uds_plus_test_kit/input_resource_tests/read_sexual_orientation_test.rb
|
107
|
+
- lib/uds_plus_test_kit/input_resource_tests/read_special_observation_test.rb
|
142
108
|
- lib/uds_plus_test_kit/input_resource_tests/resource_group.rb
|
143
109
|
- lib/uds_plus_test_kit/manifest_tests/invalid_type_test.rb
|
144
110
|
- lib/uds_plus_test_kit/manifest_tests/read_data_test.rb
|
145
111
|
- lib/uds_plus_test_kit/manifest_tests/read_manifest_test.rb
|
146
112
|
- lib/uds_plus_test_kit/manifest_tests/uds_plus_test_group.rb
|
147
113
|
- lib/uds_plus_test_kit/manifest_tests/validate_manifest_test.rb
|
114
|
+
- lib/uds_plus_test_kit/post_tests/post_group.rb
|
115
|
+
- lib/uds_plus_test_kit/post_tests/post_manifest_test.rb
|
116
|
+
- lib/uds_plus_test_kit/post_tests/read_post_test.rb
|
148
117
|
- lib/uds_plus_test_kit/uds_plus_test_suite.rb
|
149
118
|
- lib/uds_plus_test_kit/validate_coverage_test.rb
|
150
119
|
- lib/uds_plus_test_kit/validate_diagnosis_test.rb
|
151
120
|
- lib/uds_plus_test_kit/validate_encounter_test.rb
|
121
|
+
- lib/uds_plus_test_kit/validate_immunization_test.rb
|
152
122
|
- lib/uds_plus_test_kit/validate_income_test.rb
|
123
|
+
- lib/uds_plus_test_kit/validate_lab_test.rb
|
124
|
+
- lib/uds_plus_test_kit/validate_med_request_test.rb
|
125
|
+
- lib/uds_plus_test_kit/validate_med_statement_test.rb
|
153
126
|
- lib/uds_plus_test_kit/validate_patient_test.rb
|
154
127
|
- lib/uds_plus_test_kit/validate_procedure_test.rb
|
128
|
+
- lib/uds_plus_test_kit/validate_related_person_test.rb
|
129
|
+
- lib/uds_plus_test_kit/validate_service_request_test.rb
|
155
130
|
- lib/uds_plus_test_kit/validate_sexual_orientation_test.rb
|
131
|
+
- lib/uds_plus_test_kit/validate_special_observation_test.rb
|
156
132
|
- lib/uds_plus_test_kit/version.rb
|
157
133
|
homepage: https://github.com/inferno-framework/uds-plus-test-kit
|
158
134
|
licenses:
|
@@ -1,101 +0,0 @@
|
|
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
|
-
}
|
@@ -1,67 +0,0 @@
|
|
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
|
-
}
|
data/lib/uds_plus_test_kit/igs/package/CapabilityStatement-uds-plus-data-receiver-server.json
DELETED
@@ -1 +0,0 @@
|
|
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"}]}]}
|
@@ -1 +0,0 @@
|
|
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
DELETED
@@ -1 +0,0 @@
|
|
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
DELETED
@@ -1 +0,0 @@
|
|
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
DELETED
@@ -1 +0,0 @@
|
|
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"}]}
|
@@ -1 +0,0 @@
|
|
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"}]}
|
@@ -1 +0,0 @@
|
|
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"}]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"resourceType":"ImplementationGuide","id":"udsplus","text":{"status":"extensions","div":"<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>UdsPlusFhirIg</h2><p>The official URL for this implementation guide is: </p><pre>http://hl7.org/fhir/us/uds-plus/ImplementationGuide/udsplus</pre><div><p>A brief description of what udsplus is about (probably the same text as in your readme)</p>\n</div></div>"},"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status","valueCode":"trial-use"},{"url":"http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm","valueInteger":1}],"url":"http://hl7.org/fhir/us/uds-plus/ImplementationGuide/udsplus","version":"0.3.0","name":"UdsPlusFhirIg","title":"Uniform Data System (UDS) Patient Level Submission (PLS) - UDS+ IG","status":"draft","experimental":false,"date":"2023-04-05T12:56:49-04:00","publisher":"HRSA UDS PLS Project","contact":[{"telecom":[{"system":"url","value":"http://hl7.org/Special/committees/[something]"}]}],"description":"A brief description of what udsplus is about (probably the same text as in your readme)","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"packageId":"fhir.us.udsplus","license":"CC0-1.0","fhirVersion":["4.0.1"],"dependsOn":[{"id":"hl7tx","extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/implementationguide-dependency-comment","valueMarkdown":"Automatically added as a dependency - all IGs depend on HL7 Terminology"}],"uri":"http://terminology.hl7.org/ImplementationGuide/hl7.terminology","packageId":"hl7.terminology.r4","version":"5.0.0"},{"id":"uscoreR4","uri":"http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core","packageId":"hl7.fhir.us.core","version":"5.0.1"},{"id":"bulkig","uri":"http://hl7.org/fhir/uv/bulkdata/ImplementationGuide/hl7.fhir.uv.bulkdata","packageId":"hl7.fhir.uv.bulkdata","version":"1.0.1"},{"id":"smartapplaunch","uri":"http://hl7.org/fhir/smart-app-launch/ImplementationGuide/hl7.fhir.uv.smart-app-launch","packageId":"hl7.fhir.uv.smart-app-launch","version":"2.0.0"},{"id":"deqm","uri":"http://hl7.org/fhir/us/davinci-deqm/ImplementationGuide/hl7.fhir.us.davinci-deqm","packageId":"hl7.fhir.us.davinci-deqm","version":"3.0.0"}],"definition":{"extension":[{"extension":[{"url":"code","valueString":"copyrightyear"},{"url":"value","valueString":"2019+"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"releaselabel"},{"url":"value","valueString":"STU 2.0.0"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-expansion-params"},{"url":"value","valueString":"terminology-settings.json"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"autoload-resources"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-liquid"},{"url":"value","valueString":"template/liquid"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-liquid"},{"url":"value","valueString":"input/liquid"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-qa"},{"url":"value","valueString":"temp/qa"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-temp"},{"url":"value","valueString":"temp/pages"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-output"},{"url":"value","valueString":"output"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-suppressed-warnings"},{"url":"value","valueString":"input/ignoreWarnings.txt"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-history"},{"url":"value","valueString":"http://hl7.org/fhir/us/uds-plus/history.html"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"template-html"},{"url":"value","valueString":"template-page.html"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"template-md"},{"url":"value","valueString":"template-page-md.html"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-contact"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-context"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-copyright"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-jurisdiction"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-license"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-publisher"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-version"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"active-tables"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"fmm-definition"},{"url":"value","valueString":"http://hl7.org/fhir/versions.html#maturity"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"propagate-status"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"excludelogbinaryformat"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"tabbed-snapshots"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"copyrightyear"},{"url":"value","valueString":"2019+"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"releaselabel"},{"url":"value","valueString":"STU 2.0.0"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-expansion-params"},{"url":"value","valueString":"terminology-settings.json"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"autoload-resources"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-liquid"},{"url":"value","valueString":"template/liquid"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-liquid"},{"url":"value","valueString":"input/liquid"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-qa"},{"url":"value","valueString":"temp/qa"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-temp"},{"url":"value","valueString":"temp/pages"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-output"},{"url":"value","valueString":"output"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-suppressed-warnings"},{"url":"value","valueString":"input/ignoreWarnings.txt"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-history"},{"url":"value","valueString":"http://hl7.org/fhir/us/uds-plus/history.html"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"template-html"},{"url":"value","valueString":"template-page.html"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"template-md"},{"url":"value","valueString":"template-page-md.html"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-contact"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-context"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-copyright"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-jurisdiction"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-license"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-publisher"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-version"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"active-tables"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"fmm-definition"},{"url":"value","valueString":"http://hl7.org/fhir/versions.html#maturity"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"propagate-status"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"excludelogbinaryformat"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"tabbed-snapshots"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"}],"resource":[{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"Patient"}],"reference":{"reference":"Patient/example"},"name":"US Core Patient Example","description":"An Example of a conformant US Core Patient resource with identifiable information.","exampleBoolean":true},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"Patient"}],"reference":{"reference":"Patient/smallpop-example"},"name":"US Core Patient Example of a patient residing in a zip code with small population (<20000 people)","description":"An Example of a conformant US Core Patient resource with identifiable information.","exampleBoolean":true},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"Condition"}],"reference":{"reference":"Condition/example"},"name":"US Core Condition Example","description":"An Example of a conformant US Core Condition resource with identifiable information capturing a Problem List Item.","exampleBoolean":true},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"Encounter"}],"reference":{"reference":"Encounter/example"},"name":"US Core Encounter Example","description":"An Example of a conformant US Core Encounter resource with identifiable information capturing a visit.","exampleBoolean":true},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"Parameters"}],"reference":{"reference":"Parameters/example"},"name":"Example of a Manifest file used for multiple operations in the context of HRSA UDS+ FHIR IG","description":"An Example of a conformant UDS+ Parameters resource representing a manifest file used by the $import and the $de-identify operation.","exampleBoolean":true},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"Patient"}],"reference":{"reference":"Patient/de-identified-example"},"name":"UDS+ Patient Example","description":"An Example of a conformant UDS+ Patient resource which has been de-identified and is based on the US Core Patient small population example resource.","exampleBoolean":true},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"Patient"}],"reference":{"reference":"Patient/de-identified-smallpop-example"},"name":"UDS+ Patient Example for a patient residing in a zip code with small population (<20000 people)","description":"An Example of a conformant UDS+ Patient resource which has been de-identified and is based on the US Core Patient example resource.","exampleBoolean":true},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"Condition"}],"reference":{"reference":"Condition/de-identified-example"},"name":"De-Identified Condition Example","description":"An Example of a conformant UDS+ Condition resource with de-identified information capturing a Problem List Item.","exampleBoolean":true},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"Encounter"}],"reference":{"reference":"Encounter/de-identified-example"},"name":"De-Identified Encounter Example","description":"An Example of a conformant UDS+ Encounter resource with de-identified information capturing the visit information.","exampleBoolean":true},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/udsplus-housing-status-codes"},"name":"UDS Plus Housing Status Codes","description":"The UDS Plus CodeSystem is a 'starter set' of codes supported for identifying Housing status of patients in UDS+ program."},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"StructureDefinition:resource"}],"reference":{"reference":"StructureDefinition/uds-plus-diagnosis"},"name":"De-Identified UDS Plus Diagnosis","description":"The UDS+ profile is based on the Condition resource and establishes the core elements, extensions, vocabularies and value sets for representing Diagnosis for UDS+ program."},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"StructureDefinition:extension"}],"reference":{"reference":"StructureDefinition/uds-plus-age-extension"},"name":"UDS Plus Age Extension","description":"Indicates the age of the patient at a specific time"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CapabilityStatement"}],"reference":{"reference":"CapabilityStatement/uds-plus-data-submitter-client"},"name":"Uds Plus Data Submitter CapabilityStatement","description":"This is a CapabilityStatement that defines the expected capabilities of the Data Submitter actor."},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"StructureDefinition:resource"}],"reference":{"reference":"StructureDefinition/uds-plus-sexual-orientation-observation"},"name":"De-Identified UDS Plus Sexual Orientation","description":"The UDS+ profile is based on the **US Core Sexual Orientation Observation profile and establishes the core elements, extensions, vocabularies and value sets for representing Sexual Orientation for UDS+ program."},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/udsplus-insurance-codes"},"name":"UDS Plus Insurance Codes","description":"The UDS Plus CodeSystem is a 'starter set' of codes supported for identifying insurance types used by patients in UDS+ program."},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"StructureDefinition:resource"}],"reference":{"reference":"StructureDefinition/uds-plus-income-observation"},"name":"De-Identified UDS Plus Income","description":"The UDS+ profile is based on the Observation resource and establishes the core elements, extensions, vocabularies and value sets for representing Income ranges for UDS+ program."},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CapabilityStatement"}],"reference":{"reference":"CapabilityStatement/uds-plus-data-source"},"name":"Uds Plus Data Source CapabilityStatement","description":"This is a CapabilityStatement that defines the expected capabilities of the Data Source actor."},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"StructureDefinition:resource"}],"reference":{"reference":"StructureDefinition/uds-plus-deidentify-data"},"name":"UDS Plus DeIdentify Data Urls","description":"The UDS+ profile is based on the **Parameters FHIR Resource and establishes the core elements, extensions, vocabularies and value sets for representing the data for input and output for the DeIdentify operation for UDS+ import FHIR Operations."},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"StructureDefinition:resource"}],"reference":{"reference":"StructureDefinition/uds-plus-import-manifest"},"name":"UDS Plus Import Manifest","description":"The UDS+ profile is based on the **Parameters FHIR Resource and establishes the core elements, extensions, vocabularies and value sets for representing the Manifest for UDS+ import FHIR Operations."},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"OperationDefinition"}],"reference":{"reference":"OperationDefinition/udsplus-de-identify"},"name":"Generate De-Identified data","description":"Generates de-identified data from identifiable data. The de-identification algorithm to be used is left to the implementers of the operation. Errors during the execution of the operation can be returned as OperationOutcome per the FHIR spec as a return parameter."},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"StructureDefinition:extension"}],"reference":{"reference":"StructureDefinition/udsplus-agriculture-worker-status"},"name":"UDS Plus Worker Agriculture Worker Status Extension","description":"Indicates the agriculture worker status of the patient at a specific time"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CapabilityStatement"}],"reference":{"reference":"CapabilityStatement/uds-plus-trust-service-provider"},"name":"Uds Plus Trust Service Provider CapabilityStatement","description":"This is a CapabilityStatement that defines the expected capabilities of the Trust Service Provider actor."},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CapabilityStatement"}],"reference":{"reference":"CapabilityStatement/uds-plus-data-receiver-server"},"name":"Uds Plus Data Receiver CapabilityStatement","description":"This is a CapabilityStatement that defines the expected capabilities of the Data Receiver actor as a Server."},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"StructureDefinition:resource"}],"reference":{"reference":"StructureDefinition/uds-plus-procedure"},"name":"De-Identified UDS Plus Procedure","description":"The UDS+ profile is based on the Procedure resource and establishes the core elements, extensions, vocabularies and value sets for representing procedures for UDS+ program."},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"StructureDefinition:resource"}],"reference":{"reference":"StructureDefinition/de-identified-uds-plus-patient"},"name":"De-Identified UDS Plus Patient","description":"This Patient profile represents a Patient availing HRSA services. It is based on the **US Core Patient** profile and establishes the core elements, extensions, vocabularies and value sets for representing patients for UDS+ program."},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"StructureDefinition:extension"}],"reference":{"reference":"StructureDefinition/uds-plus-agriculture-worker-status-extension"},"name":"UDS Plus Agriculture Worker Status Extension","description":"Indicates the Agriculture worker status of the patient at a specific time"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"StructureDefinition:resource"}],"reference":{"reference":"StructureDefinition/uds-plus-encounter"},"name":"De-Identified UDS Plus Encounter","description":"The UDS+ profile is based on the Encounter resource and establishes the core elements, extensions, vocabularies and value sets for representing encounters,visit information for UDS+ program."},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"OperationDefinition"}],"reference":{"reference":"OperationDefinition/import"},"name":"UDS Plus Import","description":"Notification from a Health Center about the availability of the data to HRSA using Bulk Import mechanism."},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"StructureDefinition:extension"}],"reference":{"reference":"StructureDefinition/uds-plus-housing-status-extension"},"name":"UDS Plus Housing Status Extension","description":"Indicates the housing status of the patient at a specific time"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/udsplus-agriculture-worker-status-codes"},"name":"UDS Plus Agriculter Worker Status Codes","description":"The UDS Plus CodeSystem is a 'starter set' of codes supported for identifying agriculture worker status for UDS+ program."},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"StructureDefinition:resource"}],"reference":{"reference":"StructureDefinition/uds-plus-coverage"},"name":"UDS Plus Coverage","description":"The UDS+ profile is based on the **QI Core Coverage profile and establishes the core elements, extensions, vocabularies and value sets for representing Coverage for UDS+ program."}],"page":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status","valueCode":"informative"},{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"toc.html"}],"nameUrl":"toc.html","title":"Table of Contents","generation":"html","page":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status","valueCode":"informative"},{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"index.html"}],"nameUrl":"index.html","title":"UDS Plus Home Page","generation":"html"},{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status","valueCode":"trial-use"},{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"background.html"}],"nameUrl":"background.html","title":"Background","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status","valueCode":"trial-use"},{"url":"http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm","valueInteger":3},{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"spec.html"}],"nameUrl":"spec.html","title":"FHIR API Reporting Specification","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status","valueCode":"trial-use"},{"url":"http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm","valueInteger":3},{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"implementation.html"}],"nameUrl":"implementation.html","title":"Implementation Notes","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status","valueCode":"informative"},{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"usecases.html"}],"nameUrl":"usecases.html","title":"Use Cases and Workflows","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status","valueCode":"informative"},{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"changes.html"}],"nameUrl":"changes.html","title":"Change History","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status","valueCode":"informative"},{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"dataelements.html"}],"nameUrl":"dataelements.html","title":"Data Elements and FHIR Mappings","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status","valueCode":"informative"},{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"reportingguidance.html"}],"nameUrl":"reportingguidance.html","title":"Reporting Guidance","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status","valueCode":"informative"},{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"downloads.html"}],"nameUrl":"downloads.html","title":"Useful Downloads","generation":"html"}]},"parameter":[{"code":"path-resource","value":"input/capabilities"},{"code":"path-resource","value":"input/examples"},{"code":"path-resource","value":"input/extensions"},{"code":"path-resource","value":"input/models"},{"code":"path-resource","value":"input/operations"},{"code":"path-resource","value":"input/profiles"},{"code":"path-resource","value":"input/resources"},{"code":"path-resource","value":"input/vocabulary"},{"code":"path-resource","value":"input/maps"},{"code":"path-resource","value":"input/testing"},{"code":"path-resource","value":"input/history"},{"code":"path-resource","value":"fsh-generated/resources"},{"code":"path-pages","value":"template/config"},{"code":"path-pages","value":"input/images"},{"code":"path-tx-cache","value":"input-cache/txcache"}]}}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"resourceType":"OperationDefinition","id":"import","text":{"status":"extensions","div":"<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>URL: [base]/$notify</p><p>Parameters</p><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>importInformation</td><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/parameters.html\">Parameters</a></td><td/><td><div><p>The links and other metadata related to the data exported by the health center.</p>\n</div></td></tr></table></div>"},"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm","valueInteger":1,"_valueInteger":{"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/StructureDefinition/structuredefinition-standards-status","valueCode":"trial-use","_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/OperationDefinition/import","version":"0.3.0","name":"UdsPlusImport","title":"UDS Plus Import","status":"active","kind":"operation","date":"2021-07-22T21:48:56+10:00","publisher":"HRSA UDS PLS Project","contact":[{"telecom":[{"system":"url","value":"http://hl7.org/Special/committees/[something]"}]}],"description":"Notification from a Health Center about the availability of the data to HRSA using Bulk Import mechanism.","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"code":"notify","base":"http://hl7.org/fhir/us/uds-plus/OperationDefinition/import","system":true,"type":false,"instance":false,"parameter":[{"name":"importInformation","use":"in","min":1,"max":"1","documentation":"The links and other metadata related to the data exported by the health center.","type":"Parameters"}]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"resourceType":"OperationDefinition","id":"udsplus-de-identify","text":{"status":"extensions","div":"<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>URL: [base]/$deidentify</p><p>Parameters</p><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>inputFileUrls</td><td>1..*</td><td><a href=\"http://hl7.org/fhir/R4/parameters.html\">Parameters</a></td><td/><td><div><p>Urls of the Input Files represented as Parameters, with the type of Resource and the URL to the NDJSON data.</p>\n</div></td></tr><tr><td>OUT</td><td>deidentifiedFileUrls</td><td>0..*</td><td><a href=\"http://hl7.org/fhir/R4/parameters.html\">Parameters</a></td><td/><td><div><p>Upon successful de-identification, the de-identified file Urls is returned back from the service.</p>\n</div></td></tr></table></div>"},"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm","valueInteger":1,"_valueInteger":{"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/StructureDefinition/structuredefinition-standards-status","valueCode":"trial-use","_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/OperationDefinition/udsplus-de-identify","version":"0.3.0","name":"UdsPlusDeIdentify","title":"Generate De-Identified data","status":"draft","kind":"operation","date":"2020-11-19T21:48:56+10:00","publisher":"HRSA UDS PLS Project","contact":[{"telecom":[{"system":"url","value":"http://hl7.org/Special/committees/[something]"}]}],"description":"Generates de-identified data from identifiable data. The de-identification algorithm to be used is left to the implementers of the operation. Errors during the execution of the operation can be returned as OperationOutcome per the FHIR spec as a return parameter.","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"code":"deidentify","system":true,"type":false,"instance":false,"parameter":[{"name":"inputFileUrls","use":"in","min":1,"max":"*","documentation":"Urls of the Input Files represented as Parameters, with the type of Resource and the URL to the NDJSON data.","type":"Parameters"},{"name":"deidentifiedFileUrls","use":"out","min":0,"max":"*","documentation":"Upon successful de-identification, the de-identified file Urls is returned back from the service.","type":"Parameters"}]}
|