Skip to content

Commit fb6300a

Browse files
Added initial MRN intake form. Updated API support
1 parent 6c8cf72 commit fb6300a

2 files changed

Lines changed: 451 additions & 0 deletions

File tree

nhsn/NHSN-Onboarding-POC/api-support.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,5 +256,41 @@
256256
"method": "GET",
257257
"url": "/api/entries/schedules/{reportScheduleId}",
258258
"description": ""
259+
},
260+
"rdColPreQual": {
261+
"service": "Validation",
262+
"method": "GET",
263+
"url": "/api/validation/result/{facilityId}/{reportId}/{patientId}",
264+
"description": ""
265+
},
266+
"locOrgMethod": {
267+
"service": "Data Acquisition",
268+
"method": "POST",
269+
"url": "/api/data/location-config/facility/{facilityId}",
270+
"description": "The configuration supports generic FHIR Path settings. The UI will need to construct the FHIR path to support the different available options (Example: Managing Org, Identifier, etc)"
271+
},
272+
"locTypeList": {
273+
"service": "Data Acquisition",
274+
"method": "POST",
275+
"url": "/api/data/location-config/facility/{facilityId}",
276+
"description": "The configuration supports generic FHIR Path settings. The UI will need to construct the FHIR path to support the different available options (Example: Managing Org, Identifier, etc)"
277+
},
278+
"locIdentifierList": {
279+
"service": "Data Acquisition",
280+
"method": "POST",
281+
"url": "/api/data/location-config/facility/{facilityId}",
282+
"description": "The configuration supports generic FHIR Path settings. The UI will need to construct the FHIR path to support the different available options (Example: Managing Org, Identifier, etc)"
283+
},
284+
"managingOrgList": {
285+
"service": "Data Acquisition",
286+
"method": "POST",
287+
"url": "/api/data/location-config/facility/{facilityId}",
288+
"description": "The configuration supports generic FHIR Path settings. The UI will need to construct the FHIR path to support the different available options (Example: Managing Org, Identifier, etc)"
289+
},
290+
"customFhirPath": {
291+
"service": "Data Acquisition",
292+
"method": "POST",
293+
"url": "/api/data/location-config/facility/{facilityId}",
294+
"description": "The configuration supports generic FHIR Path settings. The UI will need to construct the FHIR path to support the different available options (Example: Managing Org, Identifier, etc)"
259295
}
260296
}

0 commit comments

Comments
 (0)