Create Immunization

POST {{baseUrl}}/api/v2/Immunization

Overview:

Adds new immunization records to the system, facilitating the seamless integration of updated vaccination information and supporting efficient immunization management within healthcare applications.

Use Cases:

  • Record New Immunization: Add a new vaccination entry

  • Submit Vaccine History: Store patient vaccination records

  • Document Immunization Dates: Record specific vaccination dates

  • Log Vaccine Types: Add information on vaccine types

  • Capture Dose Details: Record details on vaccine doses

Request Body

{"context"=>{"departmentId"=>"<string>"}, "data"=>{"resourceType"=>"<string>", "vaccineCode"=>{"coding"=>[{"display"=>"<string>", "code"=>"<integer>", "system"=>"<string>"}, {"display"=>"<string>", "code"=>"<integer>", "system"=>"<string>"}]}, "patient"=>{"reference"=>"<string>"}, "occurrenceDateTime"=>"<date>", "recorded"=>"<date>", "status"=>"<string>", "primarySource"=>"<boolean>", "note"=>[{"text"=>"<string>"}, {"text"=>"<string>"}]}}

HEADERS

KeyDatatypeRequiredDescription
x-source-idstring(Required) The source id provided for connecting to the data source
Content-Typestring
Authorizationstring

RESPONSES

status: OK

{}