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

    LabReport

    {
        "externalId": "string",
        "reportNo": "string",
        "patient": {
            "idCard": "string",
            "name": "string",
            "gender": "string",
            "birthDate": "2019-08-24",
            "hisPatientId": "string",
            "visitNo": "string",
            "visitType": "string"
        },
        "panelName": "string",
        "specimen": "string",
        "collectedAt": "2026-09-01 07:35:00",
        "reportedAt": "2026-09-01 09:12:00",
        "status": "string",
        "labName": "string",
        "reporter": "string",
        "reviewer": "string",
        "items": [
            {
                "itemCode": "string",
                "itemName": "string",
                "value": "string",
                "unit": "string",
                "refLow": 0,
                "refHigh": 0,
                "refText": "string",
                "abnormalFlag": "string",
                "resultType": "string",
                "hdisCode": "string"
            }
        ]
    }
    Built with