Patient - Create by Mother's NIK (Newborn)
Patient - Create by Mother's NIK (Newborn)
- application/json
Request Body
- object
Responses
- 200
OK
Response Headers
content-type string
x-request-id string
content-length integer
date string
Via string
X-Frame-Options string
X-Content-Type-Options string
Strict-Transport-Security string
Referrer-Policy string
X-Xss-Protection string
Permissions-Policy string
Content-Security-Policy string
Alt-Svc string
- application/json
- Schema
- Example (from schema)
- example-0
- example-1
Schema
- object
{}
Patient Exist
{
"success": false,
"message": "Failed to create new patient, another identifier has found",
"data": {
"resourceID": "P02029102427"
}
}
Patient - Create by Mother's NIK (Newborn)
{
"success": true,
"message": "New Patient has been created successfully",
"data": {
"Patient ID:": "P02029102701"
}
}
Loading...