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

    LabItem

    {
        "itemCode": "string",
        "itemName": "string",
        "value": "string",
        "unit": "string",
        "refLow": 0,
        "refHigh": 0,
        "refText": "string",
        "abnormalFlag": "string",
        "resultType": "string",
        "hdisCode": "string"
    }
    Built with