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

    ExamReport

    {
        "externalId": "string",
        "patient": {
            "idCard": "string",
            "name": "string",
            "gender": "string",
            "birthDate": "2019-08-24",
            "hisPatientId": "string",
            "visitNo": "string",
            "visitType": "string"
        },
        "examType": "string",
        "examName": "string",
        "bodySite": "string",
        "method": "string",
        "examedAt": "2026-08-28 10:20:00",
        "reportedAt": "2026-08-28 11:05:00",
        "findings": "string",
        "conclusion": "string",
        "reporter": "string",
        "reportUrl": "string",
        "status": "string",
        "items": [
            {
                "hdisCode": "string",
                "itemCode": "string",
                "itemName": "string",
                "value": "string",
                "unit": "string",
                "resultType": "string"
            }
        ]
    }
    Built with