{"openapi": "3.0.3", "info": {"title": "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 the ONC [U.S. Core Data for Interoperability (USCDI) Version 3 July 2022](https://www.healthit.gov/isa/sites/isa/files/2022-07/USCDI-Version-3-July-2022-Final.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.", "license": {"name": "Creative Commons Zero v1.0 Universal", "url": "http://spdx.org/licenses/CC0-1.0.html"}, "version": "6.1.0", "contact": {"email": "cgp@lists.HL7.org", "url": "http://www.hl7.org/Special/committees/cgp"}}, "externalDocs": {"url": "http://hl7.org/fhir/smart-app-launch/ImplementationGuide/hl7.fhir.uv.smart-app-launch", "description": "External Docs Description"}, "paths": {"/v1/api/uscore/metadata": {"summary": "Access to the Server's Capability Statement", "description": "All FHIR Servers return a CapabilityStatement that describes what services they perform", "get": {"tags": ["Metadata"], "summary": "Return the server's capability statement", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "the capbility statement", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/CapabilityStatement"}}}}}}}}, "/v1/api/uscore/AllergyIntolerance": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the AllergyIntolerance resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A AllergyIntolerance with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "clinical-status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}], "security": [{"smart_on_fhir_oauth2": ["patient/AllergyIntolerance.read", "user/AllergyIntolerance.read"]}]}}, "/v1/api/uscore/AllergyIntolerance/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified AllergyIntolerance resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A AllergyIntolerance with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/AllergyIntolerance.read", "user/AllergyIntolerance.read"]}]}}, "/v1/api/uscore/AllergyIntolerance/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified AllergyIntolerance resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A AllergyIntolerance with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/AllergyIntolerance.read", "user/AllergyIntolerance.read"]}]}}, "/v1/api/uscore/AllergyIntolerance/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the AllergyIntolerance resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A AllergyIntolerance with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/AllergyIntolerance.read", "user/AllergyIntolerance.read"]}]}}, "/v1/api/uscore/AllergyIntolerance/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the AllergyIntolerance resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A AllergyIntolerance with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "clinical-status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}], "security": [{"smart_on_fhir_oauth2": ["patient/AllergyIntolerance.read", "user/AllergyIntolerance.read"]}]}}, "/v1/api/uscore/CarePlan": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the CarePlan resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A CarePlan with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "category", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "date", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}], "security": [{"smart_on_fhir_oauth2": ["patient/CarePlan.read", "user/CarePlan.read"]}]}}, "/v1/api/uscore/CarePlan/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified CarePlan resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A CarePlan with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/CarePlan.read", "user/CarePlan.read"]}]}}, "/v1/api/uscore/CarePlan/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified CarePlan resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A CarePlan with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/CarePlan.read", "user/CarePlan.read"]}]}}, "/v1/api/uscore/CarePlan/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the CarePlan resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A CarePlan with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/CarePlan.read", "user/CarePlan.read"]}]}}, "/v1/api/uscore/CarePlan/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the CarePlan resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A CarePlan with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "category", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "date", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}], "security": [{"smart_on_fhir_oauth2": ["patient/CarePlan.read", "user/CarePlan.read"]}]}}, "/v1/api/uscore/CareTeam": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the CareTeam resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A CareTeam with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}], "security": [{"smart_on_fhir_oauth2": ["patient/CareTeam.read", "user/CareTeam.read"]}]}}, "/v1/api/uscore/CareTeam/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified CareTeam resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A CareTeam with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/CareTeam.read", "user/CareTeam.read"]}]}}, "/v1/api/uscore/CareTeam/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified CareTeam resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A CareTeam with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/CareTeam.read", "user/CareTeam.read"]}]}}, "/v1/api/uscore/CareTeam/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the CareTeam resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A CareTeam with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/CareTeam.read", "user/CareTeam.read"]}]}}, "/v1/api/uscore/CareTeam/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the CareTeam resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A CareTeam with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}], "security": [{"smart_on_fhir_oauth2": ["patient/CareTeam.read", "user/CareTeam.read"]}]}}, "/v1/api/uscore/Condition": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the Condition resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Condition with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "category", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "clinical-status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "onset-date", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "recorded-date", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "abatement-date", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "code", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "encounter", "in": "query", "required": false, "schema": {"type": "reference"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Condition.read", "user/Condition.read"]}]}}, "/v1/api/uscore/Condition/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Condition resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Condition with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Condition.read", "user/Condition.read"]}]}}, "/v1/api/uscore/Condition/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Condition resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Condition with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Condition.read", "user/Condition.read"]}]}}, "/v1/api/uscore/Condition/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Condition resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Condition with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Condition.read", "user/Condition.read"]}]}}, "/v1/api/uscore/Condition/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Condition resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Condition with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "category", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "clinical-status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "onset-date", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "recorded-date", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "abatement-date", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "code", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "encounter", "in": "query", "required": false, "schema": {"type": "reference"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Condition.read", "user/Condition.read"]}]}}, "/v1/api/uscore/Coverage": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the Coverage resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Coverage with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Coverage.read", "user/Coverage.read"]}]}}, "/v1/api/uscore/Coverage/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Coverage resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Coverage with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Coverage.read", "user/Coverage.read"]}]}}, "/v1/api/uscore/Coverage/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Coverage resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Coverage with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Coverage.read", "user/Coverage.read"]}]}}, "/v1/api/uscore/Coverage/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Coverage resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Coverage with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Coverage.read", "user/Coverage.read"]}]}}, "/v1/api/uscore/Coverage/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Coverage resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Coverage with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Coverage.read", "user/Coverage.read"]}]}}, "/v1/api/uscore/Device": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the Device resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Device with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "type", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Device.read", "user/Device.read"]}]}}, "/v1/api/uscore/Device/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Device resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Device with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Device.read", "user/Device.read"]}]}}, "/v1/api/uscore/Device/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Device resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Device with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Device.read", "user/Device.read"]}]}}, "/v1/api/uscore/Device/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Device resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Device with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Device.read", "user/Device.read"]}]}}, "/v1/api/uscore/Device/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Device resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Device with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "type", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Device.read", "user/Device.read"]}]}}, "/v1/api/uscore/DiagnosticReport": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the DiagnosticReport resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A DiagnosticReport with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "category", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "code", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "date", "in": "query", "required": false, "schema": {"type": "date"}}], "security": [{"smart_on_fhir_oauth2": ["patient/DiagnosticReport.read", "user/DiagnosticReport.read"]}]}}, "/v1/api/uscore/DiagnosticReport/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified DiagnosticReport resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A DiagnosticReport with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/DiagnosticReport.read", "user/DiagnosticReport.read"]}]}}, "/v1/api/uscore/DiagnosticReport/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified DiagnosticReport resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A DiagnosticReport with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/DiagnosticReport.read", "user/DiagnosticReport.read"]}]}}, "/v1/api/uscore/DiagnosticReport/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the DiagnosticReport resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A DiagnosticReport with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/DiagnosticReport.read", "user/DiagnosticReport.read"]}]}}, "/v1/api/uscore/DiagnosticReport/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the DiagnosticReport resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A DiagnosticReport with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "category", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "code", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "date", "in": "query", "required": false, "schema": {"type": "date"}}], "security": [{"smart_on_fhir_oauth2": ["patient/DiagnosticReport.read", "user/DiagnosticReport.read"]}]}}, "/v1/api/uscore/DocumentReference": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the DocumentReference resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A DocumentReference with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "category", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "type", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "date", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "period", "in": "query", "required": false, "schema": {"type": "date"}}], "security": [{"smart_on_fhir_oauth2": ["patient/DocumentReference.read", "user/DocumentReference.read"]}]}}, "/v1/api/uscore/DocumentReference/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified DocumentReference resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A DocumentReference with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/DocumentReference.read", "user/DocumentReference.read"]}]}}, "/v1/api/uscore/DocumentReference/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified DocumentReference resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A DocumentReference with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/DocumentReference.read", "user/DocumentReference.read"]}]}}, "/v1/api/uscore/DocumentReference/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the DocumentReference resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A DocumentReference with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/DocumentReference.read", "user/DocumentReference.read"]}]}}, "/v1/api/uscore/DocumentReference/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the DocumentReference resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A DocumentReference with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "category", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "type", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "date", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "period", "in": "query", "required": false, "schema": {"type": "date"}}], "security": [{"smart_on_fhir_oauth2": ["patient/DocumentReference.read", "user/DocumentReference.read"]}]}}, "/v1/api/uscore/Encounter": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the Encounter resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Encounter with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "class", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "date", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "identifier", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "location", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "type", "in": "query", "required": false, "schema": {"type": "token"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Encounter.read", "user/Encounter.read"]}]}}, "/v1/api/uscore/Encounter/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Encounter resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Encounter with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Encounter.read", "user/Encounter.read"]}]}}, "/v1/api/uscore/Encounter/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Encounter resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Encounter with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Encounter.read", "user/Encounter.read"]}]}}, "/v1/api/uscore/Encounter/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Encounter resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Encounter with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Encounter.read", "user/Encounter.read"]}]}}, "/v1/api/uscore/Encounter/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Encounter resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Encounter with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "class", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "date", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "identifier", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "location", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "type", "in": "query", "required": false, "schema": {"type": "token"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Encounter.read", "user/Encounter.read"]}]}}, "/v1/api/uscore/Endpoint": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the Endpoint resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Endpoint with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [], "security": [{"smart_on_fhir_oauth2": ["patient/Endpoint.read", "user/Endpoint.read"]}]}}, "/v1/api/uscore/Endpoint/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Endpoint resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Endpoint with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Endpoint.read", "user/Endpoint.read"]}]}}, "/v1/api/uscore/Endpoint/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Endpoint resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Endpoint with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Endpoint.read", "user/Endpoint.read"]}]}}, "/v1/api/uscore/Endpoint/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Endpoint resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Endpoint with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Endpoint.read", "user/Endpoint.read"]}]}}, "/v1/api/uscore/Endpoint/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Endpoint resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Endpoint with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [], "security": [{"smart_on_fhir_oauth2": ["patient/Endpoint.read", "user/Endpoint.read"]}]}}, "/v1/api/uscore/Goal": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the Goal resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Goal with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "lifecycle-status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "target-date", "in": "query", "required": false, "schema": {"type": "date"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Goal.read", "user/Goal.read"]}]}}, "/v1/api/uscore/Goal/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Goal resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Goal with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Goal.read", "user/Goal.read"]}]}}, "/v1/api/uscore/Goal/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Goal resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Goal with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Goal.read", "user/Goal.read"]}]}}, "/v1/api/uscore/Goal/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Goal resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Goal with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Goal.read", "user/Goal.read"]}]}}, "/v1/api/uscore/Goal/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Goal resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Goal with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "lifecycle-status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "target-date", "in": "query", "required": false, "schema": {"type": "date"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Goal.read", "user/Goal.read"]}]}}, "/v1/api/uscore/HealthcareService": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the HealthcareService resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A HealthcareService with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [], "security": [{"smart_on_fhir_oauth2": ["patient/HealthcareService.read", "user/HealthcareService.read"]}]}}, "/v1/api/uscore/HealthcareService/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified HealthcareService resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A HealthcareService with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/HealthcareService.read", "user/HealthcareService.read"]}]}}, "/v1/api/uscore/HealthcareService/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified HealthcareService resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A HealthcareService with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/HealthcareService.read", "user/HealthcareService.read"]}]}}, "/v1/api/uscore/HealthcareService/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the HealthcareService resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A HealthcareService with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/HealthcareService.read", "user/HealthcareService.read"]}]}}, "/v1/api/uscore/HealthcareService/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the HealthcareService resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A HealthcareService with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [], "security": [{"smart_on_fhir_oauth2": ["patient/HealthcareService.read", "user/HealthcareService.read"]}]}}, "/v1/api/uscore/Immunization": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the Immunization resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Immunization with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "date", "in": "query", "required": false, "schema": {"type": "date"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Immunization.read", "user/Immunization.read"]}]}}, "/v1/api/uscore/Immunization/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Immunization resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Immunization with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Immunization.read", "user/Immunization.read"]}]}}, "/v1/api/uscore/Immunization/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Immunization resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Immunization with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Immunization.read", "user/Immunization.read"]}]}}, "/v1/api/uscore/Immunization/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Immunization resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Immunization with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Immunization.read", "user/Immunization.read"]}]}}, "/v1/api/uscore/Immunization/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Immunization resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Immunization with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "date", "in": "query", "required": false, "schema": {"type": "date"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Immunization.read", "user/Immunization.read"]}]}}, "/v1/api/uscore/Location": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the Location resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Location with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "name", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "address", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "address-city", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "address-state", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "address-postalcode", "in": "query", "required": false, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Location.read", "user/Location.read"]}]}}, "/v1/api/uscore/Location/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Location resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Location with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Location.read", "user/Location.read"]}]}}, "/v1/api/uscore/Location/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Location resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Location with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Location.read", "user/Location.read"]}]}}, "/v1/api/uscore/Location/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Location resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Location with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Location.read", "user/Location.read"]}]}}, "/v1/api/uscore/Location/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Location resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Location with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "name", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "address", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "address-city", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "address-state", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "address-postalcode", "in": "query", "required": false, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Location.read", "user/Location.read"]}]}}, "/v1/api/uscore/Media": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the Media resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Media with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [], "security": [{"smart_on_fhir_oauth2": ["patient/Media.read", "user/Media.read"]}]}}, "/v1/api/uscore/Media/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Media resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Media with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Media.read", "user/Media.read"]}]}}, "/v1/api/uscore/Media/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Media resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Media with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Media.read", "user/Media.read"]}]}}, "/v1/api/uscore/Media/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Media resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Media with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Media.read", "user/Media.read"]}]}}, "/v1/api/uscore/Media/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Media resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Media with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [], "security": [{"smart_on_fhir_oauth2": ["patient/Media.read", "user/Media.read"]}]}}, "/v1/api/uscore/Medication": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the Medication resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Medication with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [], "security": [{"smart_on_fhir_oauth2": ["patient/Medication.read", "user/Medication.read"]}]}}, "/v1/api/uscore/Medication/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Medication resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Medication with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Medication.read", "user/Medication.read"]}]}}, "/v1/api/uscore/Medication/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Medication resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Medication with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Medication.read", "user/Medication.read"]}]}}, "/v1/api/uscore/Medication/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Medication resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Medication with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Medication.read", "user/Medication.read"]}]}}, "/v1/api/uscore/Medication/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Medication resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Medication with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [], "security": [{"smart_on_fhir_oauth2": ["patient/Medication.read", "user/Medication.read"]}]}}, "/v1/api/uscore/MedicationDispense": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the MedicationDispense resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A MedicationDispense with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "type", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}], "security": [{"smart_on_fhir_oauth2": ["patient/MedicationDispense.read", "user/MedicationDispense.read"]}]}}, "/v1/api/uscore/MedicationDispense/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified MedicationDispense resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A MedicationDispense with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/MedicationDispense.read", "user/MedicationDispense.read"]}]}}, "/v1/api/uscore/MedicationDispense/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified MedicationDispense resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A MedicationDispense with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/MedicationDispense.read", "user/MedicationDispense.read"]}]}}, "/v1/api/uscore/MedicationDispense/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the MedicationDispense resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A MedicationDispense with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/MedicationDispense.read", "user/MedicationDispense.read"]}]}}, "/v1/api/uscore/MedicationDispense/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the MedicationDispense resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A MedicationDispense with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "type", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}], "security": [{"smart_on_fhir_oauth2": ["patient/MedicationDispense.read", "user/MedicationDispense.read"]}]}}, "/v1/api/uscore/MedicationRequest": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the MedicationRequest resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A MedicationRequest with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "intent", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "encounter", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "authoredon", "in": "query", "required": false, "schema": {"type": "date"}}], "security": [{"smart_on_fhir_oauth2": ["patient/MedicationRequest.read", "user/MedicationRequest.read"]}]}}, "/v1/api/uscore/MedicationRequest/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified MedicationRequest resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A MedicationRequest with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/MedicationRequest.read", "user/MedicationRequest.read"]}]}}, "/v1/api/uscore/MedicationRequest/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified MedicationRequest resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A MedicationRequest with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/MedicationRequest.read", "user/MedicationRequest.read"]}]}}, "/v1/api/uscore/MedicationRequest/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the MedicationRequest resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A MedicationRequest with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/MedicationRequest.read", "user/MedicationRequest.read"]}]}}, "/v1/api/uscore/MedicationRequest/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the MedicationRequest resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A MedicationRequest with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "intent", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "encounter", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "authoredon", "in": "query", "required": false, "schema": {"type": "date"}}], "security": [{"smart_on_fhir_oauth2": ["patient/MedicationRequest.read", "user/MedicationRequest.read"]}]}}, "/v1/api/uscore/Observation": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the Observation resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Observation with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "category", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "code", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "date", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Observation.read", "user/Observation.read"]}]}}, "/v1/api/uscore/Observation/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Observation resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Observation with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Observation.read", "user/Observation.read"]}]}}, "/v1/api/uscore/Observation/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Observation resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Observation with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Observation.read", "user/Observation.read"]}]}}, "/v1/api/uscore/Observation/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Observation resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Observation with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Observation.read", "user/Observation.read"]}]}}, "/v1/api/uscore/Observation/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Observation resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Observation with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "category", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "code", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "date", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Observation.read", "user/Observation.read"]}]}}, "/v1/api/uscore/Organization": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the Organization resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Organization with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "name", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "address", "in": "query", "required": false, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Organization.read", "user/Organization.read"]}]}}, "/v1/api/uscore/Organization/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Organization resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Organization with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Organization.read", "user/Organization.read"]}]}}, "/v1/api/uscore/Organization/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Organization resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Organization with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Organization.read", "user/Organization.read"]}]}}, "/v1/api/uscore/Organization/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Organization resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Organization with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Organization.read", "user/Organization.read"]}]}}, "/v1/api/uscore/Organization/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Organization resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Organization with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "name", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "address", "in": "query", "required": false, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Organization.read", "user/Organization.read"]}]}}, "/v1/api/uscore/Patient": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the Patient resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Patient with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "birthdate", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "death-date", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "family", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "gender", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "given", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "identifier", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "name", "in": "query", "required": false, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Patient.read", "user/Patient.read"]}]}}, "/v1/api/uscore/Patient/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Patient resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Patient with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Patient.read", "user/Patient.read"]}]}}, "/v1/api/uscore/Patient/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Patient resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Patient with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Patient.read", "user/Patient.read"]}]}}, "/v1/api/uscore/Patient/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Patient resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Patient with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Patient.read", "user/Patient.read"]}]}}, "/v1/api/uscore/Patient/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Patient resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Patient with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "birthdate", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "death-date", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "family", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "gender", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "given", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "identifier", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "name", "in": "query", "required": false, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Patient.read", "user/Patient.read"]}]}}, "/v1/api/uscore/Practitioner": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the Practitioner resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Practitioner with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "name", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "identifier", "in": "query", "required": false, "schema": {"type": "token"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Practitioner.read", "user/Practitioner.read"]}]}}, "/v1/api/uscore/Practitioner/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Practitioner resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Practitioner with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Practitioner.read", "user/Practitioner.read"]}]}}, "/v1/api/uscore/Practitioner/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Practitioner resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Practitioner with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Practitioner.read", "user/Practitioner.read"]}]}}, "/v1/api/uscore/Practitioner/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Practitioner resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Practitioner with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Practitioner.read", "user/Practitioner.read"]}]}}, "/v1/api/uscore/Practitioner/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Practitioner resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Practitioner with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "name", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "identifier", "in": "query", "required": false, "schema": {"type": "token"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Practitioner.read", "user/Practitioner.read"]}]}}, "/v1/api/uscore/PractitionerRole": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the PractitionerRole resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A PractitionerRole with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "specialty", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "practitioner", "in": "query", "required": false, "schema": {"type": "reference"}}], "security": [{"smart_on_fhir_oauth2": ["patient/PractitionerRole.read", "user/PractitionerRole.read"]}]}}, "/v1/api/uscore/PractitionerRole/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified PractitionerRole resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A PractitionerRole with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/PractitionerRole.read", "user/PractitionerRole.read"]}]}}, "/v1/api/uscore/PractitionerRole/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified PractitionerRole resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A PractitionerRole with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/PractitionerRole.read", "user/PractitionerRole.read"]}]}}, "/v1/api/uscore/PractitionerRole/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the PractitionerRole resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A PractitionerRole with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/PractitionerRole.read", "user/PractitionerRole.read"]}]}}, "/v1/api/uscore/PractitionerRole/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the PractitionerRole resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A PractitionerRole with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "specialty", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "practitioner", "in": "query", "required": false, "schema": {"type": "reference"}}], "security": [{"smart_on_fhir_oauth2": ["patient/PractitionerRole.read", "user/PractitionerRole.read"]}]}}, "/v1/api/uscore/Procedure": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the Procedure resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Procedure with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "date", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "code", "in": "query", "required": false, "schema": {"type": "token"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Procedure.read", "user/Procedure.read"]}]}}, "/v1/api/uscore/Procedure/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Procedure resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Procedure with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Procedure.read", "user/Procedure.read"]}]}}, "/v1/api/uscore/Procedure/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Procedure resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Procedure with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Procedure.read", "user/Procedure.read"]}]}}, "/v1/api/uscore/Procedure/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Procedure resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Procedure with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Procedure.read", "user/Procedure.read"]}]}}, "/v1/api/uscore/Procedure/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Procedure resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Procedure with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "date", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "code", "in": "query", "required": false, "schema": {"type": "token"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Procedure.read", "user/Procedure.read"]}]}}, "/v1/api/uscore/Provenance": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the Provenance resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Provenance with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [], "security": [{"smart_on_fhir_oauth2": ["patient/Provenance.read", "user/Provenance.read"]}]}}, "/v1/api/uscore/Provenance/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Provenance resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Provenance with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Provenance.read", "user/Provenance.read"]}]}}, "/v1/api/uscore/Provenance/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Provenance resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Provenance with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Provenance.read", "user/Provenance.read"]}]}}, "/v1/api/uscore/Provenance/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Provenance resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Provenance with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Provenance.read", "user/Provenance.read"]}]}}, "/v1/api/uscore/Provenance/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Provenance resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Provenance with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [], "security": [{"smart_on_fhir_oauth2": ["patient/Provenance.read", "user/Provenance.read"]}]}}, "/v1/api/uscore/Questionnaire": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the Questionnaire resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Questionnaire with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [], "security": [{"smart_on_fhir_oauth2": ["patient/Questionnaire.read", "user/Questionnaire.read"]}]}}, "/v1/api/uscore/Questionnaire/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Questionnaire resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Questionnaire with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Questionnaire.read", "user/Questionnaire.read"]}]}}, "/v1/api/uscore/Questionnaire/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Questionnaire resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Questionnaire with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Questionnaire.read", "user/Questionnaire.read"]}]}}, "/v1/api/uscore/Questionnaire/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Questionnaire resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Questionnaire with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Questionnaire.read", "user/Questionnaire.read"]}]}}, "/v1/api/uscore/Questionnaire/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Questionnaire resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Questionnaire with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [], "security": [{"smart_on_fhir_oauth2": ["patient/Questionnaire.read", "user/Questionnaire.read"]}]}}, "/v1/api/uscore/QuestionnaireResponse": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the QuestionnaireResponse resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A QuestionnaireResponse with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "authored", "in": "query", "required": false, "schema": {"type": "date"}}], "security": [{"smart_on_fhir_oauth2": ["patient/QuestionnaireResponse.read", "user/QuestionnaireResponse.read"]}]}}, "/v1/api/uscore/QuestionnaireResponse/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified QuestionnaireResponse resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A QuestionnaireResponse with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/QuestionnaireResponse.read", "user/QuestionnaireResponse.read"]}]}}, "/v1/api/uscore/QuestionnaireResponse/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified QuestionnaireResponse resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A QuestionnaireResponse with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/QuestionnaireResponse.read", "user/QuestionnaireResponse.read"]}]}}, "/v1/api/uscore/QuestionnaireResponse/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the QuestionnaireResponse resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A QuestionnaireResponse with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/QuestionnaireResponse.read", "user/QuestionnaireResponse.read"]}]}}, "/v1/api/uscore/QuestionnaireResponse/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the QuestionnaireResponse resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A QuestionnaireResponse with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "authored", "in": "query", "required": false, "schema": {"type": "date"}}], "security": [{"smart_on_fhir_oauth2": ["patient/QuestionnaireResponse.read", "user/QuestionnaireResponse.read"]}]}}, "/v1/api/uscore/RelatedPerson": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the RelatedPerson resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A RelatedPerson with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "name", "in": "query", "required": false, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/RelatedPerson.read", "user/RelatedPerson.read"]}]}}, "/v1/api/uscore/RelatedPerson/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified RelatedPerson resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A RelatedPerson with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/RelatedPerson.read", "user/RelatedPerson.read"]}]}}, "/v1/api/uscore/RelatedPerson/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified RelatedPerson resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A RelatedPerson with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/RelatedPerson.read", "user/RelatedPerson.read"]}]}}, "/v1/api/uscore/RelatedPerson/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the RelatedPerson resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A RelatedPerson with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/RelatedPerson.read", "user/RelatedPerson.read"]}]}}, "/v1/api/uscore/RelatedPerson/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the RelatedPerson resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A RelatedPerson with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "name", "in": "query", "required": false, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/RelatedPerson.read", "user/RelatedPerson.read"]}]}}, "/v1/api/uscore/ServiceRequest": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the ServiceRequest resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A ServiceRequest with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "category", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "code", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "authored", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}], "security": [{"smart_on_fhir_oauth2": ["patient/ServiceRequest.read", "user/ServiceRequest.read"]}]}}, "/v1/api/uscore/ServiceRequest/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified ServiceRequest resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A ServiceRequest with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/ServiceRequest.read", "user/ServiceRequest.read"]}]}}, "/v1/api/uscore/ServiceRequest/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified ServiceRequest resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A ServiceRequest with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/ServiceRequest.read", "user/ServiceRequest.read"]}]}}, "/v1/api/uscore/ServiceRequest/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the ServiceRequest resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A ServiceRequest with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/ServiceRequest.read", "user/ServiceRequest.read"]}]}}, "/v1/api/uscore/ServiceRequest/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the ServiceRequest resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A ServiceRequest with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "category", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "code", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "authored", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}], "security": [{"smart_on_fhir_oauth2": ["patient/ServiceRequest.read", "user/ServiceRequest.read"]}]}}, "/v1/api/uscore/Specimen": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of the Specimen resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Specimen with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Specimen.read", "user/Specimen.read"]}]}}, "/v1/api/uscore/Specimen/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Specimen resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Specimen with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Specimen.read", "user/Specimen.read"]}]}}, "/v1/api/uscore/Specimen/{rid}": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a specified Specimen resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Specimen with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Specimen.read", "user/Specimen.read"]}]}}, "/v1/api/uscore/Specimen/{rid}/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Specimen resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Specimen with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Specimen.read", "user/Specimen.read"]}]}}, "/v1/api/uscore/Specimen/_history": {"get": {"tags": ["US Core Server Endpoints"], "description": "Returns a bundle of all versions for the Specimen resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Specimen with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "patient", "in": "query", "required": false, "schema": {"type": "reference"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Specimen.read", "user/Specimen.read"]}]}}}, "components": {"securitySchemes": {"smart_on_fhir_oauth2": {"type": "oauth2", "description": "Smart on FHIR implementation of OAuth2", "flows": {"authorizationCode": {"authorizationUrl": "https://api-dmdh-alpha.safhir.io/v1/authorize?aud=https://api-dmdh-alpha.safhir.io/v1/api", "tokenUrl": "https://api-dmdh-alpha.safhir.io/v1/token", "refreshUrl": "https://api-dmdh-alpha.safhir.io/v1/refresh", "scopes": {"openid": "Permission to retrieve information about the current logged-in user", "fhirUser": "FHIR id of the logged in user", "launch/patient": "When launching outside the EHR, ask for a patient to be selected at launch time", "offline_access": "Request a refresh_token that can be used to obtain a new access token to replace an expired one, even after the end-user no long is online after the access token rexpire", "patient/AllergyIntolerance.read": "read a single patient's resources of type AllergyIntolerance", "user/AllergyIntolerance.read": "read multiple patient's resources of type AllergyIntolerance", "patient/CarePlan.read": "read a single patient's resources of type CarePlan", "user/CarePlan.read": "read multiple patient's resources of type CarePlan", "patient/CareTeam.read": "read a single patient's resources of type CareTeam", "user/CareTeam.read": "read multiple patient's resources of type CareTeam", "patient/Condition.read": "read a single patient's resources of type Condition", "user/Condition.read": "read multiple patient's resources of type Condition", "patient/Coverage.read": "read a single patient's resources of type Coverage", "user/Coverage.read": "read multiple patient's resources of type Coverage", "patient/Device.read": "read a single patient's resources of type Device", "user/Device.read": "read multiple patient's resources of type Device", "patient/DiagnosticReport.read": "read a single patient's resources of type DiagnosticReport", "user/DiagnosticReport.read": "read multiple patient's resources of type DiagnosticReport", "patient/DocumentReference.read": "read a single patient's resources of type DocumentReference", "user/DocumentReference.read": "read multiple patient's resources of type DocumentReference", "patient/Encounter.read": "read a single patient's resources of type Encounter", "user/Encounter.read": "read multiple patient's resources of type Encounter", "patient/Endpoint.read": "read a single patient's resources of type Endpoint", "user/Endpoint.read": "read multiple patient's resources of type Endpoint", "patient/Goal.read": "read a single patient's resources of type Goal", "user/Goal.read": "read multiple patient's resources of type Goal", "patient/HealthcareService.read": "read a single patient's resources of type HealthcareService", "user/HealthcareService.read": "read multiple patient's resources of type HealthcareService", "patient/Immunization.read": "read a single patient's resources of type Immunization", "user/Immunization.read": "read multiple patient's resources of type Immunization", "patient/Location.read": "read a single patient's resources of type Location", "user/Location.read": "read multiple patient's resources of type Location", "patient/Media.read": "read a single patient's resources of type Media", "user/Media.read": "read multiple patient's resources of type Media", "patient/Medication.read": "read a single patient's resources of type Medication", "user/Medication.read": "read multiple patient's resources of type Medication", "patient/MedicationDispense.read": "read a single patient's resources of type MedicationDispense", "user/MedicationDispense.read": "read multiple patient's resources of type MedicationDispense", "patient/MedicationRequest.read": "read a single patient's resources of type MedicationRequest", "user/MedicationRequest.read": "read multiple patient's resources of type MedicationRequest", "patient/Observation.read": "read a single patient's resources of type Observation", "user/Observation.read": "read multiple patient's resources of type Observation", "patient/Organization.read": "read a single patient's resources of type Organization", "user/Organization.read": "read multiple patient's resources of type Organization", "patient/Patient.read": "read a single patient's resources of type Patient", "user/Patient.read": "read multiple patient's resources of type Patient", "patient/Practitioner.read": "read a single patient's resources of type Practitioner", "user/Practitioner.read": "read multiple patient's resources of type Practitioner", "patient/PractitionerRole.read": "read a single patient's resources of type PractitionerRole", "user/PractitionerRole.read": "read multiple patient's resources of type PractitionerRole", "patient/Procedure.read": "read a single patient's resources of type Procedure", "user/Procedure.read": "read multiple patient's resources of type Procedure", "patient/Provenance.read": "read a single patient's resources of type Provenance", "user/Provenance.read": "read multiple patient's resources of type Provenance", "patient/Questionnaire.read": "read a single patient's resources of type Questionnaire", "user/Questionnaire.read": "read multiple patient's resources of type Questionnaire", "patient/QuestionnaireResponse.read": "read a single patient's resources of type QuestionnaireResponse", "user/QuestionnaireResponse.read": "read multiple patient's resources of type QuestionnaireResponse", "patient/RelatedPerson.read": "read a single patient's resources of type RelatedPerson", "user/RelatedPerson.read": "read multiple patient's resources of type RelatedPerson", "patient/ServiceRequest.read": "read a single patient's resources of type ServiceRequest", "user/ServiceRequest.read": "read multiple patient's resources of type ServiceRequest", "patient/Specimen.read": "read a single patient's resources of type Specimen", "user/Specimen.read": "read multiple patient's resources of type Specimen"}}}}}}}