Centene FHIR Patient Access API

The Centene FHIR Patient Access API lets members of Centene health plans access their clinical, financial, and formulary data through third-party applications, as required by the CMS Interoperability and Patient Access Rule.

Operations 47

GET /metadata CapailityStatement #
GET /CareTeam Search all resources of type CareTeam based on a set of criteria #
GET /CareTeam/{id} Read the current state of the resource #
GET /AllergyIntolerance Search all resources of type AllergyIntolerance based on a set of criteria #
GET /AllergyIntolerance/{id} Read the current state of the resource #
GET /Encounter Search all resources of type Encounter based on a set of criteria #
GET /Encounter/{id} Read the current state of the resource #
GET /Device Search all resources of type Device based on a set of criteria #
GET /Device/{id} Read the current state of the resource #
GET /Condition Search all resources of type Condition based on a set of criteria #
GET /Condition/{id} Read the current state of the resource #
GET /DiagnosticReport Search all resources of type DiagnosticReport based on a set of criteria #
GET /DiagnosticReport/{id} Read the current state of the resource #
GET /Immunization Search all resources of type Immunization based on a set of criteria #
GET /Immunization/{id} Read the current state of the resource #
GET /CarePlan Search all resources of type CarePlan based on a set of criteria #
GET /CarePlan/{id} Read the current state of the resource #
GET /Goal Search all resources of type Goal based on a set of criteria #
GET /Goal/{id} Read the current state of the resource #
GET /MedicationRequest Search all resources of type MedicationRequest based on a set of criteria #
GET /MedicationRequest/{id} Read the current state of the resource #
GET /PractitionerRole Search all resources of type PractitionerRole based on a set of criteria #
GET /PractitionerRole/{id} Read the current state of the resource #
GET /Location Search all resources of type Location based on a set of criteria #
GET /Location/{id} Read the current state of the resource #
GET /Procedure Search all resources of type Procedure based on a set of criteria #
GET /Procedure/{id} Read the current state of the resource #
GET /Observation Search all resources of type Observation based on a set of criteria #
GET /Observation/{id} Read the current state of the resource #
GET /Coverage Search all resources of type Coverage based on a set of criteria #
GET /Coverage/{id} Read the current state of the resource #
GET /Practitioner Search all resources of type Practitioner based on a set of criteria #
GET /Practitioner/{id} Read the current state of the resource #
GET /Patient Search all resources of type Patient based on a set of criteria #
GET /Patient/{id} Read the current state of the resource #
GET /ExplanationOfBenefit Search all resources of type ExplanationOfBenefit based on a set of criteria #
GET /ExplanationOfBenefit/{id} Read the current state of the resource #
GET /Organization Search all resources of type Organization based on a set of criteria #
GET /Organization/{id} Read the current state of the resource #
GET /List Search all resources of type List based on a set of criteria #
GET /List/{id} Read the current state of the resource #
GET /MedicationKnowledge Search all resources of type MedicationKnowledge based on a set of criteria #
GET /MedicationKnowledge/{id} Read the current state of the resource #
GET /Medication/{id} Read the current state of the resource #
GET /Provenance/{id} Read the current state of the resource #
GET /QuestionnaireResponse Search all resources of type QuestionnaireResponse based on a set of criteria #
GET /QuestionnaireResponse/{id} Read the current state of the resource #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/centene-fhir-patient-access"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

centene-fhir-patient-access-openapi.json Raw ↑
{
  "openapi": "3.0.1",
  "info": {
    "title": "Patient Access",
    "description": "Patient Access Endpoints for FHIR Resources",
    "version": "1.0"
  },
  "servers": [
    {
      "url": "https://dev-int-api-gw.centene.com/fhir/v4/patientaccess"
    }
  ],
  "tags": [
    {
      "name": "metadata"
    },
    {
      "name": "AllergyIntolerance"
    },
    {
      "name": "Patient"
    },
    {
      "name": "CarePlan"
    },
    {
      "name": "CareTeam"
    },
    {
      "name": "Condition"
    },
    {
      "name": "Coverage"
    },
    {
      "name": "Device"
    },
    {
      "name": "DiagnosticReport"
    },
    {
      "name": "Encounter"
    },
    {
      "name": "ExplanationOfBenefit"
    },
    {
      "name": "Goal"
    },
    {
      "name": "Immunization"
    },
    {
      "name": "List"
    },
    {
      "name": "Location"
    },
    {
      "name": "Medication"
    },
    {
      "name": "MedicationKnowledge"
    },
    {
      "name": "MedicationRequest"
    },
    {
      "name": "Observation"
    },
    {
      "name": "Organization"
    },
    {
      "name": "Practitioner"
    },
    {
      "name": "PractitionerRole"
    },
    {
      "name": "Procedure"
    },
    {
      "name": "Provenance"
    },
    {
      "name": "QuestionnaireResponse"
    }
  ],
  "paths": {
    "/metadata": {
      "get": {
        "tags": [
          "metadata"
        ],
        "summary": "CapailityStatement",
        "description": "Capability Statement",
        "operationId": "getMetadata",
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/CareTeam": {
      "get": {
        "tags": [
          "CareTeam"
        ],
        "summary": "Search all resources of type CareTeam based on a set of criteria",
        "description": "Search all resources of type CareTeam based on a set of criteria",
        "operationId": "searchCareTeam",
        "parameters": [



          {
            "name": "patient",
            "in": "query",
            "description": "Who care team is for",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "description": "proposed | active | suspended | inactive | entered-in-error",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "_revinclude",
            "in": "query",
            "schema": {
              "type": "string",
              "x-consoleDefault": "application/json"
            },
            "x-consoleDefault": "application/json"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "*/*": {
                "schema": {
                  "$ref": "#/components/schemas/CareTeam-search"
                }
              }
            }
          },
          "400": {
            "description": "Bad request",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "invalid",
                      "details": {
                        "text": "Invalid or badly formed careteam ID ."
                      }
                    }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Unauthorized",
                      "details": {
                        "text": "You are not authorized to view this careteam."
                      }
                    }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "forbidden",
                      "details": {
                        "text": "You are not allowed to view this careteam."
                      }
                    }
                }
              }
            }
          },
          "404": {
            "description": "Not Found",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Not Found",
                      "details": {
                        "text": "No careteam found with the provided ID."
                      }
                    }
                }
              }
            }
          },
          "500": {
            "description": "InternalServerError",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "fatal",
                      "code": "exception",
                      "details": {
                        "text": "Internal server error. Please try again later"
                      }
                    }
                }
              }
            }
          },
          "429": {
            "description": "Too Many Requests",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Too Many Requests",
                      "details": {
                        "text": "Too Many Requests for careteam with the provided ID."
                      }
                    }
                }
              }
            }
          },
          "501": {
            "description": "Not Implemented",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Not Implemented",
                      "details": {
                        "text": "The request for careteam is Not Implemented"
                      }
                    }
                }
              }
            }
          },
          "502": {
            "description": "Bad gateway",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Bad gateway",
                      "details": {
                        "text": "Bad gateway"
                      }
                    }
                }
              }
            }
          },
          "503": {
            "description": "Service Unavailable",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Service Unavailable",
                      "details": {
                        "text": "Service Unavailable"
                      }
                    }
                }
              }
            }
          },
          "504": {
            "description": "Gateway Timeout",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Gateway Timeout",
                      "details": {
                        "text": "Gateway Timeout"
                      }
                    }
                }
              }
            }
          }
        },
        "security": [
          {
            "Bearer": []
          }
        ]
      }
    },
    "/CareTeam/{id}": {
      "get": {
        "tags": [
          "CareTeam"
        ],
        "summary": "Read the current state of the resource",
        "description": "Read the current state of the resource",
        "operationId": "readCareTeam",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "*/*": {
                "schema": {
                  "$ref": "#/components/schemas/CareTeam"
                }
              }
            }
          },
          "400": {
            "description": "Bad request",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "invalid",
                      "details": {
                        "text": "Invalid or badly formed careteam ID."
                      }
                    }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Unauthorized",
                      "details": {
                        "text": "You are not authorized to view this careteam."
                      }
                    }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "forbidden",
                      "details": {
                        "text": "You are not allowed to view this careteam."
                      }
                    }
                }
              }
            }
          },
          "404": {
            "description": "Not Found",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Not Found",
                      "details": {
                        "text": "No careteam found with the provided ID."
                      }
                    }
                }
              }
            }
          },
          "500": {
            "description": "InternalServerError",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "fatal",
                      "code": "exception",
                      "details": {
                        "text": "Internal server error. Please try again later"
                      }
                    }
                }
              }
            }
          },
          "429": {
            "description": "Too Many Requests",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Too Many Requests",
                      "details": {
                        "text": "Too Many Requests for careteam with the provided ID."
                      }
                    }
                }
              }
            }
          },
          "501": {
            "description": "Not Implemented",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Not Implemented",
                      "details": {
                        "text": "The request for careteam is Not Implemented"
                      }
                    }
                }
              }
            }
          },
          "502": {
            "description": "Bad gateway",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Bad gateway",
                      "details": {
                        "text": "Bad gateway"
                      }
                    }
                }
              }
            }
          },
          "503": {
            "description": "Service Unavailable",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Service Unavailable",
                      "details": {
                        "text": "Service Unavailable"
                      }
                    }
                }
              }
            }
          },
          "504": {
            "description": "Gateway Timeout",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Gateway Timeout",
                      "details": {
                        "text": "Gateway Timeout"
                      }
                    }
                }
              }
            }
          }
        },
        "security": [
          {
            "Bearer": []
          }
        ]
      }
    },
    "/AllergyIntolerance": {
      "get": {
        "tags": [
          "AllergyIntolerance"
        ],
        "summary": "Search all resources of type AllergyIntolerance based on a set of criteria",
        "description": "Search all resources of type AllergyIntolerance based on a set of criteria",
        "operationId": "searchAllergyIntolerance",
        "parameters": [
          {
            "name": "patient",
            "in": "query",
            "description": "Who the sensitivity is for",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "_revinclude",
            "in": "query",
            "schema": {
              "type": "string",
              "x-consoleDefault": "application/json"
            },
            "x-consoleDefault": "application/json"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "*/*": {
                "schema": {
                  "$ref": "#/components/schemas/AllergyIntolerance-search"
                }
              }
            }
          },
          "400": {
            "description": "Bad request",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "invalid",
                      "details": {
                        "text": "Invalid or badly formed AllergyIntolerance ID ."
                      }
                    }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Unauthorized",
                      "details": {
                        "text": "You are not authorized to view this AllergyIntolerance."
                      }
                    }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "forbidden",
                      "details": {
                        "text": "You are not allowed to view this AllergyIntolerance."
                      }
                    }
                }
              }
            }
          },
          "404": {
            "description": "Not Found",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Not Found",
                      "details": {
                        "text": "No AllergyIntolerance found with the provided ID."
                      }
                    }
                }
              }
            }
          },
          "500": {
            "description": "InternalServerError",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "fatal",
                      "code": "exception",
                      "details": {
                        "text": "Internal server error. Please try again later"
                      }
                    }
                }
              }
            }
          },
          "429": {
            "description": "Too Many Requests",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Too Many Requests",
                      "details": {
                        "text": "Too Many Requests for AllergyIntolerance with the provided ID."
                      }
                    }
                }
              }
            }
          },
          "501": {
            "description": "Not Implemented",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Not Implemented",
                      "details": {
                        "text": "The request for Allergy Intolerance is Not Implemented"
                      }
                    }
                }
              }
            }
          },
          "502": {
            "description": "Bad gateway",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Bad gateway",
                      "details": {
                        "text": "Bad gateway"
                      }
                    }
                }
              }
            }
          },
          "503": {
            "description": "Service Unavailable",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Service Unavailable",
                      "details": {
                        "text": "Service Unavailable"
                      }
                    }
                }
              }
            }
          },
          "504": {
            "description": "Gateway Timeout",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Gateway Timeout",
                      "details": {
                        "text": "Gateway Timeout"
                      }
                    }
                }
              }
            }
          }
        },
        "security": [
          {
            "Bearer": []
          }
        ]
      }
    },
    "/AllergyIntolerance/{id}": {
      "get": {
        "tags": [
          "AllergyIntolerance"
        ],
        "summary": "Read the current state of the resource",
        "description": "Read the current state of the resource",
        "operationId": "readAllergyIntolerance",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "*/*": {
                "schema": {
                  "$ref": "#/components/schemas/AllergyIntolerance"
                }
              }
            }
          },
          "400": {
            "description": "Bad request",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "invalid",
                      "details": {
                        "text": "Invalid or badly formed AllergyIntolerance ID ."
                      }
                    }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Unauthorized",
                      "details": {
                        "text": "You are not authorized to view this AllergyIntolerance."
                      }
                    }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "forbidden",
                      "details": {
                        "text": "You are not allowed to view this AllergyIntolerance."
                      }
                    }
                }
              }
            }
          },
          "404": {
            "description": "Not Found",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Not Found",
                      "details": {
                        "text": "No AllergyIntolerance found with the provided ID."
                      }
                    }
                }
              }
            }
          },
          "500": {
            "description": "InternalServerError",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "fatal",
                      "code": "exception",
                      "details": {
                        "text": "Internal server error. Please try again later"
                      }
                    }
                }
              }
            }
          },
          "429": {
            "description": "Too Many Requests",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Too Many Requests",
                      "details": {
                        "text": "Too Many Requests for AllergyIntolerance with the provided ID."
                      }
                    }
                }
              }
            }
          },
          "501": {
            "description": "Not Implemented",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Not Implemented",
                      "details": {
                        "text": "The request for AllergyIntolerance is Not Implemented"
                      }
                    }
                }
              }
            }
          },
          "502": {
            "description": "Bad gateway",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Bad gateway",
                      "details": {
                        "text": "Bad gateway"
                      }
                    }
                }
              }
            }
          },
          "503": {
            "description": "Service Unavailable",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Service Unavailable",
                      "details": {
                        "text": "Service Unavailable"
                      }
                    }
                }
              }
            }
          },
          "504": {
            "description": "Gateway Timeout",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Gateway Timeout",
                      "details": {
                        "text": "Gateway Timeout"
                      }
                    }
                }
              }
            }
          }
        },
        "security": [
          {
            "Bearer": []
          }
        ]
      }
    },
    "/Encounter": {
      "get": {
        "tags": [
          "Encounter"
        ],
        "summary": "Search all resources of type Encounter based on a set of criteria",
        "description": "Search all resources of type Encounter based on a set of criteria",
        "operationId": "searchEncounter",
        "parameters": [
          {
            "name": "_id",
            "in": "query",
            "description": "The ID of the resource",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "patient",
            "in": "query",
            "description": "The patient or group present at the encounter",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "date",
            "in": "query",
            "description": "A date within the period the Encounter lasted",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "_page",
            "in": "query",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "_revinclude",
            "in": "query",
            "schema": {
              "type": "string",
              "x-consoleDefault": "application/json"
            },
            "x-consoleDefault": "application/json"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "*/*": {
                "schema": {
                  "$ref": "#/components/schemas/Encounter-search"
                }
              }
            }
          },
          "400": {
            "description": "Bad request",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "invalid",
                      "details": {
                        "text": "Invalid or badly formed Encounter ID ."
                      }
                    }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Unauthorized",
                      "details": {
                        "text": "You are not authorized to view this Encounter."
                      }
                    }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "forbidden",
                      "details": {
                        "text": "You are not allowed to view this Encounter."
                      }
                    }
                }
              }
            }
          },
          "404": {
            "description": "Not Found",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Not Found",
                      "details": {
                        "text": "No Encounter found with the Encounter ID."
                      }
                    }
                }
              }
            }
          },
          "500": {
            "description": "InternalServerError",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "fatal",
                      "code": "exception",
                      "details": {
                        "text": "Internal server error. Please try again later"
                      }
                    }
                }
              }
            }
          },
          "429": {
            "description": "Too Many Requests",
            "content": {
              "*/*": {
                "example": {
                  "resourceType": "OperationOutcome",
                  "issue":
                    {
                      "severity": "error",
                      "code": "Too Many Requests",
               

# --- truncated at 32 KB (609 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/centene/refs/heads/main/openapi/centene-fhir-patient-access-openapi.json