{"openapi": "3.0.3", "info": {"title": "Plan-Net Capability Statement", "description": "This Section describes the expected capabilities of the Plan-Net Server actor which is responsible for providing responses to the queries submitted by the Plan-Net Requestors. The complete list of FHIR profiles, RESTful operations, and search parameters supported by Plan-Net Servers are defined. Systems implementing this capability statement should meet the CMS FInal Rule requirement for provider directory access.  Plan-Net  Clients can use the required capabilities 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": "1.0.0", "contact": {"email": "fm@lists.HL7.org", "url": "http://www.hl7.org/Special/committees/fm/index.cfm"}}, "externalDocs": {"url": "http://hl7.org/fhir/us/davinci-pdex-plan-net/ImplementationGuide/hl7.fhir.us.davinci-pdex-plan-net", "description": "External Docs Description"}, "paths": {"/provider-directory/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"}}}}}}}}, "/provider-directory/Endpoint": {"get": {"tags": ["Plan-Net 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": [{"name": "organization", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "_lastUpdated", "in": "query", "required": false, "schema": {"type": "date"}}]}}, "/provider-directory/Endpoint/{rid}": {"get": {"tags": ["Plan-Net 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"}}]}}, "/provider-directory/Endpoint/{rid}/_history/{hid}": {"get": {"tags": ["Plan-Net 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"}}]}}, "/provider-directory/HealthcareService": {"get": {"tags": ["Plan-Net 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": [{"name": "location", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "coverage-area", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "organization", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "endpoint", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "name", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "service-category", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "service-type", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "specialty", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "_lastUpdated", "in": "query", "required": false, "schema": {"type": "date"}}]}}, "/provider-directory/HealthcareService/{rid}": {"get": {"tags": ["Plan-Net 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"}}]}}, "/provider-directory/HealthcareService/{rid}/_history/{hid}": {"get": {"tags": ["Plan-Net 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"}}]}}, "/provider-directory/InsurancePlan": {"get": {"tags": ["Plan-Net Endpoints"], "description": "Returns a bundle of the InsurancePlan 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 InsurancePlan 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": "administered-by", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "owned-by", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "coverage-area", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "name", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "plan-type", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "identifier", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "_lastUpdated", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "type", "in": "query", "required": false, "schema": {"type": "token"}}]}}, "/provider-directory/InsurancePlan/{rid}": {"get": {"tags": ["Plan-Net Endpoints"], "description": "Returns a specified InsurancePlan 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 InsurancePlan 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"}}]}}, "/provider-directory/InsurancePlan/{rid}/_history/{hid}": {"get": {"tags": ["Plan-Net Endpoints"], "description": "Returns a specified InsurancePlan 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 InsurancePlan 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"}}]}}, "/provider-directory/Location": {"get": {"tags": ["Plan-Net 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": "partof", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "organization", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "endpoint", "in": "query", "required": false, "schema": {"type": "reference"}}, {"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"}}, {"name": "address", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "type", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "_lastUpdated", "in": "query", "required": false, "schema": {"type": "date"}}]}}, "/provider-directory/Location/{rid}": {"get": {"tags": ["Plan-Net 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"}}]}}, "/provider-directory/Location/{rid}/_history/{hid}": {"get": {"tags": ["Plan-Net 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"}}]}}, "/provider-directory/Organization": {"get": {"tags": ["Plan-Net 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": "partof", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "endpoint", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "address", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "name", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "_lastUpdated", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "type", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "coverage-area", "in": "query", "required": false, "schema": {"type": "reference"}}]}}, "/provider-directory/Organization/{rid}": {"get": {"tags": ["Plan-Net 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"}}]}}, "/provider-directory/Organization/{rid}/_history/{hid}": {"get": {"tags": ["Plan-Net 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"}}]}}, "/provider-directory/OrganizationAffiliation": {"get": {"tags": ["Plan-Net Endpoints"], "description": "Returns a bundle of the OrganizationAffiliation 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 OrganizationAffiliation 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": "primary-organization", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "participating-organization", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "location", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "service", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "network", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "endpoint", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "role", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "specialty", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "_lastUpdated", "in": "query", "required": false, "schema": {"type": "date"}}]}}, "/provider-directory/OrganizationAffiliation/{rid}": {"get": {"tags": ["Plan-Net Endpoints"], "description": "Returns a specified OrganizationAffiliation 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 OrganizationAffiliation 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"}}]}}, "/provider-directory/OrganizationAffiliation/{rid}/_history/{hid}": {"get": {"tags": ["Plan-Net Endpoints"], "description": "Returns a specified OrganizationAffiliation 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 OrganizationAffiliation 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"}}]}}, "/provider-directory/Practitioner": {"get": {"tags": ["Plan-Net 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": "name", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "_lastUpdated", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "family", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "given", "in": "query", "required": false, "schema": {"type": "string"}}]}}, "/provider-directory/Practitioner/{rid}": {"get": {"tags": ["Plan-Net 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"}}]}}, "/provider-directory/Practitioner/{rid}/_history/{hid}": {"get": {"tags": ["Plan-Net 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"}}]}}, "/provider-directory/PractitionerRole": {"get": {"tags": ["Plan-Net 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": "practitioner", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "organization", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "location", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "service", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "network", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "endpoint", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "role", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "specialty", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "_lastUpdated", "in": "query", "required": false, "schema": {"type": "date"}}]}}, "/provider-directory/PractitionerRole/{rid}": {"get": {"tags": ["Plan-Net 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"}}]}}, "/provider-directory/PractitionerRole/{rid}/_history/{hid}": {"get": {"tags": ["Plan-Net 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"}}]}}}, "components": {}}