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
@@ -1,152 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"openapi": "3.0.2",
|
3
|
-
"info": {
|
4
|
-
"title": "Uds Plus Data Receiver CapabilityStatement",
|
5
|
-
"description": "This is a CapabilityStatement that defines the expected capabilities of the Data Receiver actor as a Server.",
|
6
|
-
"license": {
|
7
|
-
"name": "Creative Commons Zero v1.0 Universal",
|
8
|
-
"url": "http://spdx.org/licenses/CC0-1.0.html"
|
9
|
-
},
|
10
|
-
"version": "0.3.0",
|
11
|
-
"contact": {
|
12
|
-
"name": "HRSA UDS PLS Project"
|
13
|
-
}
|
14
|
-
},
|
15
|
-
"externalDocs": {
|
16
|
-
"url": "http://hl7.org/fhir/us/uds-plus/CapabilityStatement/uds-plus-data-receiver-server",
|
17
|
-
"description": "FHIR CapabilityStatement"
|
18
|
-
},
|
19
|
-
"paths": {
|
20
|
-
"/metadata": {
|
21
|
-
"summary": "Access to the Server\u0027s Capability Statement",
|
22
|
-
"description": "All FHIR Servers return a CapabilityStatement that describes what services they perform",
|
23
|
-
"get": {
|
24
|
-
"summary": "Return the server\u0027s capability statement",
|
25
|
-
"operationId": "metadata",
|
26
|
-
"responses": {
|
27
|
-
"default": {
|
28
|
-
"description": "Error, with details",
|
29
|
-
"content": {
|
30
|
-
"application/fhir+json": {
|
31
|
-
"schema": {
|
32
|
-
"$ref": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"
|
33
|
-
}
|
34
|
-
}
|
35
|
-
}
|
36
|
-
},
|
37
|
-
"200": {
|
38
|
-
"description": "the capbility statement",
|
39
|
-
"content": {
|
40
|
-
"application/fhir+json": {
|
41
|
-
"schema": {
|
42
|
-
"$ref": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/CapabilityStatement"
|
43
|
-
}
|
44
|
-
}
|
45
|
-
}
|
46
|
-
}
|
47
|
-
},
|
48
|
-
"parameters": [
|
49
|
-
{
|
50
|
-
"$ref": "#/components/parameters/format"
|
51
|
-
},
|
52
|
-
{
|
53
|
-
"$ref": "#/components/parameters/pretty"
|
54
|
-
},
|
55
|
-
{
|
56
|
-
"$ref": "#/components/parameters/summary"
|
57
|
-
},
|
58
|
-
{
|
59
|
-
"$ref": "#/components/parameters/elements"
|
60
|
-
}
|
61
|
-
]
|
62
|
-
}
|
63
|
-
}
|
64
|
-
},
|
65
|
-
"components": {
|
66
|
-
"parameters": {
|
67
|
-
"rid": {
|
68
|
-
"name": "rid",
|
69
|
-
"in": "path",
|
70
|
-
"description": "id of the resource (\u003dResource.id)",
|
71
|
-
"required": true,
|
72
|
-
"allowEmptyValue": false,
|
73
|
-
"style": "simple",
|
74
|
-
"schema": {
|
75
|
-
"type": "string"
|
76
|
-
}
|
77
|
-
},
|
78
|
-
"hid": {
|
79
|
-
"name": "hid",
|
80
|
-
"in": "path",
|
81
|
-
"description": "id of the history entry (\u003dResource.meta.versionId)",
|
82
|
-
"required": true,
|
83
|
-
"allowEmptyValue": false,
|
84
|
-
"style": "simple",
|
85
|
-
"schema": {
|
86
|
-
"type": "string"
|
87
|
-
}
|
88
|
-
},
|
89
|
-
"summary": {
|
90
|
-
"name": "_summary",
|
91
|
-
"in": "query",
|
92
|
-
"description": "Requests the server to return a designated subset of the resource",
|
93
|
-
"allowEmptyValue": true,
|
94
|
-
"style": "form",
|
95
|
-
"schema": {
|
96
|
-
"type": "string",
|
97
|
-
"enum": [
|
98
|
-
"true",
|
99
|
-
"text",
|
100
|
-
"data",
|
101
|
-
"count",
|
102
|
-
"false"
|
103
|
-
]
|
104
|
-
}
|
105
|
-
},
|
106
|
-
"format": {
|
107
|
-
"name": "_format",
|
108
|
-
"in": "query",
|
109
|
-
"description": "Specify alternative response formats by their MIME-types (when a client is unable acccess accept: header)",
|
110
|
-
"allowEmptyValue": true,
|
111
|
-
"style": "form",
|
112
|
-
"schema": {
|
113
|
-
"type": "string",
|
114
|
-
"format": "mime-type"
|
115
|
-
}
|
116
|
-
},
|
117
|
-
"pretty": {
|
118
|
-
"name": "_pretty",
|
119
|
-
"in": "query",
|
120
|
-
"description": "Ask for a pretty printed response for human convenience",
|
121
|
-
"allowEmptyValue": true,
|
122
|
-
"style": "form",
|
123
|
-
"schema": {
|
124
|
-
"type": "boolean"
|
125
|
-
}
|
126
|
-
},
|
127
|
-
"elements": {
|
128
|
-
"name": "_elements",
|
129
|
-
"in": "query",
|
130
|
-
"description": "Requests the server to return a collection of elements from the resource",
|
131
|
-
"allowEmptyValue": true,
|
132
|
-
"style": "form",
|
133
|
-
"explode": false,
|
134
|
-
"schema": {
|
135
|
-
"type": "array",
|
136
|
-
"format": "string",
|
137
|
-
"items": {
|
138
|
-
"format": "string"
|
139
|
-
}
|
140
|
-
}
|
141
|
-
},
|
142
|
-
"count": {
|
143
|
-
"name": "_count",
|
144
|
-
"in": "query",
|
145
|
-
"description": "The maximum number of search results on a page. The server is not bound to return the number requested, but cannot return more",
|
146
|
-
"schema": {
|
147
|
-
"type": "number"
|
148
|
-
}
|
149
|
-
}
|
150
|
-
}
|
151
|
-
}
|
152
|
-
}
|
@@ -1,152 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"openapi": "3.0.2",
|
3
|
-
"info": {
|
4
|
-
"title": "Uds Plus Data Source CapabilityStatement",
|
5
|
-
"description": "This is a CapabilityStatement that defines the expected capabilities of the Data Source actor.",
|
6
|
-
"license": {
|
7
|
-
"name": "Creative Commons Zero v1.0 Universal",
|
8
|
-
"url": "http://spdx.org/licenses/CC0-1.0.html"
|
9
|
-
},
|
10
|
-
"version": "0.3.0",
|
11
|
-
"contact": {
|
12
|
-
"name": "HRSA UDS PLS Project"
|
13
|
-
}
|
14
|
-
},
|
15
|
-
"externalDocs": {
|
16
|
-
"url": "http://hl7.org/fhir/us/uds-plus/CapabilityStatement/uds-plus-data-source",
|
17
|
-
"description": "FHIR CapabilityStatement"
|
18
|
-
},
|
19
|
-
"paths": {
|
20
|
-
"/metadata": {
|
21
|
-
"summary": "Access to the Server\u0027s Capability Statement",
|
22
|
-
"description": "All FHIR Servers return a CapabilityStatement that describes what services they perform",
|
23
|
-
"get": {
|
24
|
-
"summary": "Return the server\u0027s capability statement",
|
25
|
-
"operationId": "metadata",
|
26
|
-
"responses": {
|
27
|
-
"default": {
|
28
|
-
"description": "Error, with details",
|
29
|
-
"content": {
|
30
|
-
"application/fhir+json": {
|
31
|
-
"schema": {
|
32
|
-
"$ref": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"
|
33
|
-
}
|
34
|
-
}
|
35
|
-
}
|
36
|
-
},
|
37
|
-
"200": {
|
38
|
-
"description": "the capbility statement",
|
39
|
-
"content": {
|
40
|
-
"application/fhir+json": {
|
41
|
-
"schema": {
|
42
|
-
"$ref": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/CapabilityStatement"
|
43
|
-
}
|
44
|
-
}
|
45
|
-
}
|
46
|
-
}
|
47
|
-
},
|
48
|
-
"parameters": [
|
49
|
-
{
|
50
|
-
"$ref": "#/components/parameters/format"
|
51
|
-
},
|
52
|
-
{
|
53
|
-
"$ref": "#/components/parameters/pretty"
|
54
|
-
},
|
55
|
-
{
|
56
|
-
"$ref": "#/components/parameters/summary"
|
57
|
-
},
|
58
|
-
{
|
59
|
-
"$ref": "#/components/parameters/elements"
|
60
|
-
}
|
61
|
-
]
|
62
|
-
}
|
63
|
-
}
|
64
|
-
},
|
65
|
-
"components": {
|
66
|
-
"parameters": {
|
67
|
-
"rid": {
|
68
|
-
"name": "rid",
|
69
|
-
"in": "path",
|
70
|
-
"description": "id of the resource (\u003dResource.id)",
|
71
|
-
"required": true,
|
72
|
-
"allowEmptyValue": false,
|
73
|
-
"style": "simple",
|
74
|
-
"schema": {
|
75
|
-
"type": "string"
|
76
|
-
}
|
77
|
-
},
|
78
|
-
"hid": {
|
79
|
-
"name": "hid",
|
80
|
-
"in": "path",
|
81
|
-
"description": "id of the history entry (\u003dResource.meta.versionId)",
|
82
|
-
"required": true,
|
83
|
-
"allowEmptyValue": false,
|
84
|
-
"style": "simple",
|
85
|
-
"schema": {
|
86
|
-
"type": "string"
|
87
|
-
}
|
88
|
-
},
|
89
|
-
"summary": {
|
90
|
-
"name": "_summary",
|
91
|
-
"in": "query",
|
92
|
-
"description": "Requests the server to return a designated subset of the resource",
|
93
|
-
"allowEmptyValue": true,
|
94
|
-
"style": "form",
|
95
|
-
"schema": {
|
96
|
-
"type": "string",
|
97
|
-
"enum": [
|
98
|
-
"true",
|
99
|
-
"text",
|
100
|
-
"data",
|
101
|
-
"count",
|
102
|
-
"false"
|
103
|
-
]
|
104
|
-
}
|
105
|
-
},
|
106
|
-
"format": {
|
107
|
-
"name": "_format",
|
108
|
-
"in": "query",
|
109
|
-
"description": "Specify alternative response formats by their MIME-types (when a client is unable acccess accept: header)",
|
110
|
-
"allowEmptyValue": true,
|
111
|
-
"style": "form",
|
112
|
-
"schema": {
|
113
|
-
"type": "string",
|
114
|
-
"format": "mime-type"
|
115
|
-
}
|
116
|
-
},
|
117
|
-
"pretty": {
|
118
|
-
"name": "_pretty",
|
119
|
-
"in": "query",
|
120
|
-
"description": "Ask for a pretty printed response for human convenience",
|
121
|
-
"allowEmptyValue": true,
|
122
|
-
"style": "form",
|
123
|
-
"schema": {
|
124
|
-
"type": "boolean"
|
125
|
-
}
|
126
|
-
},
|
127
|
-
"elements": {
|
128
|
-
"name": "_elements",
|
129
|
-
"in": "query",
|
130
|
-
"description": "Requests the server to return a collection of elements from the resource",
|
131
|
-
"allowEmptyValue": true,
|
132
|
-
"style": "form",
|
133
|
-
"explode": false,
|
134
|
-
"schema": {
|
135
|
-
"type": "array",
|
136
|
-
"format": "string",
|
137
|
-
"items": {
|
138
|
-
"format": "string"
|
139
|
-
}
|
140
|
-
}
|
141
|
-
},
|
142
|
-
"count": {
|
143
|
-
"name": "_count",
|
144
|
-
"in": "query",
|
145
|
-
"description": "The maximum number of search results on a page. The server is not bound to return the number requested, but cannot return more",
|
146
|
-
"schema": {
|
147
|
-
"type": "number"
|
148
|
-
}
|
149
|
-
}
|
150
|
-
}
|
151
|
-
}
|
152
|
-
}
|
@@ -1,106 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"openapi": "3.0.2",
|
3
|
-
"info": {
|
4
|
-
"title": "Uds Plus Data Submitter CapabilityStatement",
|
5
|
-
"description": "This is a CapabilityStatement that defines the expected capabilities of the Data Submitter actor.",
|
6
|
-
"license": {
|
7
|
-
"name": "Creative Commons Zero v1.0 Universal",
|
8
|
-
"url": "http://spdx.org/licenses/CC0-1.0.html"
|
9
|
-
},
|
10
|
-
"version": "0.3.0",
|
11
|
-
"contact": {
|
12
|
-
"name": "HRSA UDS PLS Project"
|
13
|
-
}
|
14
|
-
},
|
15
|
-
"externalDocs": {
|
16
|
-
"url": "http://hl7.org/fhir/us/uds-plus/CapabilityStatement/uds-plus-data-submitter-client",
|
17
|
-
"description": "FHIR CapabilityStatement"
|
18
|
-
},
|
19
|
-
"components": {
|
20
|
-
"parameters": {
|
21
|
-
"rid": {
|
22
|
-
"name": "rid",
|
23
|
-
"in": "path",
|
24
|
-
"description": "id of the resource (\u003dResource.id)",
|
25
|
-
"required": true,
|
26
|
-
"allowEmptyValue": false,
|
27
|
-
"style": "simple",
|
28
|
-
"schema": {
|
29
|
-
"type": "string"
|
30
|
-
}
|
31
|
-
},
|
32
|
-
"hid": {
|
33
|
-
"name": "hid",
|
34
|
-
"in": "path",
|
35
|
-
"description": "id of the history entry (\u003dResource.meta.versionId)",
|
36
|
-
"required": true,
|
37
|
-
"allowEmptyValue": false,
|
38
|
-
"style": "simple",
|
39
|
-
"schema": {
|
40
|
-
"type": "string"
|
41
|
-
}
|
42
|
-
},
|
43
|
-
"summary": {
|
44
|
-
"name": "_summary",
|
45
|
-
"in": "query",
|
46
|
-
"description": "Requests the server to return a designated subset of the resource",
|
47
|
-
"allowEmptyValue": true,
|
48
|
-
"style": "form",
|
49
|
-
"schema": {
|
50
|
-
"type": "string",
|
51
|
-
"enum": [
|
52
|
-
"true",
|
53
|
-
"text",
|
54
|
-
"data",
|
55
|
-
"count",
|
56
|
-
"false"
|
57
|
-
]
|
58
|
-
}
|
59
|
-
},
|
60
|
-
"format": {
|
61
|
-
"name": "_format",
|
62
|
-
"in": "query",
|
63
|
-
"description": "Specify alternative response formats by their MIME-types (when a client is unable acccess accept: header)",
|
64
|
-
"allowEmptyValue": true,
|
65
|
-
"style": "form",
|
66
|
-
"schema": {
|
67
|
-
"type": "string",
|
68
|
-
"format": "mime-type"
|
69
|
-
}
|
70
|
-
},
|
71
|
-
"pretty": {
|
72
|
-
"name": "_pretty",
|
73
|
-
"in": "query",
|
74
|
-
"description": "Ask for a pretty printed response for human convenience",
|
75
|
-
"allowEmptyValue": true,
|
76
|
-
"style": "form",
|
77
|
-
"schema": {
|
78
|
-
"type": "boolean"
|
79
|
-
}
|
80
|
-
},
|
81
|
-
"elements": {
|
82
|
-
"name": "_elements",
|
83
|
-
"in": "query",
|
84
|
-
"description": "Requests the server to return a collection of elements from the resource",
|
85
|
-
"allowEmptyValue": true,
|
86
|
-
"style": "form",
|
87
|
-
"explode": false,
|
88
|
-
"schema": {
|
89
|
-
"type": "array",
|
90
|
-
"format": "string",
|
91
|
-
"items": {
|
92
|
-
"format": "string"
|
93
|
-
}
|
94
|
-
}
|
95
|
-
},
|
96
|
-
"count": {
|
97
|
-
"name": "_count",
|
98
|
-
"in": "query",
|
99
|
-
"description": "The maximum number of search results on a page. The server is not bound to return the number requested, but cannot return more",
|
100
|
-
"schema": {
|
101
|
-
"type": "number"
|
102
|
-
}
|
103
|
-
}
|
104
|
-
}
|
105
|
-
}
|
106
|
-
}
|
@@ -1,152 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"openapi": "3.0.2",
|
3
|
-
"info": {
|
4
|
-
"title": "Uds Plus Trust Service Provider CapabilityStatement",
|
5
|
-
"description": "This is a CapabilityStatement that defines the expected capabilities of the Trust Service Provider actor.",
|
6
|
-
"license": {
|
7
|
-
"name": "Creative Commons Zero v1.0 Universal",
|
8
|
-
"url": "http://spdx.org/licenses/CC0-1.0.html"
|
9
|
-
},
|
10
|
-
"version": "0.3.0",
|
11
|
-
"contact": {
|
12
|
-
"name": "HRSA UDS PLS Project"
|
13
|
-
}
|
14
|
-
},
|
15
|
-
"externalDocs": {
|
16
|
-
"url": "http://hl7.org/fhir/us/uds-plus/CapabilityStatement/uds-plus-trust-service-provider",
|
17
|
-
"description": "FHIR CapabilityStatement"
|
18
|
-
},
|
19
|
-
"paths": {
|
20
|
-
"/metadata": {
|
21
|
-
"summary": "Access to the Server\u0027s Capability Statement",
|
22
|
-
"description": "All FHIR Servers return a CapabilityStatement that describes what services they perform",
|
23
|
-
"get": {
|
24
|
-
"summary": "Return the server\u0027s capability statement",
|
25
|
-
"operationId": "metadata",
|
26
|
-
"responses": {
|
27
|
-
"default": {
|
28
|
-
"description": "Error, with details",
|
29
|
-
"content": {
|
30
|
-
"application/fhir+json": {
|
31
|
-
"schema": {
|
32
|
-
"$ref": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"
|
33
|
-
}
|
34
|
-
}
|
35
|
-
}
|
36
|
-
},
|
37
|
-
"200": {
|
38
|
-
"description": "the capbility statement",
|
39
|
-
"content": {
|
40
|
-
"application/fhir+json": {
|
41
|
-
"schema": {
|
42
|
-
"$ref": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/CapabilityStatement"
|
43
|
-
}
|
44
|
-
}
|
45
|
-
}
|
46
|
-
}
|
47
|
-
},
|
48
|
-
"parameters": [
|
49
|
-
{
|
50
|
-
"$ref": "#/components/parameters/format"
|
51
|
-
},
|
52
|
-
{
|
53
|
-
"$ref": "#/components/parameters/pretty"
|
54
|
-
},
|
55
|
-
{
|
56
|
-
"$ref": "#/components/parameters/summary"
|
57
|
-
},
|
58
|
-
{
|
59
|
-
"$ref": "#/components/parameters/elements"
|
60
|
-
}
|
61
|
-
]
|
62
|
-
}
|
63
|
-
}
|
64
|
-
},
|
65
|
-
"components": {
|
66
|
-
"parameters": {
|
67
|
-
"rid": {
|
68
|
-
"name": "rid",
|
69
|
-
"in": "path",
|
70
|
-
"description": "id of the resource (\u003dResource.id)",
|
71
|
-
"required": true,
|
72
|
-
"allowEmptyValue": false,
|
73
|
-
"style": "simple",
|
74
|
-
"schema": {
|
75
|
-
"type": "string"
|
76
|
-
}
|
77
|
-
},
|
78
|
-
"hid": {
|
79
|
-
"name": "hid",
|
80
|
-
"in": "path",
|
81
|
-
"description": "id of the history entry (\u003dResource.meta.versionId)",
|
82
|
-
"required": true,
|
83
|
-
"allowEmptyValue": false,
|
84
|
-
"style": "simple",
|
85
|
-
"schema": {
|
86
|
-
"type": "string"
|
87
|
-
}
|
88
|
-
},
|
89
|
-
"summary": {
|
90
|
-
"name": "_summary",
|
91
|
-
"in": "query",
|
92
|
-
"description": "Requests the server to return a designated subset of the resource",
|
93
|
-
"allowEmptyValue": true,
|
94
|
-
"style": "form",
|
95
|
-
"schema": {
|
96
|
-
"type": "string",
|
97
|
-
"enum": [
|
98
|
-
"true",
|
99
|
-
"text",
|
100
|
-
"data",
|
101
|
-
"count",
|
102
|
-
"false"
|
103
|
-
]
|
104
|
-
}
|
105
|
-
},
|
106
|
-
"format": {
|
107
|
-
"name": "_format",
|
108
|
-
"in": "query",
|
109
|
-
"description": "Specify alternative response formats by their MIME-types (when a client is unable acccess accept: header)",
|
110
|
-
"allowEmptyValue": true,
|
111
|
-
"style": "form",
|
112
|
-
"schema": {
|
113
|
-
"type": "string",
|
114
|
-
"format": "mime-type"
|
115
|
-
}
|
116
|
-
},
|
117
|
-
"pretty": {
|
118
|
-
"name": "_pretty",
|
119
|
-
"in": "query",
|
120
|
-
"description": "Ask for a pretty printed response for human convenience",
|
121
|
-
"allowEmptyValue": true,
|
122
|
-
"style": "form",
|
123
|
-
"schema": {
|
124
|
-
"type": "boolean"
|
125
|
-
}
|
126
|
-
},
|
127
|
-
"elements": {
|
128
|
-
"name": "_elements",
|
129
|
-
"in": "query",
|
130
|
-
"description": "Requests the server to return a collection of elements from the resource",
|
131
|
-
"allowEmptyValue": true,
|
132
|
-
"style": "form",
|
133
|
-
"explode": false,
|
134
|
-
"schema": {
|
135
|
-
"type": "array",
|
136
|
-
"format": "string",
|
137
|
-
"items": {
|
138
|
-
"format": "string"
|
139
|
-
}
|
140
|
-
}
|
141
|
-
},
|
142
|
-
"count": {
|
143
|
-
"name": "_count",
|
144
|
-
"in": "query",
|
145
|
-
"description": "The maximum number of search results on a page. The server is not bound to return the number requested, but cannot return more",
|
146
|
-
"schema": {
|
147
|
-
"type": "number"
|
148
|
-
}
|
149
|
-
}
|
150
|
-
}
|
151
|
-
}
|
152
|
-
}
|
@@ -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"}]}}
|