HDIS-医匠血液透析-OpenApi
    • 报告推送
      • 推送检验报告
        POST
      • 推送检查报告
        POST
    • 字典与对账
      • 拉取标准项字典
        GET
      • 日对账
        GET
    • 联调
      • 联调自检
        GET
    • 数据模型
      • LabReportsRequest
      • ExamReportsRequest
      • Patient
      • LabReport
      • LabItem
      • ExamReport
      • ExamItem
      • ResultBase
      • IngestBatchResult
      • IngestBatch
      • IngestResult
      • DictResult
      • ReconcileResult
      • PingResult

    Patient

    患者标识。以身份证号为主要标识;无身份证号时必须传 hisPatientId

    {
        "idCard": "string",
        "name": "string",
        "gender": "string",
        "birthDate": "2019-08-24",
        "hisPatientId": "string",
        "visitNo": "string",
        "visitType": "string"
    }
    Built with