{
	"info": {
		"_postman_id": "f405af2c-bc69-4de8-9173-49d2971528ca",
		"name": "US Core Server CapabilityStatement",
		"description": "This Section describes the expected capabilities of the US Core Server actor which is responsible for providing responses to the queries submitted by the US Core Requestors. The complete list of FHIR profiles, RESTful operations, and search parameters supported by US Core Servers are defined. Systems implementing this capability statement should meet the ONC 2015 Common Clinical Data Set (CCDS) access requirement for Patient Selection 170.315(g)(7) and Application Access - Data Category Request 170.315(g)(8) and and the ONC [U.S. Core Data for Interoperability (USCDI)](https://www.healthit.gov/isa/sites/isa/files/2020-03/USCDI-Version1-2020-Final-Standard.pdf).  US Core Clients have the option of choosing from this list to access necessary data based on their local use cases and other contextual requirements.",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "v1/api/uscore",
			"item": [
				{
					"name": "Allergy Intolerance",
					"item": [
						{
							"name": "{rid}",
							"item": [
								{
									"name": "/v1/api/uscore/AllergyIntolerance/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/AllergyIntolerance/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"AllergyIntolerance",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a specified AllergyIntolerance resource with a given resource id"
									},
									"response": [
										{
											"name": "A AllergyIntolerance with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/AllergyIntolerance/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"AllergyIntolerance",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/AllergyIntolerance/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"AllergyIntolerance",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								},
								{
									"name": "/v1/api/uscore/AllergyIntolerance/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "PUT",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/AllergyIntolerance/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"AllergyIntolerance",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Updates an existing AllergyIntolerance resource"
									},
									"response": [
										{
											"name": "Created",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/AllergyIntolerance/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"AllergyIntolerance",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Created",
											"code": 201,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										},
										{
											"name": "Updated",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/AllergyIntolerance/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"AllergyIntolerance",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/AllergyIntolerance/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/AllergyIntolerance/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"AllergyIntolerance",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Deletes a specified AllergyIntolerance resource"
									},
									"response": [
										{
											"name": "Deleted",
											"originalRequest": {
												"method": "DELETE",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/AllergyIntolerance/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"AllergyIntolerance",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/AllergyIntolerance/:rid/_history",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/AllergyIntolerance/:rid/_history",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"AllergyIntolerance",
												":rid",
												"_history"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a bundle of all versions for the AllergyIntolerance resource with given resource id"
									},
									"response": [
										{
											"name": "A AllergyIntolerance with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/AllergyIntolerance/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"AllergyIntolerance",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/AllergyIntolerance/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"AllergyIntolerance",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								}
							]
						},
						{
							"name": "/v1/api/uscore/AllergyIntolerance",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/AllergyIntolerance",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"AllergyIntolerance"
									]
								},
								"description": "Creates a new AllergyIntolerance resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/AllergyIntolerance",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"AllergyIntolerance"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/AllergyIntolerance",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/AllergyIntolerance?clinical-status=&patient=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"AllergyIntolerance"
									],
									"query": [
										{
											"key": "clinical-status",
											"value": ""
										},
										{
											"key": "patient",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of the AllergyIntolerance resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A AllergyIntolerance with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/AllergyIntolerance?clinical-status=&patient=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"AllergyIntolerance"
											],
											"query": [
												{
													"key": "clinical-status",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/AllergyIntolerance?clinical-status=&patient=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"AllergyIntolerance"
											],
											"query": [
												{
													"key": "clinical-status",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/AllergyIntolerance",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/AllergyIntolerance",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"AllergyIntolerance"
									]
								},
								"description": "Updates an existing AllergyIntolerance resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/AllergyIntolerance",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"AllergyIntolerance"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								},
								{
									"name": "Updated",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/AllergyIntolerance",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"AllergyIntolerance"
											]
										}
									},
									"status": "No Content",
									"code": 204,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/AllergyIntolerance/{{rid}}hid}",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/AllergyIntolerance/{{rid}}hid}",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"AllergyIntolerance",
										"{{rid}}hid}"
									],
									"variable": [
										{
											"key": "hid",
											"value": "enim id cillum",
											"description": "(Required) "
										}
									]
								},
								"description": "Returns a specified AllergyIntolerance resource with a given resource id and a specific historical version"
							},
							"response": [
								{
									"name": "A AllergyIntolerance with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/AllergyIntolerance/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"AllergyIntolerance",
												"{{rid}}hid}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/AllergyIntolerance/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"AllergyIntolerance",
												"{{rid}}hid}"
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/AllergyIntolerance/_history",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/AllergyIntolerance/_history?clinical-status=&patient=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"AllergyIntolerance",
										"_history"
									],
									"query": [
										{
											"key": "clinical-status",
											"value": ""
										},
										{
											"key": "patient",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of all versions for the AllergyIntolerance resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A AllergyIntolerance with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/AllergyIntolerance/_history?clinical-status=&patient=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"AllergyIntolerance",
												"_history"
											],
											"query": [
												{
													"key": "clinical-status",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/AllergyIntolerance/_history?clinical-status=&patient=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"AllergyIntolerance",
												"_history"
											],
											"query": [
												{
													"key": "clinical-status",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						}
					]
				},
				{
					"name": "Care Plan",
					"item": [
						{
							"name": "{rid}",
							"item": [
								{
									"name": "/v1/api/uscore/CarePlan/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/CarePlan/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"CarePlan",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a specified CarePlan resource with a given resource id"
									},
									"response": [
										{
											"name": "A CarePlan with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/CarePlan/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"CarePlan",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/CarePlan/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"CarePlan",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								},
								{
									"name": "/v1/api/uscore/CarePlan/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "PUT",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/CarePlan/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"CarePlan",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Updates an existing CarePlan resource"
									},
									"response": [
										{
											"name": "Created",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/CarePlan/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"CarePlan",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Created",
											"code": 201,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										},
										{
											"name": "Updated",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/CarePlan/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"CarePlan",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/CarePlan/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/CarePlan/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"CarePlan",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Deletes a specified CarePlan resource"
									},
									"response": [
										{
											"name": "Deleted",
											"originalRequest": {
												"method": "DELETE",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/CarePlan/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"CarePlan",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/CarePlan/:rid/_history",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/CarePlan/:rid/_history",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"CarePlan",
												":rid",
												"_history"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a bundle of all versions for the CarePlan resource with given resource id"
									},
									"response": [
										{
											"name": "A CarePlan with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/CarePlan/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"CarePlan",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/CarePlan/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"CarePlan",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								}
							]
						},
						{
							"name": "/v1/api/uscore/CarePlan",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/CarePlan",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"CarePlan"
									]
								},
								"description": "Creates a new CarePlan resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/CarePlan",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"CarePlan"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/CarePlan",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/CarePlan?category=&date=&patient=&status=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"CarePlan"
									],
									"query": [
										{
											"key": "category",
											"value": ""
										},
										{
											"key": "date",
											"value": ""
										},
										{
											"key": "patient",
											"value": ""
										},
										{
											"key": "status",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of the CarePlan resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A CarePlan with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/CarePlan?category=&date=&patient=&status=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"CarePlan"
											],
											"query": [
												{
													"key": "category",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "status",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/CarePlan?category=&date=&patient=&status=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"CarePlan"
											],
											"query": [
												{
													"key": "category",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "status",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/CarePlan",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/CarePlan",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"CarePlan"
									]
								},
								"description": "Updates an existing CarePlan resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/CarePlan",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"CarePlan"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								},
								{
									"name": "Updated",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/CarePlan",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"CarePlan"
											]
										}
									},
									"status": "No Content",
									"code": 204,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/CarePlan/{{rid}}hid}",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/CarePlan/{{rid}}hid}",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"CarePlan",
										"{{rid}}hid}"
									],
									"variable": [
										{
											"key": "hid",
											"value": "enim id cillum",
											"description": "(Required) "
										}
									]
								},
								"description": "Returns a specified CarePlan resource with a given resource id and a specific historical version"
							},
							"response": [
								{
									"name": "A CarePlan with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/CarePlan/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"CarePlan",
												"{{rid}}hid}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/CarePlan/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"CarePlan",
												"{{rid}}hid}"
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/CarePlan/_history",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/CarePlan/_history?category=&date=&patient=&status=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"CarePlan",
										"_history"
									],
									"query": [
										{
											"key": "category",
											"value": ""
										},
										{
											"key": "date",
											"value": ""
										},
										{
											"key": "patient",
											"value": ""
										},
										{
											"key": "status",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of all versions for the CarePlan resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A CarePlan with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/CarePlan/_history?category=&date=&patient=&status=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"CarePlan",
												"_history"
											],
											"query": [
												{
													"key": "category",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "status",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/CarePlan/_history?category=&date=&patient=&status=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"CarePlan",
												"_history"
											],
											"query": [
												{
													"key": "category",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "status",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						}
					]
				},
				{
					"name": "Care Team",
					"item": [
						{
							"name": "{rid}",
							"item": [
								{
									"name": "/v1/api/uscore/CareTeam/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/CareTeam/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"CareTeam",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a specified CareTeam resource with a given resource id"
									},
									"response": [
										{
											"name": "A CareTeam with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/CareTeam/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"CareTeam",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/CareTeam/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"CareTeam",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								},
								{
									"name": "/v1/api/uscore/CareTeam/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "PUT",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/CareTeam/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"CareTeam",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Updates an existing CareTeam resource"
									},
									"response": [
										{
											"name": "Created",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/CareTeam/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"CareTeam",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Created",
											"code": 201,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										},
										{
											"name": "Updated",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/CareTeam/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"CareTeam",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/CareTeam/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/CareTeam/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"CareTeam",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Deletes a specified CareTeam resource"
									},
									"response": [
										{
											"name": "Deleted",
											"originalRequest": {
												"method": "DELETE",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/CareTeam/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"CareTeam",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/CareTeam/:rid/_history",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/CareTeam/:rid/_history",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"CareTeam",
												":rid",
												"_history"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a bundle of all versions for the CareTeam resource with given resource id"
									},
									"response": [
										{
											"name": "A CareTeam with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/CareTeam/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"CareTeam",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/CareTeam/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"CareTeam",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								}
							]
						},
						{
							"name": "/v1/api/uscore/CareTeam",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/CareTeam",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"CareTeam"
									]
								},
								"description": "Creates a new CareTeam resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/CareTeam",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"CareTeam"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/CareTeam",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/CareTeam?patient=&status=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"CareTeam"
									],
									"query": [
										{
											"key": "patient",
											"value": ""
										},
										{
											"key": "status",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of the CareTeam resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A CareTeam with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/CareTeam?patient=&status=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"CareTeam"
											],
											"query": [
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "status",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/CareTeam?patient=&status=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"CareTeam"
											],
											"query": [
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "status",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/CareTeam",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/CareTeam",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"CareTeam"
									]
								},
								"description": "Updates an existing CareTeam resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/CareTeam",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"CareTeam"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								},
								{
									"name": "Updated",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/CareTeam",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"CareTeam"
											]
										}
									},
									"status": "No Content",
									"code": 204,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/CareTeam/{{rid}}hid}",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/CareTeam/{{rid}}hid}",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"CareTeam",
										"{{rid}}hid}"
									],
									"variable": [
										{
											"key": "hid",
											"value": "enim id cillum",
											"description": "(Required) "
										}
									]
								},
								"description": "Returns a specified CareTeam resource with a given resource id and a specific historical version"
							},
							"response": [
								{
									"name": "A CareTeam with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/CareTeam/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"CareTeam",
												"{{rid}}hid}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/CareTeam/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"CareTeam",
												"{{rid}}hid}"
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/CareTeam/_history",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/CareTeam/_history?patient=&status=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"CareTeam",
										"_history"
									],
									"query": [
										{
											"key": "patient",
											"value": ""
										},
										{
											"key": "status",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of all versions for the CareTeam resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A CareTeam with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/CareTeam/_history?patient=&status=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"CareTeam",
												"_history"
											],
											"query": [
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "status",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/CareTeam/_history?patient=&status=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"CareTeam",
												"_history"
											],
											"query": [
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "status",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						}
					]
				},
				{
					"name": "Condition",
					"item": [
						{
							"name": "{rid}",
							"item": [
								{
									"name": "/v1/api/uscore/Condition/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Condition/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Condition",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a specified Condition resource with a given resource id"
									},
									"response": [
										{
											"name": "A Condition with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Condition/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Condition",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Condition/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Condition",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								},
								{
									"name": "/v1/api/uscore/Condition/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "PUT",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Condition/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Condition",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Updates an existing Condition resource"
									},
									"response": [
										{
											"name": "Created",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Condition/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Condition",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Created",
											"code": 201,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										},
										{
											"name": "Updated",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Condition/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Condition",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/Condition/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Condition/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Condition",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Deletes a specified Condition resource"
									},
									"response": [
										{
											"name": "Deleted",
											"originalRequest": {
												"method": "DELETE",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Condition/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Condition",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/Condition/:rid/_history",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Condition/:rid/_history",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Condition",
												":rid",
												"_history"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a bundle of all versions for the Condition resource with given resource id"
									},
									"response": [
										{
											"name": "A Condition with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Condition/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Condition",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Condition/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Condition",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								}
							]
						},
						{
							"name": "/v1/api/uscore/Condition",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Condition",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Condition"
									]
								},
								"description": "Creates a new Condition resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Condition",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Condition"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/Condition",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Condition?category=&clinical-status=&patient=&onset-date=&code=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Condition"
									],
									"query": [
										{
											"key": "category",
											"value": ""
										},
										{
											"key": "clinical-status",
											"value": ""
										},
										{
											"key": "patient",
											"value": ""
										},
										{
											"key": "onset-date",
											"value": ""
										},
										{
											"key": "code",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of the Condition resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A Condition with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Condition?category=&clinical-status=&patient=&onset-date=&code=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Condition"
											],
											"query": [
												{
													"key": "category",
													"value": ""
												},
												{
													"key": "clinical-status",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "onset-date",
													"value": ""
												},
												{
													"key": "code",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Condition?category=&clinical-status=&patient=&onset-date=&code=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Condition"
											],
											"query": [
												{
													"key": "category",
													"value": ""
												},
												{
													"key": "clinical-status",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "onset-date",
													"value": ""
												},
												{
													"key": "code",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/Condition",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Condition",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Condition"
									]
								},
								"description": "Updates an existing Condition resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Condition",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Condition"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								},
								{
									"name": "Updated",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Condition",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Condition"
											]
										}
									},
									"status": "No Content",
									"code": 204,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/Condition/{{rid}}hid}",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Condition/{{rid}}hid}",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Condition",
										"{{rid}}hid}"
									],
									"variable": [
										{
											"key": "hid",
											"value": "enim id cillum",
											"description": "(Required) "
										}
									]
								},
								"description": "Returns a specified Condition resource with a given resource id and a specific historical version"
							},
							"response": [
								{
									"name": "A Condition with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Condition/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Condition",
												"{{rid}}hid}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Condition/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Condition",
												"{{rid}}hid}"
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/Condition/_history",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Condition/_history?category=&clinical-status=&patient=&onset-date=&code=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Condition",
										"_history"
									],
									"query": [
										{
											"key": "category",
											"value": ""
										},
										{
											"key": "clinical-status",
											"value": ""
										},
										{
											"key": "patient",
											"value": ""
										},
										{
											"key": "onset-date",
											"value": ""
										},
										{
											"key": "code",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of all versions for the Condition resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A Condition with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Condition/_history?category=&clinical-status=&patient=&onset-date=&code=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Condition",
												"_history"
											],
											"query": [
												{
													"key": "category",
													"value": ""
												},
												{
													"key": "clinical-status",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "onset-date",
													"value": ""
												},
												{
													"key": "code",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Condition/_history?category=&clinical-status=&patient=&onset-date=&code=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Condition",
												"_history"
											],
											"query": [
												{
													"key": "category",
													"value": ""
												},
												{
													"key": "clinical-status",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "onset-date",
													"value": ""
												},
												{
													"key": "code",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						}
					]
				},
				{
					"name": "Device",
					"item": [
						{
							"name": "{rid}",
							"item": [
								{
									"name": "/v1/api/uscore/Device/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Device/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Device",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a specified Device resource with a given resource id"
									},
									"response": [
										{
											"name": "A Device with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Device/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Device",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Device/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Device",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								},
								{
									"name": "/v1/api/uscore/Device/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "PUT",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Device/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Device",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Updates an existing Device resource"
									},
									"response": [
										{
											"name": "Created",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Device/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Device",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Created",
											"code": 201,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										},
										{
											"name": "Updated",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Device/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Device",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/Device/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Device/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Device",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Deletes a specified Device resource"
									},
									"response": [
										{
											"name": "Deleted",
											"originalRequest": {
												"method": "DELETE",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Device/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Device",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/Device/:rid/_history",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Device/:rid/_history",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Device",
												":rid",
												"_history"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a bundle of all versions for the Device resource with given resource id"
									},
									"response": [
										{
											"name": "A Device with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Device/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Device",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Device/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Device",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								}
							]
						},
						{
							"name": "/v1/api/uscore/Device",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Device",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Device"
									]
								},
								"description": "Creates a new Device resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Device",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Device"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/Device",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Device?patient=&type=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Device"
									],
									"query": [
										{
											"key": "patient",
											"value": ""
										},
										{
											"key": "type",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of the Device resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A Device with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Device?patient=&type=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Device"
											],
											"query": [
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "type",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Device?patient=&type=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Device"
											],
											"query": [
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "type",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/Device",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Device",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Device"
									]
								},
								"description": "Updates an existing Device resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Device",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Device"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								},
								{
									"name": "Updated",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Device",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Device"
											]
										}
									},
									"status": "No Content",
									"code": 204,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/Device/{{rid}}hid}",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Device/{{rid}}hid}",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Device",
										"{{rid}}hid}"
									],
									"variable": [
										{
											"key": "hid",
											"value": "enim id cillum",
											"description": "(Required) "
										}
									]
								},
								"description": "Returns a specified Device resource with a given resource id and a specific historical version"
							},
							"response": [
								{
									"name": "A Device with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Device/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Device",
												"{{rid}}hid}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Device/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Device",
												"{{rid}}hid}"
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/Device/_history",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Device/_history?patient=&type=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Device",
										"_history"
									],
									"query": [
										{
											"key": "patient",
											"value": ""
										},
										{
											"key": "type",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of all versions for the Device resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A Device with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Device/_history?patient=&type=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Device",
												"_history"
											],
											"query": [
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "type",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Device/_history?patient=&type=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Device",
												"_history"
											],
											"query": [
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "type",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						}
					]
				},
				{
					"name": "Diagnostic Report",
					"item": [
						{
							"name": "{rid}",
							"item": [
								{
									"name": "/v1/api/uscore/DiagnosticReport/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/DiagnosticReport/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"DiagnosticReport",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a specified DiagnosticReport resource with a given resource id"
									},
									"response": [
										{
											"name": "A DiagnosticReport with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/DiagnosticReport/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"DiagnosticReport",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/DiagnosticReport/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"DiagnosticReport",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								},
								{
									"name": "/v1/api/uscore/DiagnosticReport/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "PUT",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/DiagnosticReport/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"DiagnosticReport",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Updates an existing DiagnosticReport resource"
									},
									"response": [
										{
											"name": "Created",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/DiagnosticReport/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"DiagnosticReport",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Created",
											"code": 201,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										},
										{
											"name": "Updated",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/DiagnosticReport/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"DiagnosticReport",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/DiagnosticReport/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/DiagnosticReport/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"DiagnosticReport",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Deletes a specified DiagnosticReport resource"
									},
									"response": [
										{
											"name": "Deleted",
											"originalRequest": {
												"method": "DELETE",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/DiagnosticReport/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"DiagnosticReport",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/DiagnosticReport/:rid/_history",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/DiagnosticReport/:rid/_history",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"DiagnosticReport",
												":rid",
												"_history"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a bundle of all versions for the DiagnosticReport resource with given resource id"
									},
									"response": [
										{
											"name": "A DiagnosticReport with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/DiagnosticReport/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"DiagnosticReport",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/DiagnosticReport/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"DiagnosticReport",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								}
							]
						},
						{
							"name": "/v1/api/uscore/DiagnosticReport",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/DiagnosticReport",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"DiagnosticReport"
									]
								},
								"description": "Creates a new DiagnosticReport resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/DiagnosticReport",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"DiagnosticReport"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/DiagnosticReport",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/DiagnosticReport?status=&patient=&category=&code=&date=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"DiagnosticReport"
									],
									"query": [
										{
											"key": "status",
											"value": ""
										},
										{
											"key": "patient",
											"value": ""
										},
										{
											"key": "category",
											"value": ""
										},
										{
											"key": "code",
											"value": ""
										},
										{
											"key": "date",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of the DiagnosticReport resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A DiagnosticReport with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/DiagnosticReport?status=&patient=&category=&code=&date=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"DiagnosticReport"
											],
											"query": [
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "category",
													"value": ""
												},
												{
													"key": "code",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/DiagnosticReport?status=&patient=&category=&code=&date=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"DiagnosticReport"
											],
											"query": [
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "category",
													"value": ""
												},
												{
													"key": "code",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/DiagnosticReport",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/DiagnosticReport",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"DiagnosticReport"
									]
								},
								"description": "Updates an existing DiagnosticReport resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/DiagnosticReport",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"DiagnosticReport"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								},
								{
									"name": "Updated",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/DiagnosticReport",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"DiagnosticReport"
											]
										}
									},
									"status": "No Content",
									"code": 204,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/DiagnosticReport/{{rid}}hid}",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/DiagnosticReport/{{rid}}hid}",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"DiagnosticReport",
										"{{rid}}hid}"
									],
									"variable": [
										{
											"key": "hid",
											"value": "enim id cillum",
											"description": "(Required) "
										}
									]
								},
								"description": "Returns a specified DiagnosticReport resource with a given resource id and a specific historical version"
							},
							"response": [
								{
									"name": "A DiagnosticReport with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/DiagnosticReport/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"DiagnosticReport",
												"{{rid}}hid}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/DiagnosticReport/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"DiagnosticReport",
												"{{rid}}hid}"
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/DiagnosticReport/_history",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/DiagnosticReport/_history?status=&patient=&category=&code=&date=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"DiagnosticReport",
										"_history"
									],
									"query": [
										{
											"key": "status",
											"value": ""
										},
										{
											"key": "patient",
											"value": ""
										},
										{
											"key": "category",
											"value": ""
										},
										{
											"key": "code",
											"value": ""
										},
										{
											"key": "date",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of all versions for the DiagnosticReport resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A DiagnosticReport with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/DiagnosticReport/_history?status=&patient=&category=&code=&date=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"DiagnosticReport",
												"_history"
											],
											"query": [
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "category",
													"value": ""
												},
												{
													"key": "code",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/DiagnosticReport/_history?status=&patient=&category=&code=&date=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"DiagnosticReport",
												"_history"
											],
											"query": [
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "category",
													"value": ""
												},
												{
													"key": "code",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						}
					]
				},
				{
					"name": "Document Reference",
					"item": [
						{
							"name": "{rid}",
							"item": [
								{
									"name": "/v1/api/uscore/DocumentReference/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/DocumentReference/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"DocumentReference",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a specified DocumentReference resource with a given resource id"
									},
									"response": [
										{
											"name": "A DocumentReference with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/DocumentReference/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"DocumentReference",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/DocumentReference/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"DocumentReference",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								},
								{
									"name": "/v1/api/uscore/DocumentReference/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "PUT",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/DocumentReference/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"DocumentReference",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Updates an existing DocumentReference resource"
									},
									"response": [
										{
											"name": "Created",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/DocumentReference/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"DocumentReference",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Created",
											"code": 201,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										},
										{
											"name": "Updated",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/DocumentReference/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"DocumentReference",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/DocumentReference/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/DocumentReference/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"DocumentReference",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Deletes a specified DocumentReference resource"
									},
									"response": [
										{
											"name": "Deleted",
											"originalRequest": {
												"method": "DELETE",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/DocumentReference/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"DocumentReference",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/DocumentReference/:rid/_history",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/DocumentReference/:rid/_history",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"DocumentReference",
												":rid",
												"_history"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a bundle of all versions for the DocumentReference resource with given resource id"
									},
									"response": [
										{
											"name": "A DocumentReference with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/DocumentReference/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"DocumentReference",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/DocumentReference/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"DocumentReference",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								}
							]
						},
						{
							"name": "/v1/api/uscore/DocumentReference",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/DocumentReference",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"DocumentReference"
									]
								},
								"description": "Creates a new DocumentReference resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/DocumentReference",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"DocumentReference"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/DocumentReference",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/DocumentReference?_id=&status=&patient=&category=&type=&date=&period=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"DocumentReference"
									],
									"query": [
										{
											"key": "_id",
											"value": ""
										},
										{
											"key": "status",
											"value": ""
										},
										{
											"key": "patient",
											"value": ""
										},
										{
											"key": "category",
											"value": ""
										},
										{
											"key": "type",
											"value": ""
										},
										{
											"key": "date",
											"value": ""
										},
										{
											"key": "period",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of the DocumentReference resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A DocumentReference with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/DocumentReference?_id=&status=&patient=&category=&type=&date=&period=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"DocumentReference"
											],
											"query": [
												{
													"key": "_id",
													"value": ""
												},
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "category",
													"value": ""
												},
												{
													"key": "type",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												},
												{
													"key": "period",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/DocumentReference?_id=&status=&patient=&category=&type=&date=&period=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"DocumentReference"
											],
											"query": [
												{
													"key": "_id",
													"value": ""
												},
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "category",
													"value": ""
												},
												{
													"key": "type",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												},
												{
													"key": "period",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/DocumentReference",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/DocumentReference",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"DocumentReference"
									]
								},
								"description": "Updates an existing DocumentReference resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/DocumentReference",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"DocumentReference"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								},
								{
									"name": "Updated",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/DocumentReference",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"DocumentReference"
											]
										}
									},
									"status": "No Content",
									"code": 204,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/DocumentReference/{{rid}}hid}",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/DocumentReference/{{rid}}hid}",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"DocumentReference",
										"{{rid}}hid}"
									],
									"variable": [
										{
											"key": "hid",
											"value": "enim id cillum",
											"description": "(Required) "
										}
									]
								},
								"description": "Returns a specified DocumentReference resource with a given resource id and a specific historical version"
							},
							"response": [
								{
									"name": "A DocumentReference with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/DocumentReference/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"DocumentReference",
												"{{rid}}hid}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/DocumentReference/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"DocumentReference",
												"{{rid}}hid}"
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/DocumentReference/_history",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/DocumentReference/_history?_id=&status=&patient=&category=&type=&date=&period=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"DocumentReference",
										"_history"
									],
									"query": [
										{
											"key": "_id",
											"value": ""
										},
										{
											"key": "status",
											"value": ""
										},
										{
											"key": "patient",
											"value": ""
										},
										{
											"key": "category",
											"value": ""
										},
										{
											"key": "type",
											"value": ""
										},
										{
											"key": "date",
											"value": ""
										},
										{
											"key": "period",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of all versions for the DocumentReference resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A DocumentReference with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/DocumentReference/_history?_id=&status=&patient=&category=&type=&date=&period=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"DocumentReference",
												"_history"
											],
											"query": [
												{
													"key": "_id",
													"value": ""
												},
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "category",
													"value": ""
												},
												{
													"key": "type",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												},
												{
													"key": "period",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/DocumentReference/_history?_id=&status=&patient=&category=&type=&date=&period=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"DocumentReference",
												"_history"
											],
											"query": [
												{
													"key": "_id",
													"value": ""
												},
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "category",
													"value": ""
												},
												{
													"key": "type",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												},
												{
													"key": "period",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						}
					]
				},
				{
					"name": "Encounter",
					"item": [
						{
							"name": "{rid}",
							"item": [
								{
									"name": "/v1/api/uscore/Encounter/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Encounter/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Encounter",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a specified Encounter resource with a given resource id"
									},
									"response": [
										{
											"name": "A Encounter with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Encounter/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Encounter",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Encounter/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Encounter",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								},
								{
									"name": "/v1/api/uscore/Encounter/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "PUT",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Encounter/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Encounter",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Updates an existing Encounter resource"
									},
									"response": [
										{
											"name": "Created",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Encounter/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Encounter",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Created",
											"code": 201,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										},
										{
											"name": "Updated",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Encounter/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Encounter",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/Encounter/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Encounter/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Encounter",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Deletes a specified Encounter resource"
									},
									"response": [
										{
											"name": "Deleted",
											"originalRequest": {
												"method": "DELETE",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Encounter/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Encounter",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/Encounter/:rid/_history",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Encounter/:rid/_history",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Encounter",
												":rid",
												"_history"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a bundle of all versions for the Encounter resource with given resource id"
									},
									"response": [
										{
											"name": "A Encounter with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Encounter/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Encounter",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Encounter/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Encounter",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								}
							]
						},
						{
							"name": "/v1/api/uscore/Encounter",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Encounter",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Encounter"
									]
								},
								"description": "Creates a new Encounter resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Encounter",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Encounter"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/Encounter",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Encounter?_id=&class=&date=&identifier=&patient=&status=&type=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Encounter"
									],
									"query": [
										{
											"key": "_id",
											"value": ""
										},
										{
											"key": "class",
											"value": ""
										},
										{
											"key": "date",
											"value": ""
										},
										{
											"key": "identifier",
											"value": ""
										},
										{
											"key": "patient",
											"value": ""
										},
										{
											"key": "status",
											"value": ""
										},
										{
											"key": "type",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of the Encounter resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A Encounter with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Encounter?_id=&class=&date=&identifier=&patient=&status=&type=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Encounter"
											],
											"query": [
												{
													"key": "_id",
													"value": ""
												},
												{
													"key": "class",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												},
												{
													"key": "identifier",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "type",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Encounter?_id=&class=&date=&identifier=&patient=&status=&type=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Encounter"
											],
											"query": [
												{
													"key": "_id",
													"value": ""
												},
												{
													"key": "class",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												},
												{
													"key": "identifier",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "type",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/Encounter",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Encounter",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Encounter"
									]
								},
								"description": "Updates an existing Encounter resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Encounter",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Encounter"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								},
								{
									"name": "Updated",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Encounter",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Encounter"
											]
										}
									},
									"status": "No Content",
									"code": 204,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/Encounter/{{rid}}hid}",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Encounter/{{rid}}hid}",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Encounter",
										"{{rid}}hid}"
									],
									"variable": [
										{
											"key": "hid",
											"value": "enim id cillum",
											"description": "(Required) "
										}
									]
								},
								"description": "Returns a specified Encounter resource with a given resource id and a specific historical version"
							},
							"response": [
								{
									"name": "A Encounter with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Encounter/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Encounter",
												"{{rid}}hid}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Encounter/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Encounter",
												"{{rid}}hid}"
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/Encounter/_history",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Encounter/_history?_id=&class=&date=&identifier=&patient=&status=&type=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Encounter",
										"_history"
									],
									"query": [
										{
											"key": "_id",
											"value": ""
										},
										{
											"key": "class",
											"value": ""
										},
										{
											"key": "date",
											"value": ""
										},
										{
											"key": "identifier",
											"value": ""
										},
										{
											"key": "patient",
											"value": ""
										},
										{
											"key": "status",
											"value": ""
										},
										{
											"key": "type",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of all versions for the Encounter resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A Encounter with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Encounter/_history?_id=&class=&date=&identifier=&patient=&status=&type=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Encounter",
												"_history"
											],
											"query": [
												{
													"key": "_id",
													"value": ""
												},
												{
													"key": "class",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												},
												{
													"key": "identifier",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "type",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Encounter/_history?_id=&class=&date=&identifier=&patient=&status=&type=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Encounter",
												"_history"
											],
											"query": [
												{
													"key": "_id",
													"value": ""
												},
												{
													"key": "class",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												},
												{
													"key": "identifier",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "type",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						}
					]
				},
				{
					"name": "Goal",
					"item": [
						{
							"name": "{rid}",
							"item": [
								{
									"name": "/v1/api/uscore/Goal/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Goal/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Goal",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a specified Goal resource with a given resource id"
									},
									"response": [
										{
											"name": "A Goal with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Goal/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Goal",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Goal/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Goal",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								},
								{
									"name": "/v1/api/uscore/Goal/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "PUT",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Goal/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Goal",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Updates an existing Goal resource"
									},
									"response": [
										{
											"name": "Created",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Goal/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Goal",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Created",
											"code": 201,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										},
										{
											"name": "Updated",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Goal/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Goal",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/Goal/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Goal/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Goal",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Deletes a specified Goal resource"
									},
									"response": [
										{
											"name": "Deleted",
											"originalRequest": {
												"method": "DELETE",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Goal/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Goal",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/Goal/:rid/_history",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Goal/:rid/_history",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Goal",
												":rid",
												"_history"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a bundle of all versions for the Goal resource with given resource id"
									},
									"response": [
										{
											"name": "A Goal with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Goal/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Goal",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Goal/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Goal",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								}
							]
						},
						{
							"name": "/v1/api/uscore/Goal",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Goal",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Goal"
									]
								},
								"description": "Creates a new Goal resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Goal",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Goal"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/Goal",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Goal?lifecycle-status=&patient=&target-date=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Goal"
									],
									"query": [
										{
											"key": "lifecycle-status",
											"value": ""
										},
										{
											"key": "patient",
											"value": ""
										},
										{
											"key": "target-date",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of the Goal resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A Goal with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Goal?lifecycle-status=&patient=&target-date=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Goal"
											],
											"query": [
												{
													"key": "lifecycle-status",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "target-date",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Goal?lifecycle-status=&patient=&target-date=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Goal"
											],
											"query": [
												{
													"key": "lifecycle-status",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "target-date",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/Goal",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Goal",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Goal"
									]
								},
								"description": "Updates an existing Goal resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Goal",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Goal"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								},
								{
									"name": "Updated",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Goal",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Goal"
											]
										}
									},
									"status": "No Content",
									"code": 204,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/Goal/{{rid}}hid}",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Goal/{{rid}}hid}",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Goal",
										"{{rid}}hid}"
									],
									"variable": [
										{
											"key": "hid",
											"value": "enim id cillum",
											"description": "(Required) "
										}
									]
								},
								"description": "Returns a specified Goal resource with a given resource id and a specific historical version"
							},
							"response": [
								{
									"name": "A Goal with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Goal/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Goal",
												"{{rid}}hid}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Goal/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Goal",
												"{{rid}}hid}"
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/Goal/_history",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Goal/_history?lifecycle-status=&patient=&target-date=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Goal",
										"_history"
									],
									"query": [
										{
											"key": "lifecycle-status",
											"value": ""
										},
										{
											"key": "patient",
											"value": ""
										},
										{
											"key": "target-date",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of all versions for the Goal resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A Goal with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Goal/_history?lifecycle-status=&patient=&target-date=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Goal",
												"_history"
											],
											"query": [
												{
													"key": "lifecycle-status",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "target-date",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Goal/_history?lifecycle-status=&patient=&target-date=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Goal",
												"_history"
											],
											"query": [
												{
													"key": "lifecycle-status",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "target-date",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						}
					]
				},
				{
					"name": "Immunization",
					"item": [
						{
							"name": "{rid}",
							"item": [
								{
									"name": "/v1/api/uscore/Immunization/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Immunization/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Immunization",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a specified Immunization resource with a given resource id"
									},
									"response": [
										{
											"name": "A Immunization with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Immunization/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Immunization",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Immunization/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Immunization",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								},
								{
									"name": "/v1/api/uscore/Immunization/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "PUT",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Immunization/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Immunization",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Updates an existing Immunization resource"
									},
									"response": [
										{
											"name": "Created",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Immunization/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Immunization",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Created",
											"code": 201,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										},
										{
											"name": "Updated",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Immunization/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Immunization",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/Immunization/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Immunization/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Immunization",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Deletes a specified Immunization resource"
									},
									"response": [
										{
											"name": "Deleted",
											"originalRequest": {
												"method": "DELETE",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Immunization/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Immunization",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/Immunization/:rid/_history",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Immunization/:rid/_history",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Immunization",
												":rid",
												"_history"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a bundle of all versions for the Immunization resource with given resource id"
									},
									"response": [
										{
											"name": "A Immunization with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Immunization/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Immunization",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Immunization/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Immunization",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								}
							]
						},
						{
							"name": "/v1/api/uscore/Immunization",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Immunization",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Immunization"
									]
								},
								"description": "Creates a new Immunization resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Immunization",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Immunization"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/Immunization",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Immunization?patient=&status=&date=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Immunization"
									],
									"query": [
										{
											"key": "patient",
											"value": ""
										},
										{
											"key": "status",
											"value": ""
										},
										{
											"key": "date",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of the Immunization resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A Immunization with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Immunization?patient=&status=&date=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Immunization"
											],
											"query": [
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Immunization?patient=&status=&date=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Immunization"
											],
											"query": [
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/Immunization",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Immunization",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Immunization"
									]
								},
								"description": "Updates an existing Immunization resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Immunization",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Immunization"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								},
								{
									"name": "Updated",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Immunization",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Immunization"
											]
										}
									},
									"status": "No Content",
									"code": 204,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/Immunization/{{rid}}hid}",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Immunization/{{rid}}hid}",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Immunization",
										"{{rid}}hid}"
									],
									"variable": [
										{
											"key": "hid",
											"value": "enim id cillum",
											"description": "(Required) "
										}
									]
								},
								"description": "Returns a specified Immunization resource with a given resource id and a specific historical version"
							},
							"response": [
								{
									"name": "A Immunization with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Immunization/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Immunization",
												"{{rid}}hid}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Immunization/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Immunization",
												"{{rid}}hid}"
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/Immunization/_history",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Immunization/_history?patient=&status=&date=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Immunization",
										"_history"
									],
									"query": [
										{
											"key": "patient",
											"value": ""
										},
										{
											"key": "status",
											"value": ""
										},
										{
											"key": "date",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of all versions for the Immunization resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A Immunization with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Immunization/_history?patient=&status=&date=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Immunization",
												"_history"
											],
											"query": [
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Immunization/_history?patient=&status=&date=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Immunization",
												"_history"
											],
											"query": [
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						}
					]
				},
				{
					"name": "Location",
					"item": [
						{
							"name": "{rid}",
							"item": [
								{
									"name": "/v1/api/uscore/Location/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Location/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Location",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a specified Location resource with a given resource id"
									},
									"response": [
										{
											"name": "A Location with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Location/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Location",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Location/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Location",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								},
								{
									"name": "/v1/api/uscore/Location/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "PUT",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Location/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Location",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Updates an existing Location resource"
									},
									"response": [
										{
											"name": "Created",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Location/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Location",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Created",
											"code": 201,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										},
										{
											"name": "Updated",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Location/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Location",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/Location/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Location/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Location",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Deletes a specified Location resource"
									},
									"response": [
										{
											"name": "Deleted",
											"originalRequest": {
												"method": "DELETE",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Location/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Location",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/Location/:rid/_history",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Location/:rid/_history",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Location",
												":rid",
												"_history"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a bundle of all versions for the Location resource with given resource id"
									},
									"response": [
										{
											"name": "A Location with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Location/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Location",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Location/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Location",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								}
							]
						},
						{
							"name": "/v1/api/uscore/Location",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Location",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Location"
									]
								},
								"description": "Creates a new Location resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Location",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Location"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/Location",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Location?name=enim id cillum&address=enim id cillum&address-city=enim id cillum&address-state=enim id cillum&address-postalcode=enim id cillum",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Location"
									],
									"query": [
										{
											"key": "name",
											"value": "enim id cillum"
										},
										{
											"key": "address",
											"value": "enim id cillum"
										},
										{
											"key": "address-city",
											"value": "enim id cillum"
										},
										{
											"key": "address-state",
											"value": "enim id cillum"
										},
										{
											"key": "address-postalcode",
											"value": "enim id cillum"
										}
									]
								},
								"description": "Returns a bundle of the Location resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A Location with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Location?name=enim id cillum&address=enim id cillum&address-city=enim id cillum&address-state=enim id cillum&address-postalcode=enim id cillum",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Location"
											],
											"query": [
												{
													"key": "name",
													"value": "enim id cillum"
												},
												{
													"key": "address",
													"value": "enim id cillum"
												},
												{
													"key": "address-city",
													"value": "enim id cillum"
												},
												{
													"key": "address-state",
													"value": "enim id cillum"
												},
												{
													"key": "address-postalcode",
													"value": "enim id cillum"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Location?name=enim id cillum&address=enim id cillum&address-city=enim id cillum&address-state=enim id cillum&address-postalcode=enim id cillum",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Location"
											],
											"query": [
												{
													"key": "name",
													"value": "enim id cillum"
												},
												{
													"key": "address",
													"value": "enim id cillum"
												},
												{
													"key": "address-city",
													"value": "enim id cillum"
												},
												{
													"key": "address-state",
													"value": "enim id cillum"
												},
												{
													"key": "address-postalcode",
													"value": "enim id cillum"
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/Location",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Location",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Location"
									]
								},
								"description": "Updates an existing Location resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Location",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Location"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								},
								{
									"name": "Updated",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Location",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Location"
											]
										}
									},
									"status": "No Content",
									"code": 204,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/Location/{{rid}}hid}",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Location/{{rid}}hid}",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Location",
										"{{rid}}hid}"
									],
									"variable": [
										{
											"key": "hid",
											"value": "enim id cillum",
											"description": "(Required) "
										}
									]
								},
								"description": "Returns a specified Location resource with a given resource id and a specific historical version"
							},
							"response": [
								{
									"name": "A Location with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Location/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Location",
												"{{rid}}hid}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Location/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Location",
												"{{rid}}hid}"
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/Location/_history",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Location/_history?name=enim id cillum&address=enim id cillum&address-city=enim id cillum&address-state=enim id cillum&address-postalcode=enim id cillum",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Location",
										"_history"
									],
									"query": [
										{
											"key": "name",
											"value": "enim id cillum"
										},
										{
											"key": "address",
											"value": "enim id cillum"
										},
										{
											"key": "address-city",
											"value": "enim id cillum"
										},
										{
											"key": "address-state",
											"value": "enim id cillum"
										},
										{
											"key": "address-postalcode",
											"value": "enim id cillum"
										}
									]
								},
								"description": "Returns a bundle of all versions for the Location resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A Location with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Location/_history?name=enim id cillum&address=enim id cillum&address-city=enim id cillum&address-state=enim id cillum&address-postalcode=enim id cillum",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Location",
												"_history"
											],
											"query": [
												{
													"key": "name",
													"value": "enim id cillum"
												},
												{
													"key": "address",
													"value": "enim id cillum"
												},
												{
													"key": "address-city",
													"value": "enim id cillum"
												},
												{
													"key": "address-state",
													"value": "enim id cillum"
												},
												{
													"key": "address-postalcode",
													"value": "enim id cillum"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Location/_history?name=enim id cillum&address=enim id cillum&address-city=enim id cillum&address-state=enim id cillum&address-postalcode=enim id cillum",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Location",
												"_history"
											],
											"query": [
												{
													"key": "name",
													"value": "enim id cillum"
												},
												{
													"key": "address",
													"value": "enim id cillum"
												},
												{
													"key": "address-city",
													"value": "enim id cillum"
												},
												{
													"key": "address-state",
													"value": "enim id cillum"
												},
												{
													"key": "address-postalcode",
													"value": "enim id cillum"
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						}
					]
				},
				{
					"name": "Medication",
					"item": [
						{
							"name": "{rid}",
							"item": [
								{
									"name": "/v1/api/uscore/Medication/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Medication/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Medication",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a specified Medication resource with a given resource id"
									},
									"response": [
										{
											"name": "A Medication with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Medication/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Medication",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Medication/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Medication",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								},
								{
									"name": "/v1/api/uscore/Medication/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "PUT",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Medication/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Medication",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Updates an existing Medication resource"
									},
									"response": [
										{
											"name": "Created",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Medication/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Medication",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Created",
											"code": 201,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										},
										{
											"name": "Updated",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Medication/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Medication",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/Medication/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Medication/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Medication",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Deletes a specified Medication resource"
									},
									"response": [
										{
											"name": "Deleted",
											"originalRequest": {
												"method": "DELETE",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Medication/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Medication",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/Medication/:rid/_history",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Medication/:rid/_history",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Medication",
												":rid",
												"_history"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a bundle of all versions for the Medication resource with given resource id"
									},
									"response": [
										{
											"name": "A Medication with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Medication/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Medication",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Medication/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Medication",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								}
							]
						},
						{
							"name": "/v1/api/uscore/Medication",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Medication",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Medication"
									]
								},
								"description": "Creates a new Medication resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Medication",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Medication"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/Medication",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Medication",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Medication"
									]
								},
								"description": "Returns a bundle of the Medication resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A Medication with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Medication",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Medication"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Medication",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Medication"
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/Medication",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Medication",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Medication"
									]
								},
								"description": "Updates an existing Medication resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Medication",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Medication"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								},
								{
									"name": "Updated",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Medication",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Medication"
											]
										}
									},
									"status": "No Content",
									"code": 204,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/Medication/{{rid}}hid}",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Medication/{{rid}}hid}",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Medication",
										"{{rid}}hid}"
									],
									"variable": [
										{
											"key": "hid",
											"value": "enim id cillum",
											"description": "(Required) "
										}
									]
								},
								"description": "Returns a specified Medication resource with a given resource id and a specific historical version"
							},
							"response": [
								{
									"name": "A Medication with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Medication/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Medication",
												"{{rid}}hid}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Medication/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Medication",
												"{{rid}}hid}"
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/Medication/_history",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Medication/_history",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Medication",
										"_history"
									]
								},
								"description": "Returns a bundle of all versions for the Medication resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A Medication with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Medication/_history",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Medication",
												"_history"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Medication/_history",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Medication",
												"_history"
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						}
					]
				},
				{
					"name": "Medication Request",
					"item": [
						{
							"name": "{rid}",
							"item": [
								{
									"name": "/v1/api/uscore/MedicationRequest/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/MedicationRequest/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"MedicationRequest",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a specified MedicationRequest resource with a given resource id"
									},
									"response": [
										{
											"name": "A MedicationRequest with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/MedicationRequest/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"MedicationRequest",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/MedicationRequest/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"MedicationRequest",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								},
								{
									"name": "/v1/api/uscore/MedicationRequest/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "PUT",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/MedicationRequest/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"MedicationRequest",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Updates an existing MedicationRequest resource"
									},
									"response": [
										{
											"name": "Created",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/MedicationRequest/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"MedicationRequest",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Created",
											"code": 201,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										},
										{
											"name": "Updated",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/MedicationRequest/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"MedicationRequest",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/MedicationRequest/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/MedicationRequest/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"MedicationRequest",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Deletes a specified MedicationRequest resource"
									},
									"response": [
										{
											"name": "Deleted",
											"originalRequest": {
												"method": "DELETE",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/MedicationRequest/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"MedicationRequest",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/MedicationRequest/:rid/_history",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/MedicationRequest/:rid/_history",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"MedicationRequest",
												":rid",
												"_history"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a bundle of all versions for the MedicationRequest resource with given resource id"
									},
									"response": [
										{
											"name": "A MedicationRequest with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/MedicationRequest/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"MedicationRequest",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/MedicationRequest/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"MedicationRequest",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								}
							]
						},
						{
							"name": "/v1/api/uscore/MedicationRequest",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/MedicationRequest",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"MedicationRequest"
									]
								},
								"description": "Creates a new MedicationRequest resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/MedicationRequest",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"MedicationRequest"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/MedicationRequest",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/MedicationRequest?status=&intent=&patient=&encounter=&authoredon=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"MedicationRequest"
									],
									"query": [
										{
											"key": "status",
											"value": ""
										},
										{
											"key": "intent",
											"value": ""
										},
										{
											"key": "patient",
											"value": ""
										},
										{
											"key": "encounter",
											"value": ""
										},
										{
											"key": "authoredon",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of the MedicationRequest resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A MedicationRequest with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/MedicationRequest?status=&intent=&patient=&encounter=&authoredon=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"MedicationRequest"
											],
											"query": [
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "intent",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "encounter",
													"value": ""
												},
												{
													"key": "authoredon",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/MedicationRequest?status=&intent=&patient=&encounter=&authoredon=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"MedicationRequest"
											],
											"query": [
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "intent",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "encounter",
													"value": ""
												},
												{
													"key": "authoredon",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/MedicationRequest",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/MedicationRequest",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"MedicationRequest"
									]
								},
								"description": "Updates an existing MedicationRequest resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/MedicationRequest",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"MedicationRequest"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								},
								{
									"name": "Updated",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/MedicationRequest",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"MedicationRequest"
											]
										}
									},
									"status": "No Content",
									"code": 204,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/MedicationRequest/{{rid}}hid}",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/MedicationRequest/{{rid}}hid}",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"MedicationRequest",
										"{{rid}}hid}"
									],
									"variable": [
										{
											"key": "hid",
											"value": "enim id cillum",
											"description": "(Required) "
										}
									]
								},
								"description": "Returns a specified MedicationRequest resource with a given resource id and a specific historical version"
							},
							"response": [
								{
									"name": "A MedicationRequest with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/MedicationRequest/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"MedicationRequest",
												"{{rid}}hid}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/MedicationRequest/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"MedicationRequest",
												"{{rid}}hid}"
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/MedicationRequest/_history",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/MedicationRequest/_history?status=&intent=&patient=&encounter=&authoredon=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"MedicationRequest",
										"_history"
									],
									"query": [
										{
											"key": "status",
											"value": ""
										},
										{
											"key": "intent",
											"value": ""
										},
										{
											"key": "patient",
											"value": ""
										},
										{
											"key": "encounter",
											"value": ""
										},
										{
											"key": "authoredon",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of all versions for the MedicationRequest resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A MedicationRequest with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/MedicationRequest/_history?status=&intent=&patient=&encounter=&authoredon=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"MedicationRequest",
												"_history"
											],
											"query": [
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "intent",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "encounter",
													"value": ""
												},
												{
													"key": "authoredon",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/MedicationRequest/_history?status=&intent=&patient=&encounter=&authoredon=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"MedicationRequest",
												"_history"
											],
											"query": [
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "intent",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "encounter",
													"value": ""
												},
												{
													"key": "authoredon",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						}
					]
				},
				{
					"name": "Observation",
					"item": [
						{
							"name": "{rid}",
							"item": [
								{
									"name": "/v1/api/uscore/Observation/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Observation/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Observation",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a specified Observation resource with a given resource id"
									},
									"response": [
										{
											"name": "A Observation with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Observation/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Observation",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Observation/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Observation",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								},
								{
									"name": "/v1/api/uscore/Observation/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "PUT",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Observation/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Observation",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Updates an existing Observation resource"
									},
									"response": [
										{
											"name": "Created",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Observation/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Observation",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Created",
											"code": 201,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										},
										{
											"name": "Updated",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Observation/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Observation",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/Observation/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Observation/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Observation",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Deletes a specified Observation resource"
									},
									"response": [
										{
											"name": "Deleted",
											"originalRequest": {
												"method": "DELETE",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Observation/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Observation",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/Observation/:rid/_history",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Observation/:rid/_history",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Observation",
												":rid",
												"_history"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a bundle of all versions for the Observation resource with given resource id"
									},
									"response": [
										{
											"name": "A Observation with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Observation/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Observation",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Observation/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Observation",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								}
							]
						},
						{
							"name": "/v1/api/uscore/Observation",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Observation",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Observation"
									]
								},
								"description": "Creates a new Observation resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Observation",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Observation"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/Observation",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Observation?status=&category=&code=&date=&patient=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Observation"
									],
									"query": [
										{
											"key": "status",
											"value": ""
										},
										{
											"key": "category",
											"value": ""
										},
										{
											"key": "code",
											"value": ""
										},
										{
											"key": "date",
											"value": ""
										},
										{
											"key": "patient",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of the Observation resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A Observation with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Observation?status=&category=&code=&date=&patient=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Observation"
											],
											"query": [
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "category",
													"value": ""
												},
												{
													"key": "code",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Observation?status=&category=&code=&date=&patient=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Observation"
											],
											"query": [
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "category",
													"value": ""
												},
												{
													"key": "code",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/Observation",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Observation",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Observation"
									]
								},
								"description": "Updates an existing Observation resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Observation",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Observation"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								},
								{
									"name": "Updated",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Observation",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Observation"
											]
										}
									},
									"status": "No Content",
									"code": 204,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/Observation/{{rid}}hid}",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Observation/{{rid}}hid}",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Observation",
										"{{rid}}hid}"
									],
									"variable": [
										{
											"key": "hid",
											"value": "enim id cillum",
											"description": "(Required) "
										}
									]
								},
								"description": "Returns a specified Observation resource with a given resource id and a specific historical version"
							},
							"response": [
								{
									"name": "A Observation with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Observation/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Observation",
												"{{rid}}hid}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Observation/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Observation",
												"{{rid}}hid}"
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/Observation/_history",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Observation/_history?status=&category=&code=&date=&patient=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Observation",
										"_history"
									],
									"query": [
										{
											"key": "status",
											"value": ""
										},
										{
											"key": "category",
											"value": ""
										},
										{
											"key": "code",
											"value": ""
										},
										{
											"key": "date",
											"value": ""
										},
										{
											"key": "patient",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of all versions for the Observation resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A Observation with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Observation/_history?status=&category=&code=&date=&patient=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Observation",
												"_history"
											],
											"query": [
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "category",
													"value": ""
												},
												{
													"key": "code",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Observation/_history?status=&category=&code=&date=&patient=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Observation",
												"_history"
											],
											"query": [
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "category",
													"value": ""
												},
												{
													"key": "code",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						}
					]
				},
				{
					"name": "Organization",
					"item": [
						{
							"name": "{rid}",
							"item": [
								{
									"name": "/v1/api/uscore/Organization/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Organization/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Organization",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a specified Organization resource with a given resource id"
									},
									"response": [
										{
											"name": "A Organization with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Organization/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Organization",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Organization/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Organization",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								},
								{
									"name": "/v1/api/uscore/Organization/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "PUT",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Organization/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Organization",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Updates an existing Organization resource"
									},
									"response": [
										{
											"name": "Created",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Organization/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Organization",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Created",
											"code": 201,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										},
										{
											"name": "Updated",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Organization/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Organization",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/Organization/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Organization/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Organization",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Deletes a specified Organization resource"
									},
									"response": [
										{
											"name": "Deleted",
											"originalRequest": {
												"method": "DELETE",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Organization/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Organization",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/Organization/:rid/_history",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Organization/:rid/_history",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Organization",
												":rid",
												"_history"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a bundle of all versions for the Organization resource with given resource id"
									},
									"response": [
										{
											"name": "A Organization with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Organization/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Organization",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Organization/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Organization",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								}
							]
						},
						{
							"name": "/v1/api/uscore/Organization",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Organization",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Organization"
									]
								},
								"description": "Creates a new Organization resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Organization",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Organization"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/Organization",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Organization?name=enim id cillum&address=enim id cillum",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Organization"
									],
									"query": [
										{
											"key": "name",
											"value": "enim id cillum"
										},
										{
											"key": "address",
											"value": "enim id cillum"
										}
									]
								},
								"description": "Returns a bundle of the Organization resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A Organization with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Organization?name=enim id cillum&address=enim id cillum",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Organization"
											],
											"query": [
												{
													"key": "name",
													"value": "enim id cillum"
												},
												{
													"key": "address",
													"value": "enim id cillum"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Organization?name=enim id cillum&address=enim id cillum",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Organization"
											],
											"query": [
												{
													"key": "name",
													"value": "enim id cillum"
												},
												{
													"key": "address",
													"value": "enim id cillum"
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/Organization",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Organization",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Organization"
									]
								},
								"description": "Updates an existing Organization resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Organization",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Organization"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								},
								{
									"name": "Updated",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Organization",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Organization"
											]
										}
									},
									"status": "No Content",
									"code": 204,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/Organization/{{rid}}hid}",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Organization/{{rid}}hid}",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Organization",
										"{{rid}}hid}"
									],
									"variable": [
										{
											"key": "hid",
											"value": "enim id cillum",
											"description": "(Required) "
										}
									]
								},
								"description": "Returns a specified Organization resource with a given resource id and a specific historical version"
							},
							"response": [
								{
									"name": "A Organization with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Organization/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Organization",
												"{{rid}}hid}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Organization/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Organization",
												"{{rid}}hid}"
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/Organization/_history",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Organization/_history?name=enim id cillum&address=enim id cillum",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Organization",
										"_history"
									],
									"query": [
										{
											"key": "name",
											"value": "enim id cillum"
										},
										{
											"key": "address",
											"value": "enim id cillum"
										}
									]
								},
								"description": "Returns a bundle of all versions for the Organization resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A Organization with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Organization/_history?name=enim id cillum&address=enim id cillum",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Organization",
												"_history"
											],
											"query": [
												{
													"key": "name",
													"value": "enim id cillum"
												},
												{
													"key": "address",
													"value": "enim id cillum"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Organization/_history?name=enim id cillum&address=enim id cillum",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Organization",
												"_history"
											],
											"query": [
												{
													"key": "name",
													"value": "enim id cillum"
												},
												{
													"key": "address",
													"value": "enim id cillum"
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						}
					]
				},
				{
					"name": "Patient",
					"item": [
						{
							"name": "{rid}",
							"item": [
								{
									"name": "/v1/api/uscore/Patient/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Patient/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Patient",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a specified Patient resource with a given resource id"
									},
									"response": [
										{
											"name": "A Patient with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Patient/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Patient",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Patient/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Patient",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								},
								{
									"name": "/v1/api/uscore/Patient/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "PUT",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Patient/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Patient",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Updates an existing Patient resource"
									},
									"response": [
										{
											"name": "Created",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Patient/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Patient",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Created",
											"code": 201,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										},
										{
											"name": "Updated",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Patient/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Patient",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/Patient/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Patient/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Patient",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Deletes a specified Patient resource"
									},
									"response": [
										{
											"name": "Deleted",
											"originalRequest": {
												"method": "DELETE",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Patient/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Patient",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/Patient/:rid/_history",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Patient/:rid/_history",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Patient",
												":rid",
												"_history"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a bundle of all versions for the Patient resource with given resource id"
									},
									"response": [
										{
											"name": "A Patient with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Patient/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Patient",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Patient/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Patient",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								}
							]
						},
						{
							"name": "/v1/api/uscore/Patient",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Patient",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Patient"
									]
								},
								"description": "Creates a new Patient resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Patient",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Patient"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/Patient",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Patient?_id=&birthdate=&family=enim id cillum&gender=&given=enim id cillum&identifier=&name=enim id cillum",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Patient"
									],
									"query": [
										{
											"key": "_id",
											"value": ""
										},
										{
											"key": "birthdate",
											"value": ""
										},
										{
											"key": "family",
											"value": "enim id cillum"
										},
										{
											"key": "gender",
											"value": ""
										},
										{
											"key": "given",
											"value": "enim id cillum"
										},
										{
											"key": "identifier",
											"value": ""
										},
										{
											"key": "name",
											"value": "enim id cillum"
										}
									]
								},
								"description": "Returns a bundle of the Patient resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A Patient with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Patient?_id=&birthdate=&family=enim id cillum&gender=&given=enim id cillum&identifier=&name=enim id cillum",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Patient"
											],
											"query": [
												{
													"key": "_id",
													"value": ""
												},
												{
													"key": "birthdate",
													"value": ""
												},
												{
													"key": "family",
													"value": "enim id cillum"
												},
												{
													"key": "gender",
													"value": ""
												},
												{
													"key": "given",
													"value": "enim id cillum"
												},
												{
													"key": "identifier",
													"value": ""
												},
												{
													"key": "name",
													"value": "enim id cillum"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Patient?_id=&birthdate=&family=enim id cillum&gender=&given=enim id cillum&identifier=&name=enim id cillum",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Patient"
											],
											"query": [
												{
													"key": "_id",
													"value": ""
												},
												{
													"key": "birthdate",
													"value": ""
												},
												{
													"key": "family",
													"value": "enim id cillum"
												},
												{
													"key": "gender",
													"value": ""
												},
												{
													"key": "given",
													"value": "enim id cillum"
												},
												{
													"key": "identifier",
													"value": ""
												},
												{
													"key": "name",
													"value": "enim id cillum"
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/Patient",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Patient",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Patient"
									]
								},
								"description": "Updates an existing Patient resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Patient",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Patient"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								},
								{
									"name": "Updated",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Patient",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Patient"
											]
										}
									},
									"status": "No Content",
									"code": 204,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/Patient/{{rid}}hid}",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Patient/{{rid}}hid}",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Patient",
										"{{rid}}hid}"
									],
									"variable": [
										{
											"key": "hid",
											"value": "enim id cillum",
											"description": "(Required) "
										}
									]
								},
								"description": "Returns a specified Patient resource with a given resource id and a specific historical version"
							},
							"response": [
								{
									"name": "A Patient with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Patient/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Patient",
												"{{rid}}hid}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Patient/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Patient",
												"{{rid}}hid}"
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/Patient/_history",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Patient/_history?_id=&birthdate=&family=enim id cillum&gender=&given=enim id cillum&identifier=&name=enim id cillum",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Patient",
										"_history"
									],
									"query": [
										{
											"key": "_id",
											"value": ""
										},
										{
											"key": "birthdate",
											"value": ""
										},
										{
											"key": "family",
											"value": "enim id cillum"
										},
										{
											"key": "gender",
											"value": ""
										},
										{
											"key": "given",
											"value": "enim id cillum"
										},
										{
											"key": "identifier",
											"value": ""
										},
										{
											"key": "name",
											"value": "enim id cillum"
										}
									]
								},
								"description": "Returns a bundle of all versions for the Patient resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A Patient with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Patient/_history?_id=&birthdate=&family=enim id cillum&gender=&given=enim id cillum&identifier=&name=enim id cillum",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Patient",
												"_history"
											],
											"query": [
												{
													"key": "_id",
													"value": ""
												},
												{
													"key": "birthdate",
													"value": ""
												},
												{
													"key": "family",
													"value": "enim id cillum"
												},
												{
													"key": "gender",
													"value": ""
												},
												{
													"key": "given",
													"value": "enim id cillum"
												},
												{
													"key": "identifier",
													"value": ""
												},
												{
													"key": "name",
													"value": "enim id cillum"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Patient/_history?_id=&birthdate=&family=enim id cillum&gender=&given=enim id cillum&identifier=&name=enim id cillum",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Patient",
												"_history"
											],
											"query": [
												{
													"key": "_id",
													"value": ""
												},
												{
													"key": "birthdate",
													"value": ""
												},
												{
													"key": "family",
													"value": "enim id cillum"
												},
												{
													"key": "gender",
													"value": ""
												},
												{
													"key": "given",
													"value": "enim id cillum"
												},
												{
													"key": "identifier",
													"value": ""
												},
												{
													"key": "name",
													"value": "enim id cillum"
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						}
					]
				},
				{
					"name": "Practitioner",
					"item": [
						{
							"name": "{rid}",
							"item": [
								{
									"name": "/v1/api/uscore/Practitioner/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Practitioner/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Practitioner",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a specified Practitioner resource with a given resource id"
									},
									"response": [
										{
											"name": "A Practitioner with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Practitioner/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Practitioner",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Practitioner/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Practitioner",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								},
								{
									"name": "/v1/api/uscore/Practitioner/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "PUT",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Practitioner/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Practitioner",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Updates an existing Practitioner resource"
									},
									"response": [
										{
											"name": "Created",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Practitioner/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Practitioner",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Created",
											"code": 201,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										},
										{
											"name": "Updated",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Practitioner/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Practitioner",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/Practitioner/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Practitioner/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Practitioner",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Deletes a specified Practitioner resource"
									},
									"response": [
										{
											"name": "Deleted",
											"originalRequest": {
												"method": "DELETE",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Practitioner/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Practitioner",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/Practitioner/:rid/_history",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Practitioner/:rid/_history",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Practitioner",
												":rid",
												"_history"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a bundle of all versions for the Practitioner resource with given resource id"
									},
									"response": [
										{
											"name": "A Practitioner with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Practitioner/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Practitioner",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Practitioner/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Practitioner",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								}
							]
						},
						{
							"name": "/v1/api/uscore/Practitioner",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Practitioner",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Practitioner"
									]
								},
								"description": "Creates a new Practitioner resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Practitioner",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Practitioner"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/Practitioner",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Practitioner?name=enim id cillum&identifier=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Practitioner"
									],
									"query": [
										{
											"key": "name",
											"value": "enim id cillum"
										},
										{
											"key": "identifier",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of the Practitioner resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A Practitioner with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Practitioner?name=enim id cillum&identifier=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Practitioner"
											],
											"query": [
												{
													"key": "name",
													"value": "enim id cillum"
												},
												{
													"key": "identifier",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Practitioner?name=enim id cillum&identifier=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Practitioner"
											],
											"query": [
												{
													"key": "name",
													"value": "enim id cillum"
												},
												{
													"key": "identifier",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/Practitioner",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Practitioner",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Practitioner"
									]
								},
								"description": "Updates an existing Practitioner resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Practitioner",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Practitioner"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								},
								{
									"name": "Updated",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Practitioner",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Practitioner"
											]
										}
									},
									"status": "No Content",
									"code": 204,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/Practitioner/{{rid}}hid}",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Practitioner/{{rid}}hid}",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Practitioner",
										"{{rid}}hid}"
									],
									"variable": [
										{
											"key": "hid",
											"value": "enim id cillum",
											"description": "(Required) "
										}
									]
								},
								"description": "Returns a specified Practitioner resource with a given resource id and a specific historical version"
							},
							"response": [
								{
									"name": "A Practitioner with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Practitioner/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Practitioner",
												"{{rid}}hid}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Practitioner/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Practitioner",
												"{{rid}}hid}"
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/Practitioner/_history",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Practitioner/_history?name=enim id cillum&identifier=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Practitioner",
										"_history"
									],
									"query": [
										{
											"key": "name",
											"value": "enim id cillum"
										},
										{
											"key": "identifier",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of all versions for the Practitioner resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A Practitioner with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Practitioner/_history?name=enim id cillum&identifier=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Practitioner",
												"_history"
											],
											"query": [
												{
													"key": "name",
													"value": "enim id cillum"
												},
												{
													"key": "identifier",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Practitioner/_history?name=enim id cillum&identifier=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Practitioner",
												"_history"
											],
											"query": [
												{
													"key": "name",
													"value": "enim id cillum"
												},
												{
													"key": "identifier",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						}
					]
				},
				{
					"name": "Practitioner Role",
					"item": [
						{
							"name": "{rid}",
							"item": [
								{
									"name": "/v1/api/uscore/PractitionerRole/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/PractitionerRole/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"PractitionerRole",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a specified PractitionerRole resource with a given resource id"
									},
									"response": [
										{
											"name": "A PractitionerRole with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/PractitionerRole/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"PractitionerRole",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/PractitionerRole/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"PractitionerRole",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								},
								{
									"name": "/v1/api/uscore/PractitionerRole/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "PUT",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/PractitionerRole/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"PractitionerRole",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Updates an existing PractitionerRole resource"
									},
									"response": [
										{
											"name": "Created",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/PractitionerRole/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"PractitionerRole",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Created",
											"code": 201,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										},
										{
											"name": "Updated",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/PractitionerRole/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"PractitionerRole",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/PractitionerRole/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/PractitionerRole/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"PractitionerRole",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Deletes a specified PractitionerRole resource"
									},
									"response": [
										{
											"name": "Deleted",
											"originalRequest": {
												"method": "DELETE",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/PractitionerRole/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"PractitionerRole",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/PractitionerRole/:rid/_history",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/PractitionerRole/:rid/_history",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"PractitionerRole",
												":rid",
												"_history"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a bundle of all versions for the PractitionerRole resource with given resource id"
									},
									"response": [
										{
											"name": "A PractitionerRole with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/PractitionerRole/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"PractitionerRole",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/PractitionerRole/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"PractitionerRole",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								}
							]
						},
						{
							"name": "/v1/api/uscore/PractitionerRole",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/PractitionerRole",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"PractitionerRole"
									]
								},
								"description": "Creates a new PractitionerRole resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/PractitionerRole",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"PractitionerRole"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/PractitionerRole",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/PractitionerRole?specialty=&practitioner=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"PractitionerRole"
									],
									"query": [
										{
											"key": "specialty",
											"value": ""
										},
										{
											"key": "practitioner",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of the PractitionerRole resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A PractitionerRole with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/PractitionerRole?specialty=&practitioner=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"PractitionerRole"
											],
											"query": [
												{
													"key": "specialty",
													"value": ""
												},
												{
													"key": "practitioner",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/PractitionerRole?specialty=&practitioner=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"PractitionerRole"
											],
											"query": [
												{
													"key": "specialty",
													"value": ""
												},
												{
													"key": "practitioner",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/PractitionerRole",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/PractitionerRole",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"PractitionerRole"
									]
								},
								"description": "Updates an existing PractitionerRole resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/PractitionerRole",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"PractitionerRole"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								},
								{
									"name": "Updated",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/PractitionerRole",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"PractitionerRole"
											]
										}
									},
									"status": "No Content",
									"code": 204,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/PractitionerRole/{{rid}}hid}",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/PractitionerRole/{{rid}}hid}",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"PractitionerRole",
										"{{rid}}hid}"
									],
									"variable": [
										{
											"key": "hid",
											"value": "enim id cillum",
											"description": "(Required) "
										}
									]
								},
								"description": "Returns a specified PractitionerRole resource with a given resource id and a specific historical version"
							},
							"response": [
								{
									"name": "A PractitionerRole with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/PractitionerRole/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"PractitionerRole",
												"{{rid}}hid}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/PractitionerRole/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"PractitionerRole",
												"{{rid}}hid}"
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/PractitionerRole/_history",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/PractitionerRole/_history?specialty=&practitioner=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"PractitionerRole",
										"_history"
									],
									"query": [
										{
											"key": "specialty",
											"value": ""
										},
										{
											"key": "practitioner",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of all versions for the PractitionerRole resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A PractitionerRole with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/PractitionerRole/_history?specialty=&practitioner=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"PractitionerRole",
												"_history"
											],
											"query": [
												{
													"key": "specialty",
													"value": ""
												},
												{
													"key": "practitioner",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/PractitionerRole/_history?specialty=&practitioner=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"PractitionerRole",
												"_history"
											],
											"query": [
												{
													"key": "specialty",
													"value": ""
												},
												{
													"key": "practitioner",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						}
					]
				},
				{
					"name": "Procedure",
					"item": [
						{
							"name": "{rid}",
							"item": [
								{
									"name": "/v1/api/uscore/Procedure/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Procedure/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Procedure",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a specified Procedure resource with a given resource id"
									},
									"response": [
										{
											"name": "A Procedure with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Procedure/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Procedure",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Procedure/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Procedure",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								},
								{
									"name": "/v1/api/uscore/Procedure/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "PUT",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Procedure/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Procedure",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Updates an existing Procedure resource"
									},
									"response": [
										{
											"name": "Created",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Procedure/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Procedure",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Created",
											"code": 201,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										},
										{
											"name": "Updated",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Procedure/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Procedure",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/Procedure/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Procedure/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Procedure",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Deletes a specified Procedure resource"
									},
									"response": [
										{
											"name": "Deleted",
											"originalRequest": {
												"method": "DELETE",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Procedure/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Procedure",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/Procedure/:rid/_history",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Procedure/:rid/_history",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Procedure",
												":rid",
												"_history"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a bundle of all versions for the Procedure resource with given resource id"
									},
									"response": [
										{
											"name": "A Procedure with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Procedure/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Procedure",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Procedure/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Procedure",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								}
							]
						},
						{
							"name": "/v1/api/uscore/Procedure",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Procedure",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Procedure"
									]
								},
								"description": "Creates a new Procedure resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Procedure",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Procedure"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/Procedure",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Procedure?status=&patient=&date=&code=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Procedure"
									],
									"query": [
										{
											"key": "status",
											"value": ""
										},
										{
											"key": "patient",
											"value": ""
										},
										{
											"key": "date",
											"value": ""
										},
										{
											"key": "code",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of the Procedure resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A Procedure with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Procedure?status=&patient=&date=&code=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Procedure"
											],
											"query": [
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												},
												{
													"key": "code",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Procedure?status=&patient=&date=&code=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Procedure"
											],
											"query": [
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												},
												{
													"key": "code",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/Procedure",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Procedure",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Procedure"
									]
								},
								"description": "Updates an existing Procedure resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Procedure",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Procedure"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								},
								{
									"name": "Updated",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Procedure",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Procedure"
											]
										}
									},
									"status": "No Content",
									"code": 204,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/Procedure/{{rid}}hid}",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Procedure/{{rid}}hid}",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Procedure",
										"{{rid}}hid}"
									],
									"variable": [
										{
											"key": "hid",
											"value": "enim id cillum",
											"description": "(Required) "
										}
									]
								},
								"description": "Returns a specified Procedure resource with a given resource id and a specific historical version"
							},
							"response": [
								{
									"name": "A Procedure with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Procedure/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Procedure",
												"{{rid}}hid}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Procedure/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Procedure",
												"{{rid}}hid}"
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/Procedure/_history",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Procedure/_history?status=&patient=&date=&code=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Procedure",
										"_history"
									],
									"query": [
										{
											"key": "status",
											"value": ""
										},
										{
											"key": "patient",
											"value": ""
										},
										{
											"key": "date",
											"value": ""
										},
										{
											"key": "code",
											"value": ""
										}
									]
								},
								"description": "Returns a bundle of all versions for the Procedure resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A Procedure with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Procedure/_history?status=&patient=&date=&code=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Procedure",
												"_history"
											],
											"query": [
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												},
												{
													"key": "code",
													"value": ""
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Procedure/_history?status=&patient=&date=&code=",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Procedure",
												"_history"
											],
											"query": [
												{
													"key": "status",
													"value": ""
												},
												{
													"key": "patient",
													"value": ""
												},
												{
													"key": "date",
													"value": ""
												},
												{
													"key": "code",
													"value": ""
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						}
					]
				},
				{
					"name": "Provenance",
					"item": [
						{
							"name": "{rid}",
							"item": [
								{
									"name": "/v1/api/uscore/Provenance/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Provenance/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Provenance",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a specified Provenance resource with a given resource id"
									},
									"response": [
										{
											"name": "A Provenance with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Provenance/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Provenance",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Provenance/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Provenance",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								},
								{
									"name": "/v1/api/uscore/Provenance/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "PUT",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Provenance/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Provenance",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Updates an existing Provenance resource"
									},
									"response": [
										{
											"name": "Created",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Provenance/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Provenance",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Created",
											"code": 201,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										},
										{
											"name": "Updated",
											"originalRequest": {
												"method": "PUT",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{}"
												},
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Provenance/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Provenance",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/Provenance/:rid",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Provenance/:rid",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Provenance",
												":rid"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Deletes a specified Provenance resource"
									},
									"response": [
										{
											"name": "Deleted",
											"originalRequest": {
												"method": "DELETE",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Provenance/:rid",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Provenance",
														":rid"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "No Content",
											"code": 204,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								},
								{
									"name": "/v1/api/uscore/Provenance/:rid/_history",
									"request": {
										"auth": {
											"type": "oauth2"
										},
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Provenance/:rid/_history",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Provenance",
												":rid",
												"_history"
											],
											"variable": [
												{
													"key": "rid",
													"value": "enim id cillum",
													"description": "(Required) "
												}
											]
										},
										"description": "Returns a bundle of all versions for the Provenance resource with given resource id"
									},
									"response": [
										{
											"name": "A Provenance with specified resource id.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Provenance/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Provenance",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										},
										{
											"name": "Error, with details",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: oauth2",
														"key": "Authorization",
														"value": "<token>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/v1/api/uscore/Provenance/:rid/_history",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"v1",
														"api",
														"uscore",
														"Provenance",
														":rid",
														"_history"
													],
													"variable": [
														{
															"key": "rid"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/fhir+json"
												}
											],
											"cookie": [],
											"body": "{}"
										}
									]
								}
							]
						},
						{
							"name": "/v1/api/uscore/Provenance",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Provenance",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Provenance"
									]
								},
								"description": "Creates a new Provenance resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Provenance",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Provenance"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/Provenance",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Provenance",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Provenance"
									]
								},
								"description": "Returns a bundle of the Provenance resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A Provenance with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Provenance",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Provenance"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Provenance",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Provenance"
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/Provenance",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Provenance",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Provenance"
									]
								},
								"description": "Updates an existing Provenance resource"
							},
							"response": [
								{
									"name": "Created",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Provenance",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Provenance"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								},
								{
									"name": "Updated",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Provenance",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Provenance"
											]
										}
									},
									"status": "No Content",
									"code": 204,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "/v1/api/uscore/Provenance/{{rid}}hid}",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Provenance/{{rid}}hid}",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Provenance",
										"{{rid}}hid}"
									],
									"variable": [
										{
											"key": "hid",
											"value": "enim id cillum",
											"description": "(Required) "
										}
									]
								},
								"description": "Returns a specified Provenance resource with a given resource id and a specific historical version"
							},
							"response": [
								{
									"name": "A Provenance with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Provenance/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Provenance",
												"{{rid}}hid}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Provenance/{{rid}}hid}",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Provenance",
												"{{rid}}hid}"
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						},
						{
							"name": "/v1/api/uscore/Provenance/_history",
							"request": {
								"auth": {
									"type": "oauth2"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/Provenance/_history",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"Provenance",
										"_history"
									]
								},
								"description": "Returns a bundle of all versions for the Provenance resource that match provided search parameters"
							},
							"response": [
								{
									"name": "A Provenance with specified resource id.",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Provenance/_history",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Provenance",
												"_history"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								},
								{
									"name": "Error, with details",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: oauth2",
												"key": "Authorization",
												"value": "<token>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/api/uscore/Provenance/_history",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"api",
												"uscore",
												"Provenance",
												"_history"
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/fhir+json"
										}
									],
									"cookie": [],
									"body": "{}"
								}
							]
						}
					]
				},
				{
					"name": "Return the server's capability statement",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUrl}}/v1/api/uscore/metadata",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"api",
								"uscore",
								"metadata"
							]
						}
					},
					"response": [
						{
							"name": "the capbility statement",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/metadata",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"metadata"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/fhir+json"
								}
							],
							"cookie": [],
							"body": "{}"
						},
						{
							"name": "Error, with details",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/api/uscore/metadata",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"api",
										"uscore",
										"metadata"
									]
								}
							},
							"status": "Internal Server Error",
							"code": 500,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/fhir+json"
								}
							],
							"cookie": [],
							"body": "{}"
						}
					]
				}
			]
		}
	],
	"variable": [
		{
			"key": "baseUrl",
			"value": "/",
			"type": "string"
		},
		{
			"key": "rid",
			"value": "enim id cillum",
			"type": "any",
			"description": "(Required) "
		}
	]
}