Create a procedure

post

https://{domain_name}.ohms.oracle.com/ords/esi_api/api/v1/procedures

Creates a procedure in Oracle Health Immunization Management Cloud Service. Required and optional fields vary, depending on the tenant configuration. This method ignores populated fields that the calling tenant does not use.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
  • application/json
Root Schema : schema
Match All
Show Source
  • ProceduresRequest
    Title: ProceduresRequest
  • Example: { "procedure_code":123455, "registrant_code":"Ynwjdescan", "product_name":"BNT162b2", "product_lot_number":null, "product_lot_expiry_date":null, "product_dose_ml":null, "product_dose_number":null, "product_constitution_date":null, "waste_ml":null, "waste_reason":null, "administered_route":"IMR1", "administered_site":"LD", "procedure_outcome":"ADMEXT", "vaccine_info_sheet_provided_yn":null, "administered_on":null, "administered_date":"2023-03-21T00:00:00", "external_administered_date":"2023-03-21T00:00:00", "not_administered":null, "notes":"Test 123", "coadministered_yn":"N", "survey_consent_yn":"Y", "pr_src":null, "pregnancy":null, "appointment_time":null, "appointment_date":null, "location_code":"CTL2", "external_id":"30March202303c55" }
Nested Schema : ProceduresRequest
Type: object
Title: ProceduresRequest
Show Source
Example:
{
    "procedure_code":1234,
    "registrant_code":2.742317216293884E38,
    "product_manufacturer":"XXX",
    "product_mvx":"XXX",
    "product_category":"VACCINE",
    "product_name":"AZD1222",
    "product_cvx":null,
    "product_disease_name":"aaa",
    "product_lot_number":null,
    "product_expiry_date":"2021-10-06T00:00:00",
    "product_dose_ml":1234,
    "product_dose_number":1234,
    "product_constitution_date":"2021-10-06T00:00:00",
    "waste_ml":"123",
    "waste_reason":null,
    "administered_route":null,
    "administered_site":null,
    "procedure_outcome":"ADM",
    "vaccine_info_sheet_provided_yn":"N",
    "administered_on":"2023-02-06T00:00:00",
    "administered_date":"2023-02-06T00:00:00",
    "not_administered":null,
    "coadministered_yn":"N",
    "survey_consent_yn":"Y",
    "pr_src":"SR",
    "pregnancy":"N",
    "appointment_time":"2021-10-06T14:33:24.673310Z",
    "appointment_date":"2021-10-06T00:00:00",
    "location_code":"GA",
    "external_id":"27020230811"
}
Security
Back to Top

Response

200 Response

Back to Top