Homologar
  1. order
Homologar
  • Introducción
  • API
    • Primeros pasos
    • Prescripciones
      • Nueva orden
      • Obtención de órdenes
      • Obtención de prácticas
      • Obtención de coberturas
  • Schemas
    • order
      • primitives
        • gender
        • date
        • state
        • documentType
        • documentNumber
        • cuil
        • email
        • phone
      • create-order
      • create-patient
      • create-doctor
      • create-diagnosis
      • create-item
      • create-healthInsurance
      • create-address
      • create-license
      • create-order-response
      • practice
      • order-item-response
  1. order

create-patient

{
    "name": "string",
    "surname": "string",
    "gender": "m",
    "birthDate": "2019-08-24",
    "documentType": "dni",
    "documentNumber": "string",
    "cuil": "stringstrin",
    "email": "user@example.com",
    "phone": 8,
    "healthInsurance": {
        "id": "string",
        "number": "string",
        "plan": "string",
        "token": "string"
    },
    "address": {
        "street": "string",
        "number": "string",
        "floor": "string",
        "apartment": "string",
        "postalCode": "string",
        "state": "CABA",
        "city": "string",
        "municipality": "string",
        "locality": "string",
        "notes": "string",
        "text": "string"
    }
}
Built with