Create an Event

post

/v1/{tenantId}/events

Validates user access and creates an Event in Revenue Cycle with all supported fields.

Request

Path Parameters
Header Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Event object sent in request body that has to be written.
Show Source
Nested Schema : identifier
Type: object
Business identifier for the event.
Match All
Show Source
Nested Schema : subject
Type: object
PersonId/encounterId/accountId/claimId reference object associated with the event request.
Match All
Show Source
Nested Schema : type
Type: object
Type of an event.
Match All
Show Source
Nested Schema : uri
Type: array
Uri associated to event occurrence.
Show Source
Nested Schema : Identifier
Type: object
Show Source
Nested Schema : ReferenceEntity
Type: object
Show Source
  • Account IDs must be prefixed with the following pattern if they come from source other than Cerner's FHIR resources. Financial (Patient) Accounts = F Insurance Balance Accounts = I
    Example: Encounter/2261599
Nested Schema : Type
Type: object
Show Source
Nested Schema : coding
Type: array
Coding object of an event.
Show Source
Nested Schema : Coding
Type: object
Show Source
  • Event code identifier.
    Example: [ "PAYPLNCREATE", "PAYPLNUPDATE", "PAYPLNREMOVE", "AUTHCREATE", "AUTHUPDATE", "REGQAINFO", "REGQAEDIT", "REGQANOEDIT" ]
Back to Top

Response

Supported Media Types

201 Response

Creates an Event and returns the Last-Modified and Location headers.
Headers

400 Response

Bad Request for missing required fields or invalid reference type.
Body ()
Root Schema : EventResponse
Type: object
Event response object
Show Source

401 Response

Unauthorized for an expired access token or no access token.
Body ()
Root Schema : EventResponse
Type: object
Event response object
Show Source

403 Response

Forbidden if OAuth2 scope in the authorization token does not have access.
Body ()
Root Schema : EventResponse
Type: object
Event response object
Show Source

422 Response

Unsupported Media Type if Content-Type header provides an unsupported value.
Body ()
Root Schema : EventResponse
Type: object
Event response object
Show Source

500 Response

Internal Server Error if an error occurs while creating the event.
Body ()
Root Schema : EventResponse
Type: object
Event response object
Show Source
Back to Top