样例字段语义
| 分组 | 字段 | 英文键 | 语义 |
|---|
| 检验申请 | 检验组合名称 | labpanelname | 一次申请所开检验组合的名称,如血常规、肝功能全套 |
| 检验申请 | 申请时间 | orderrequesttime | 检验申请提交的时点,与标本采集、结果产生是三个不同时点 |
| 检验申请 | 优先级 | order_priority | 申请的处理紧急程度,急查与常规在周转时间分析中须分开 |
| 标本 | 标本类型 | specimentypecode / specimentypename | 标本所属类型,如静脉血、尿液、脑脊液 |
| 标本 | 采集部位 | collection_site | 采集标本的人体部位,同一项目不同部位的结果可比性不同 |
| 标本 | 采集时间与接收时间 | collectiontime / receipttime | 标本采集与实验室接收两个时点分列,两者之差是标本周转的前段 |
| 标本 | 标本状态 | specimen_status | 标本的当前状态与质量结论,如溶血、脂血、量不足,直接影响结果可用性 |
| 检验报告版本 | 报告版本 | report_version | 同一份报告的第几次成稿,初发、修订、撤回各占一版不互相覆盖 |
| 检验报告版本 | 被替代版本 | supersededeventid | 本版所替代的上一版本,据此可还原报告的修订链 |
| 检验报告版本 | 签发时间 | reportissuetime | 该版报告签发生效的时点 |
| 检验结果 | 本地项目编码与名称 | localtestcode / test_name | 项目在来源机构字典中的代码与名称,同一指标各家写法不同,归一从这里开始 |
| 检验结果 | 标准项目编码与版本 | standardtestcode / standard_version | 映射到版本化标准体系后的项目代码及其体系版本,缺版本即不认定为有效映射 |
| 检验结果 | 映射置信度 | mapping_confidence | 本地项目映射到标准项目的可信程度,低置信映射可被下游选择排除 |
| 检验结果 | 结果类型 | result_type | 该结果是定量数值、定性判读还是文本描述,决定它能否参与数值计算 |
| 检验结果 | 原始结果与原始单位 | rawresult / rawunit | 来源系统中的取值与其计量单位 |
| 检验结果 | 标准结果与标准单位 | standardresult / standardunit | 按已明确并启用的换算规则折算到标准单位后的取值;无适用规则时留空 |
| 检验结果 | 原始参考范围 | referencerangeraw | 来源系统记录的参考范围表述,含区间、单侧界限与文本型范围 |
| 检验结果 | 参考上下限与范围标识 | referencelow / referencehigh / referencerangeid | 解析出的数值界限与所适用的参考范围规则,规则含标本、方法、性别、年龄等适用条件 |
| 检验结果 | 异常标志 | abnormal_flag | 相对适用参考范围的偏离方向;与来源原始异常提示分列,可核对两者是否一致 |
| 检验结果 | 危急标志 | critical_flag | 是否达到危急值报告标准,仅在来源有危急值判定时取值 |
| 检验结果 | 检测方法 | test_method | 产生该结果所采用的方法学,不同方法之间的数值不可直接合并比较 |
| 检验结果 | 结果时间与审核时间 | resulttime / verificationtime | 结果产生与通过审核的两个时点,临床可见的通常是审核之后 |
| 检验结果 | 结果状态 | result_status | 原子结果的当前状态,如初步、最终、更正、作废 |
样例记录
一次检验从申请开立、标本采集接收、报告签发到逐项原子结果的完整链条;每条结果并列给出来源原值与标准化取值、参考范围与异常判定。
{
"样例性质": "真实记录·已脱敏",
"laboratory_report": {
"report_business_id": "RPT-0000001",
"encounter_id": "ENC-0000001",
"collection_time": "2024-09-08 22:34:01",
"receipt_time": "2024-09-09 07:41:51",
"report_issue_time": "2024-09-09 08:22:36",
"time_semantic": "collection_receipt_report_source_verified",
"time_quality_flag": "source_order_ok",
"panel_count": 1,
"item_count": 26
},
"laboratory_result": [
{
"record_id": "RESULT-0000001",
"id_origin": "generated",
"patient_id": null,
"encounter_id": "ENC-0000001",
"local_panel_code": "JY141",
"local_panel_name": "+尿液化学分析+沉渣分析(住院)",
"local_test_code": "A0340",
"test_name_raw": "*尿比重",
"raw_result": "1.020",
"result_type": "numeric",
"result_type_origin": "derived_rule_v1",
"value_parse_status": "numeric_parsed",
"raw_unit": null,
"raw_unit_missing_reason": "source_placeholder_null",
"standard_result": null,
"standard_unit": null,
"conversion_rule_id": null,
"reference_range_raw": "1.015-1.025",
"reference_low": null,
"reference_high": null,
"reference_range_id": null,
"reference_parse_status": "raw_preserved_rule_unavailable",
"abnormal_flag_raw": "1",
"abnormal_flag": null,
"mapping_status": "unverified_code",
"mapping_rule_id": null,
"standard_test_code": null,
"standard_version": null,
"mapping_confidence": null,
"specimen_type_raw": "尿液",
"specimen_id": null,
"order_id": null,
"report_business_id": "RPT-0000001",
"event_id": null,
"report_version": null,
"superseded_event_id": null,
"collection_time": "2024-09-08 22:34:01",
"receipt_time": "2024-09-09 07:41:51",
"result_time": null,
"verification_time": null,
"report_issue_time": "2024-09-09 08:22:36",
"time_semantic": "collection_receipt_report_source_verified",
"time_quality_flag": "source_order_ok",
"test_method": null,
"test_method_source_raw": "NULL",
"test_method_missing_reason": "source_placeholder_null",
"instrument_model": null,
"instrument_model_source_raw": "NULL",
"instrument_model_missing_reason": "source_placeholder_null",
"missing_reason": null
},
{
"record_id": "RESULT-0000002",
"id_origin": "generated",
"patient_id": null,
"encounter_id": "ENC-0000001",
"local_panel_code": "JY141",
"local_panel_name": "+尿液化学分析+沉渣分析(住院)",
"local_test_code": "A0350",
"test_name_raw": "尿中白细胞",
"raw_result": "-",
"result_type": "semi_quantitative",
"result_type_origin": "derived_rule_v1",
"value_parse_status": "text_preserved",
"raw_unit": null,
"raw_unit_missing_reason": "source_placeholder_null",
"standard_result": null,
"standard_unit": null,
"conversion_rule_id": null,
"reference_range_raw": "阴性",
"reference_low": null,
"reference_high": null,
"reference_range_id": null,
"reference_parse_status": "raw_preserved_rule_unavailable",
"abnormal_flag_raw": "1",
"abnormal_flag": null,
"mapping_status": "unverified_code",
"mapping_rule_id": null,
"standard_test_code": null,
"standard_version": null,
"mapping_confidence": null,
"specimen_type_raw": "尿液",
"specimen_id": null,
"order_id": null,
"report_business_id": "RPT-0000001",
"event_id": null,
"report_version": null,
"superseded_event_id": null,
"collection_time": "2024-09-08 22:34:01",
"receipt_time": "2024-09-09 07:41:51",
"result_time": null,
"verification_time": null,
"report_issue_time": "2024-09-09 08:22:36",
"time_semantic": "collection_receipt_report_source_verified",
"time_quality_flag": "source_order_ok",
"test_method": null,
"test_method_source_raw": "NULL",
"test_method_missing_reason": "source_placeholder_null",
"instrument_model": null,
"instrument_model_source_raw": "NULL",
"instrument_model_missing_reason": "source_placeholder_null",
"missing_reason": null
},
{
"record_id": "RESULT-0000003",
"id_origin": "generated",
"patient_id": null,
"encounter_id": "ENC-0000001",
"local_panel_code": "JY141",
"local_panel_name": "+尿液化学分析+沉渣分析(住院)",
"local_test_code": "A0360",
"test_name_raw": "*尿隐血",
"raw_result": "-",
"result_type": "semi_quantitative",
"result_type_origin": "derived_rule_v1",
"value_parse_status": "text_preserved",
"raw_unit": null,
"raw_unit_missing_reason": "source_placeholder_null",
"standard_result": null,
"standard_unit": null,
"conversion_rule_id": null,
"reference_range_raw": "阴性",
"reference_low": null,
"reference_high": null,
"reference_range_id": null,
"reference_parse_status": "raw_preserved_rule_unavailable",
"abnormal_flag_raw": "1",
"abnormal_flag": null,
"mapping_status": "unverified_code",
"mapping_rule_id": null,
"standard_test_code": null,
"standard_version": null,
"mapping_confidence": null,
"specimen_type_raw": "尿液",
"specimen_id": null,
"order_id": null,
"report_business_id": "RPT-0000001",
"event_id": null,
"report_version": null,
"superseded_event_id": null,
"collection_time": "2024-09-08 22:34:01",
"receipt_time": "2024-09-09 07:41:51",
"result_time": null,
"verification_time": null,
"report_issue_time": "2024-09-09 08:22:36",
"time_semantic": "collection_receipt_report_source_verified",
"time_quality_flag": "source_order_ok",
"test_method": null,
"test_method_source_raw": "NULL",
"test_method_missing_reason": "source_placeholder_null",
"instrument_model": null,
"instrument_model_source_raw": "NULL",
"instrument_model_missing_reason": "source_placeholder_null",
"missing_reason": null
},
{
"record_id": "RESULT-0000004",
"id_origin": "generated",
"patient_id": null,
"encounter_id": "ENC-0000001",
"local_panel_code": "JY141",
"local_panel_name": "+尿液化学分析+沉渣分析(住院)",
"local_test_code": "A0370",
"test_name_raw": "*尿PH值",
"raw_result": "5.5",
"result_type": "numeric",
"result_type_origin": "derived_rule_v1",
"value_parse_status": "numeric_parsed",
"raw_unit": null,
"raw_unit_missing_reason": "source_placeholder_null",
"standard_result": null,
"standard_unit": null,
"conversion_rule_id": null,
"reference_range_raw": null,
"reference_low": null,
"reference_high": null,
"reference_range_id": null,
"reference_parse_status": "raw_preserved_rule_unavailable",
"abnormal_flag_raw": "1",
"abnormal_flag": null,
"mapping_status": "unverified_code",
"mapping_rule_id": null,
"standard_test_code": null,
"standard_version": null,
"mapping_confidence": null,
"specimen_type_raw": "尿液",
"specimen_id": null,
"order_id": null,
"report_business_id": "RPT-0000001",
"event_id": null,
"report_version": null,
"superseded_event_id": null,
"collection_time": "2024-09-08 22:34:01",
"receipt_time": "2024-09-09 07:41:51",
"result_time": null,
"verification_time": null,
"report_issue_time": "2024-09-09 08:22:36",
"time_semantic": "collection_receipt_report_source_verified",
"time_quality_flag": "source_order_ok",
"test_method": null,
"test_method_source_raw": "NULL",
"test_method_missing_reason": "source_placeholder_null",
"instrument_model": null,
"instrument_model_source_raw": "NULL",
"instrument_model_missing_reason": "source_placeholder_null",
"missing_reason": null
},
{
"record_id": "RESULT-0000005",
"id_origin": "generated",
"patient_id": null,
"encounter_id": "ENC-0000001",
"local_panel_code": "JY141",
"local_panel_name": "+尿液化学分析+沉渣分析(住院)",
"local_test_code": "A0380",
"test_name_raw": "*尿亚硝酸盐",
"raw_result": "-",
"result_type": "semi_quantitative",
"result_type_origin": "derived_rule_v1",
"value_parse_status": "text_preserved",
"raw_unit": null,
"raw_unit_missing_reason": "source_placeholder_null",
"standard_result": null,
"standard_unit": null,
"conversion_rule_id": null,
"reference_range_raw": "阴性",
"reference_low": null,
"reference_high": null,
"reference_range_id": null,
"reference_parse_status": "raw_preserved_rule_unavailable",
"abnormal_flag_raw": "1",
"abnormal_flag": null,
"mapping_status": "unverified_code",
"mapping_rule_id": null,
"standard_test_code": null,
"standard_version": null,
"mapping_confidence": null,
"specimen_type_raw": "尿液",
"specimen_id": null,
"order_id": null,
"report_business_id": "RPT-0000001",
"event_id": null,
"report_version": null,
"superseded_event_id": null,
"collection_time": "2024-09-08 22:34:01",
"receipt_time": "2024-09-09 07:41:51",
"result_time": null,
"verification_time": null,
"report_issue_time": "2024-09-09 08:22:36",
"time_semantic": "collection_receipt_report_source_verified",
"time_quality_flag": "source_order_ok",
"test_method": null,
"test_method_source_raw": "NULL",
"test_method_missing_reason": "source_placeholder_null",
"instrument_model": null,
"instrument_model_source_raw": "NULL",
"instrument_model_missing_reason": "source_placeholder_null",
"missing_reason": null
},
{
"record_id": "RESULT-0000006",
"id_origin": "generated",
"patient_id": null,
"encounter_id": "ENC-0000001",
"local_panel_code": "JY141",
"local_panel_name": "+尿液化学分析+沉渣分析(住院)",
"local_test_code": "A0390",
"test_name_raw": "*尿蛋白",
"raw_result": "+-",
"result_type": "semi_quantitative",
"result_type_origin": "derived_rule_v1",
"value_parse_status": "text_preserved",
"raw_unit": null,
"raw_unit_missing_reason": "source_placeholder_null",
"standard_result": null,
"standard_unit": null,
"conversion_rule_id": null,
"reference_range_raw": "阴性",
"reference_low": null,
"reference_high": null,
"reference_range_id": null,
"reference_parse_status": "raw_preserved_rule_unavailable",
"abnormal_flag_raw": "1",
"abnormal_flag": null,
"mapping_status": "unverified_code",
"mapping_rule_id": null,
"standard_test_code": null,
"standard_version": null,
"mapping_confidence": null,
"specimen_type_raw": "尿液",
"specimen_id": null,
"order_id": null,
"report_business_id": "RPT-0000001",
"event_id": null,
"report_version": null,
"superseded_event_id": null,
"collection_time": "2024-09-08 22:34:01",
"receipt_time": "2024-09-09 07:41:51",
"result_time": null,
"verification_time": null,
"report_issue_time": "2024-09-09 08:22:36",
"time_semantic": "collection_receipt_report_source_verified",
"time_quality_flag": "source_order_ok",
"test_method": null,
"test_method_source_raw": "NULL",
"test_method_missing_reason": "source_placeholder_null",
"instrument_model": null,
"instrument_model_source_raw": "NULL",
"instrument_model_missing_reason": "source_placeholder_null",
"missing_reason": null
},
{
"record_id": "RESULT-0000007",
"id_origin": "generated",
"patient_id": null,
"encounter_id": "ENC-0000001",
"local_panel_code": "JY141",
"local_panel_name": "+尿液化学分析+沉渣分析(住院)",
"local_test_code": "A0400",
"test_name_raw": "尿葡萄糖",
"raw_result": "-",
"result_type": "semi_quantitative",
"result_type_origin": "derived_rule_v1",
"value_parse_status": "text_preserved",
"raw_unit": null,
"raw_unit_missing_reason": "source_placeholder_null",
"standard_result": null,
"standard_unit": null,
"conversion_rule_id": null,
"reference_range_raw": "阴性",
"reference_low": null,
"reference_high": null,
"reference_range_id": null,
"reference_parse_status": "raw_preserved_rule_unavailable",
"abnormal_flag_raw": "1",
"abnormal_flag": null,
"mapping_status": "unverified_code",
"mapping_rule_id": null,
"standard_test_code": null,
"standard_version": null,
"mapping_confidence": null,
"specimen_type_raw": "尿液",
"specimen_id": null,
"order_id": null,
"report_business_id": "RPT-0000001",
"event_id": null,
"report_version": null,
"superseded_event_id": null,
"collection_time": "2024-09-08 22:34:01",
"receipt_time": "2024-09-09 07:41:51",
"result_time": null,
"verification_time": null,
"report_issue_time": "2024-09-09 08:22:36",
"time_semantic": "collection_receipt_report_source_verified",
"time_quality_flag": "source_order_ok",
"test_method": null,
"test_method_source_raw": "NULL",
"test_method_missing_reason": "source_placeholder_null",
"instrument_model": null,
"instrument_model_source_raw": "NULL",
"instrument_model_missing_reason": "source_placeholder_null",
"missing_reason": null
},
{
"record_id": "RESULT-0000008",
"id_origin": "generated",
"patient_id": null,
"encounter_id": "ENC-0000001",
"local_panel_code": "JY141",
"local_panel_name": "+尿液化学分析+沉渣分析(住院)",
"local_test_code": "A0410",
"test_name_raw": "*尿酮体",
"raw_result": "1+",
"result_type": "semi_quantitative",
"result_type_origin": "derived_rule_v1",
"value_parse_status": "text_preserved",
"raw_unit": null,
"raw_unit_missing_reason": "source_placeholder_null",
"standard_result": null,
"standard_unit": null,
"conversion_rule_id": null,
"reference_range_raw": "阴性",
"reference_low": null,
"reference_high": null,
"reference_range_id": null,
"reference_parse_status": "raw_preserved_rule_unavailable",
"abnormal_flag_raw": "1",
"abnormal_flag": null,
"mapping_status": "unverified_code",
"mapping_rule_id": null,
"standard_test_code": null,
"standard_version": null,
"mapping_confidence": null,
"specimen_type_raw": "尿液",
"specimen_id": null,
"order_id": null,
"report_business_id": "RPT-0000001",
"event_id": null,
"report_version": null,
"superseded_event_id": null,
"collection_time": "2024-09-08 22:34:01",
"receipt_time": "2024-09-09 07:41:51",
"result_time": null,
"verification_time": null,
"report_issue_time": "2024-09-09 08:22:36",
"time_semantic": "collection_receipt_report_source_verified",
"time_quality_flag": "source_order_ok",
"test_method": null,
"test_method_source_raw": "NULL",
"test_method_missing_reason": "source_placeholder_null",
"instrument_model": null,
"instrument_model_source_raw": "NULL",
"instrument_model_missing_reason": "source_placeholder_null",
"missing_reason": null
},
{
"record_id": "RESULT-0000009",
"id_origin": "generated",
"patient_id": null,
"encounter_id": "ENC-0000001",
"local_panel_code": "JY141",
"local_panel_name": "+尿液化学分析+沉渣分析(住院)",
"local_test_code": "A0420",
"test_name_raw": "*尿胆原",
"raw_result": "norm.",
"result_type": "text",
"result_type_origin": "derived_rule_v1",
"value_parse_status": "text_preserved",
"raw_unit": null,
"raw_unit_missing_reason": "source_placeholder_null",
"standard_result": null,
"standard_unit": null,
"conversion_rule_id": null,
"reference_range_raw": "阴性",
"reference_low": null,
"reference_high": null,
"reference_range_id": null,
"reference_parse_status": "raw_preserved_rule_unavailable",
"abnormal_flag_raw": "1",
"abnormal_flag": null,
"mapping_status": "unverified_code",
"mapping_rule_id": null,
"standard_test_code": null,
"standard_version": null,
"mapping_confidence": null,
"specimen_type_raw": "尿液",
"specimen_id": null,
"order_id": null,
"report_business_id": "RPT-0000001",
"event_id": null,
"report_version": null,
"superseded_event_id": null,
"collection_time": "2024-09-08 22:34:01",
"receipt_time": "2024-09-09 07:41:51",
"result_time": null,
"verification_time": null,
"report_issue_time": "2024-09-09 08:22:36",
"time_semantic": "collection_receipt_report_source_verified",
"time_quality_flag": "source_order_ok",
"test_method": null,
"test_method_source_raw": "NULL",
"test_method_missing_reason": "source_placeholder_null",
"instrument_model": null,
"instrument_model_source_raw": "NULL",
"instrument_model_missing_reason": "source_placeholder_null",
"missing_reason": null
},
{
"record_id": "RESULT-0000010",
"id_origin": "generated",
"patient_id": null,
"encounter_id": "ENC-0000001",
"local_panel_code": "JY141",
"local_panel_name": "+尿液化学分析+沉渣分析(住院)",
"local_test_code": "A0430",
"test_name_raw": "*尿胆红素",
"raw_result": "-",
"result_type": "semi_quantitative",
"result_type_origin": "derived_rule_v1",
"value_parse_status": "text_preserved",
"raw_unit": null,
"raw_unit_missing_reason": "source_placeholder_null",
"standard_result": null,
"standard_unit": null,
"conversion_rule_id": null,
"reference_range_raw": "阴性",
"reference_low": null,
"reference_high": null,
"reference_range_id": null,
"reference_parse_status": "raw_preserved_rule_unavailable",
"abnormal_flag_raw": "1",
"abnormal_flag": null,
"mapping_status": "unverified_code",
"mapping_rule_id": null,
"standard_test_code": null,
"standard_version": null,
"mapping_confidence": null,
"specimen_type_raw": "尿液",
"specimen_id": null,
"order_id": null,
"report_business_id": "RPT-0000001",
"event_id": null,
"report_version": null,
"superseded_event_id": null,
"collection_time": "2024-09-08 22:34:01",
"receipt_time": "2024-09-09 07:41:51",
"result_time": null,
"verification_time": null,
"report_issue_time": "2024-09-09 08:22:36",
"time_semantic": "collection_receipt_report_source_verified",
"time_quality_flag": "source_order_ok",
"test_method": null,
"test_method_source_raw": "NULL",
"test_method_missing_reason": "source_placeholder_null",
"instrument_model": null,
"instrument_model_source_raw": "NULL",
"instrument_model_missing_reason": "source_placeholder_null",
"missing_reason": null
},
{
"record_id": "RESULT-0000011",
"id_origin": "generated",
"patient_id": null,
"encounter_id": "ENC-0000001",
"local_panel_code": "JY141",
"local_panel_name": "+尿液化学分析+沉渣分析(住院)",
"local_test_code": "A0460",
"test_name_raw": "红细胞",
"raw_result": "0.00",
"result_type": "numeric",
"result_type_origin": "derived_rule_v1",
"value_parse_status": "numeric_parsed",
"raw_unit": "/ul",
"raw_unit_missing_reason": null,
"standard_result": null,
"standard_unit": null,
"conversion_rule_id": null,
"reference_range_raw": "0-25",
"reference_low": null,
"reference_high": null,
"reference_range_id": null,
"reference_parse_status": "raw_preserved_rule_unavailable",
"abnormal_flag_raw": "1",
"abnormal_flag": null,
"mapping_status": "unverified_code",
"mapping_rule_id": null,
"standard_test_code": null,
"standard_version": null,
"mapping_confidence": null,
"specimen_type_raw": "尿液",
"specimen_id": null,
"order_id": null,
"report_business_id": "RPT-0000001",
"event_id": null,
"report_version": null,
"superseded_event_id": null,
"collection_time": "2024-09-08 22:34:01",
"receipt_time": "2024-09-09 07:41:51",
"result_time": null,
"verification_time": null,
"report_issue_time": "2024-09-09 08:22:36",
"time_semantic": "collection_receipt_report_source_verified",
"time_quality_flag": "source_order_ok",
"test_method": null,
"test_method_source_raw": "NULL",
"test_method_missing_reason": "source_placeholder_null",
"instrument_model": null,
"instrument_model_source_raw": "NULL",
"instrument_model_missing_reason": "source_placeholder_null",
"missing_reason": null
},
{
"record_id": "RESULT-0000012",
"id_origin": "generated",
"patient_id": null,
"encounter_id": "ENC-0000001",
"local_panel_code": "JY141",
"local_panel_name": "+尿液化学分析+沉渣分析(住院)",
"local_test_code": "A0470",
"test_name_raw": "白细胞",
"raw_result": "0.00",
"result_type": "numeric",
"result_type_origin": "derived_rule_v1",
"value_parse_status": "numeric_parsed",
"raw_unit": "/ul",
"raw_unit_missing_reason": null,
"standard_result": null,
"standard_unit": null,
"conversion_rule_id": null,
"reference_range_raw": "0-25",
"reference_low": null,
"reference_high": null,
"reference_range_id": null,
"reference_parse_status": "raw_preserved_rule_unavailable",
"abnormal_flag_raw": "1",
"abnormal_flag": null,
"mapping_status": "unverified_code",
"mapping_rule_id": null,
"standard_test_code": null,
"standard_version": null,
"mapping_confidence": null,
"specimen_type_raw": "尿液",
"specimen_id": null,
"order_id": null,
"report_business_id": "RPT-0000001",
"event_id": null,
"report_version": null,
"superseded_event_id": null,
"collection_time": "2024-09-08 22:34:01",
"receipt_time": "2024-09-09 07:41:51",
"result_time": null,
"verification_time": null,
"report_issue_time": "2024-09-09 08:22:36",
"time_semantic": "collection_receipt_report_source_verified",
"time_quality_flag": "source_order_ok",
"test_method": null,
"test_method_source_raw": "NULL",
"test_method_missing_reason": "source_placeholder_null",
"instrument_model": null,
"instrument_model_source_raw": "NULL",
"instrument_model_missing_reason": "source_placeholder_null",
"missing_reason": null
},
{
"record_id": "RESULT-0000013",
"id_origin": "generated",
"patient_id": null,
"encounter_id": "ENC-0000001",
"local_panel_code": "JY141",
"local_panel_name": "+尿液化学分析+沉渣分析(住院)",
"local_test_code": "A0480",
"test_name_raw": "上皮细胞",
"raw_result": "0.00",
"result_type": "numeric",
"result_type_origin": "derived_rule_v1",
"value_parse_status": "numeric_parsed",
"raw_unit": "/ul",
"raw_unit_missing_reason": null,
"standard_result": null,
"standard_unit": null,
"conversion_rule_id": null,
"reference_range_raw": "2-10",
"reference_low": null,
"reference_high": null,
"reference_range_id": null,
"reference_parse_status": "raw_preserved_rule_unavailable",
"abnormal_flag_raw": "1",
"abnormal_flag": null,
"mapping_status": "unverified_code",
"mapping_rule_id": null,
"standard_test_code": null,
"standard_version": null,
"mapping_confidence": null,
"specimen_type_raw": "尿液",
"specimen_id": null,
"order_id": null,
"report_business_id": "RPT-0000001",
"event_id": null,
"report_version": null,
"superseded_event_id": null,
"collection_time": "2024-09-08 22:34:01",
"receipt_time": "2024-09-09 07:41:51",
"result_time": null,
"verification_time": null,
"report_issue_time": "2024-09-09 08:22:36",
"time_semantic": "collection_receipt_report_source_verified",
"time_quality_flag": "source_order_ok",
"test_method": null,
"test_method_source_raw": "NULL",
"test_method_missing_reason": "source_placeholder_null",
"instrument_model": null,
"instrument_model_source_raw": "NULL",
"instrument_model_missing_reason": "source_placeholder_null",
"missing_reason": null
},
{
"record_id": "RESULT-0000014",
"id_origin": "generated",
"patient_id": null,
"encounter_id": "ENC-0000001",
"local_panel_code": "JY141",
"local_panel_name": "+尿液化学分析+沉渣分析(住院)",
"local_test_code": "A0490",
"test_name_raw": "管型",
"raw_result": "0.00",
"result_type": "numeric",
"result_type_origin": "derived_rule_v1",
"value_parse_status": "numeric_parsed",
"raw_unit": "/ul",
"raw_unit_missing_reason": null,
"standard_result": null,
"standard_unit": null,
"conversion_rule_id": null,
"reference_range_raw": "0-2",
"reference_low": null,
"reference_high": null,
"reference_range_id": null,
"reference_parse_status": "raw_preserved_rule_unavailable",
"abnormal_flag_raw": "1",
"abnormal_flag": null,
"mapping_status": "unverified_code",
"mapping_rule_id": null,
"standard_test_code": null,
"standard_version": null,
"mapping_confidence": null,
"specimen_type_raw": "尿液",
"specimen_id": null,
"order_id": null,
"report_business_id": "RPT-0000001",
"event_id": null,
"report_version": null,
"superseded_event_id": null,
"collection_time": "2024-09-08 22:34:01",
"receipt_time": "2024-09-09 07:41:51",
"result_time": null,
"verification_time": null,
"report_issue_time": "2024-09-09 08:22:36",
"time_semantic": "collection_receipt_report_source_verified",
"time_quality_flag": "source_order_ok",
"test_method": null,
"test_method_source_raw": "NULL",
"test_method_missing_reason": "source_placeholder_null",
"instrument_model": null,
"instrument_model_source_raw": "NULL",
"instrument_model_missing_reason": "source_placeholder_null",
"missing_reason": null
},
{
"record_id": "RESULT-0000015",
"id_origin": "generated",
"patient_id": null,
"encounter_id": "ENC-0000001",
"local_panel_code": "JY141",
"local_panel_name": "+尿液化学分析+沉渣分析(住院)",
"local_test_code": "A0500",
"test_name_raw": "细菌",
"raw_result": "0.00",
"result_type": "numeric",
"result_type_origin": "derived_rule_v1",
"value_parse_status": "numeric_parsed",
"raw_unit": "/ul",
"raw_unit_missing_reason": null,
"standard_result": null,
"standard_unit": null,
"conversion_rule_id": null,
"reference_range_raw": null,
"reference_low": null,
"reference_high": null,
"reference_range_id": null,
"reference_parse_status": "raw_preserved_rule_unavailable",
"abnormal_flag_raw": "1",
"abnormal_flag": null,
"mapping_status": "unverified_code",
"mapping_rule_id": null,
"standard_test_code": null,
"standard_version": null,
"mapping_confidence": null,
"specimen_type_raw": "尿液",
"specimen_id": null,
"order_id": null,
"report_business_id": "RPT-0000001",
"event_id": null,
"report_version": null,
"superseded_event_id": null,
"collection_time": "2024-09-08 22:34:01",
"receipt_time": "2024-09-09 07:41:51",
"result_time": null,
"verification_time": null,
"report_issue_time": "2024-09-09 08:22:36",
"time_semantic": "collection_receipt_report_source_verified",
"time_quality_flag": "source_order_ok",
"test_method": null,
"test_method_source_raw": "NULL",
"test_method_missing_reason": "source_placeholder_null",
"instrument_model": null,
"instrument_model_source_raw": "NULL",
"instrument_model_missing_reason": "source_placeholder_null",
"missing_reason": null
},
{
"record_id": "RESULT-0000016",
"id_origin": "generated",
"patient_id": null,
"encounter_id": "ENC-0000001",
"local_panel_code": "JY141",
"local_panel_name": "+尿液化学分析+沉渣分析(住院)",
"local_test_code": "A0510",
"test_name_raw": "病理管型",
"raw_result": "0.00",
"result_type": "numeric",
"result_type_origin": "derived_rule_v1",
"value_parse_status": "numeric_parsed",
"raw_unit": "/LP",
"raw_unit_missing_reason": null,
"standard_result": null,
"standard_unit": null,
"conversion_rule_id": null,
"reference_range_raw": ">0",
"reference_low": null,
"reference_high": null,
"reference_range_id": null,
"reference_parse_status": "raw_preserved_rule_unavailable",
"abnormal_flag_raw": "1",
"abnormal_flag": null,
"mapping_status": "unverified_code",
"mapping_rule_id": null,
"standard_test_code": null,
"standard_version": null,
"mapping_confidence": null,
"specimen_type_raw": "尿液",
"specimen_id": null,
"order_id": null,
"report_business_id": "RPT-0000001",
"event_id": null,
"report_version": null,
"superseded_event_id": null,
"collection_time": "2024-09-08 22:34:01",
"receipt_time": "2024-09-09 07:41:51",
"result_time": null,
"verification_time": null,
"report_issue_time": "2024-09-09 08:22:36",
"time_semantic": "collection_receipt_report_source_verified",
"time_quality_flag": "source_order_ok",
"test_method": null,
"test_method_source_raw": "NULL",
"test_method_missing_reason": "source_placeholder_null",
"instrument_model": null,
"instrument_model_source_raw": "NULL",
"instrument_model_missing_reason": "source_placeholder_null",
"missing_reason": null
},
{
"record_id": "RESULT-0000017",
"id_origin": "generated",
"patient_id": null,
"encounter_id": "ENC-0000001",
"local_panel_code": "JY141",
"local_panel_name": "+尿液化学分析+沉渣分析(住院)",
"local_test_code": "A0520",
"test_name_raw": "结晶",
"raw_result": "0.00",
"result_type": "numeric",
"result_type_origin": "derived_rule_v1",
"value_parse_status": "numeric_parsed",
"raw_unit": "/ul",
"raw_unit_missing_reason": null,
"standard_result": null,
"standard_unit": null,
"conversion_rule_id": null,
"reference_range_raw": "0-10",
"reference_low": null,
"reference_high": null,
"reference_range_id": null,
"reference_parse_status": "raw_preserved_rule_unavailable",
"abnormal_flag_raw": "1",
"abnormal_flag": null,
"mapping_status": "unverified_code",
"mapping_rule_id": null,
"standard_test_code": null,
"standard_version": null,
"mapping_confidence": null,
"specimen_type_raw": "尿液",
"specimen_id": null,
"order_id": null,
"report_business_id": "RPT-0000001",
"event_id": null,
"report_version": null,
"superseded_event_id": null,
"collection_time": "2024-09-08 22:34:01",
"receipt_time": "2024-09-09 07:41:51",
"result_time": null,
"verification_time": null,
"report_issue_time": "2024-09-09 08:22:36",
"time_semantic": "collection_receipt_report_source_verified",
"time_quality_flag": "source_order_ok",
"test_method": null,
"test_method_source_raw": "NULL",
"test_method_missing_reason": "source_placeholder_null",
"instrument_model": null,
"instrument_model_source_raw": "NULL",
"instrument_model_missing_reason": "source_placeholder_null",
"missing_reason": null
},
{
"record_id": "RESULT-0000018",
"id_origin": "generated",
"patient_id": null,
"encounter_id": "ENC-0000001",
"local_panel_code": "JY141",
"local_panel_name": "+尿液化学分析+沉渣分析(住院)",
"local_test_code": "A0560",
"test_name_raw": "RBC(高倍视野)",
"raw_result": "0.0",
"result_type": "numeric",
"result_type_origin": "derived_rule_v1",
"value_parse_status": "numeric_parsed",
"raw_unit": "/HP",
"raw_unit_missing_reason": null,
"standard_result": null,
"standard_unit": null,
"conversion_rule_id": null,
"reference_range_raw": "0-3",
"reference_low": null,
"reference_high": null,
"reference_range_id": null,
"reference_parse_status": "raw_preserved_rule_unavailable",
"abnormal_flag_raw": "1",
"abnormal_flag": null,
"mapping_status": "unverified_code",
"mapping_rule_id": null,
"standard_test_code": null,
"standard_version": null,
"mapping_confidence": null,
"specimen_type_raw": "尿液",
"specimen_id": null,
"order_id": null,
"report_business_id": "RPT-0000001",
"event_id": null,
"report_version": null,
"superseded_event_id": null,
"collection_time": "2024-09-08 22:34:01",
"receipt_time": "2024-09-09 07:41:51",
"result_time": null,
"verification_time": null,
"report_issue_time": "2024-09-09 08:22:36",
"time_semantic": "collection_receipt_report_source_verified",
"time_quality_flag": "source_order_ok",
"test_method": null,
"test_method_source_raw": "NULL",
"test_method_missing_reason": "source_placeholder_null",
"instrument_model": null,
"instrument_model_source_raw": "NULL",
"instrument_model_missing_reason": "source_placeholder_null",
"missing_reason": null
},
{
"record_id": "RESULT-0000019",
"id_origin": "generated",
"patient_id": null,
"encounter_id": "ENC-0000001",
"local_panel_code": "JY141",
"local_panel_name": "+尿液化学分析+沉渣分析(住院)",
"local_test_code": "A0570",
"test_name_raw": "WBC(高倍视野)",
"raw_result": "0.0",
"result_type": "numeric",
"result_type_origin": "derived_rule_v1",
"value_parse_status": "numeric_parsed",
"raw_unit": "/HP",
"raw_unit_missing_reason": null,
"standard_result": null,
"standard_unit": null,
"conversion_rule_id": null,
"reference_range_raw": "0-5",
"reference_low": null,
"reference_high": null,
"reference_range_id": null,
"reference_parse_status": "raw_preserved_rule_unavailable",
"abnormal_flag_raw": "1",
"abnormal_flag": null,
"mapping_status": "unverified_code",
"mapping_rule_id": null,
"standard_test_code": null,
"standard_version": null,
"mapping_confidence": null,
"specimen_type_raw": "尿液",
"specimen_id": null,
"order_id": null,
"report_business_id": "RPT-0000001",
"event_id": null,
"report_version": null,
"superseded_event_id": null,
"collection_time": "2024-09-08 22:34:01",
"receipt_time": "2024-09-09 07:41:51",
"result_time": null,
"verification_time": null,
"report_issue_time": "2024-09-09 08:22:36",
"time_semantic": "collection_receipt_report_source_verified",
"time_quality_flag": "source_order_ok",
"test_method": null,
"test_method_source_raw": "NULL",
"test_method_missing_reason": "source_placeholder_null",
"instrument_model": null,
"instrument_model_source_raw": "NULL",
"instrument_model_missing_reason": "source_placeholder_null",
"missing_reason": null
},
{
"record_id": "RESULT-0000020",
"id_origin": "generated",
"patient_id": null,
"encounter_id": "ENC-0000001",
"local_panel_code": "JY141",
"local_panel_name": "+尿液化学分析+沉渣分析(住院)",
"local_test_code": "A0580",
"test_name_raw": "BACT(高倍视野)",
"raw_result": "0.0",
"result_type": "numeric",
"result_type_origin": "derived_rule_v1",
"value_parse_status": "numeric_parsed",
"raw_unit": "/LHP",
"raw_unit_missing_reason": null,
"standard_result": null,
"standard_unit": null,
"conversion_rule_id": null,
"reference_range_raw": null,
"reference_low": null,
"reference_high": null,
"reference_range_id": null,
"reference_parse_status": "raw_preserved_rule_unavailable",
"abnormal_flag_raw": "1",
"abnormal_flag": null,
"mapping_status": "unverified_code",
"mapping_rule_id": null,
"standard_test_code": null,
"standard_version": null,
"mapping_confidence": null,
"specimen_type_raw": "尿液",
"specimen_id": null,
"order_id": null,
"report_business_id": "RPT-0000001",
"event_id": null,
"report_version": null,
"superseded_event_id": null,
"collection_time": "2024-09-08 22:34:01",
"receipt_time": "2024-09-09 07:41:51",
"result_time": null,
"verification_time": null,
"report_issue_time": "2024-09-09 08:22:36",
"time_semantic": "collection_receipt_report_source_verified",
"time_quality_flag": "source_order_ok",
"test_method": null,
"test_method_source_raw": "NULL",
"test_method_missing_reason": "source_placeholder_null",
"instrument_model": null,
"instrument_model_source_raw": "NULL",
"instrument_model_missing_reason": "source_placeholder_null",
"missing_reason": null
},
{
"record_id": "RESULT-0000021",
"id_origin": "generated",
"patient_id": null,
"encounter_id": "ENC-0000001",
"local_panel_code": "JY141",
"local_panel_name": "+尿液化学分析+沉渣分析(住院)",
"local_test_code": "A0740",
"test_name_raw": "EC(高倍视野)",
"raw_result": "0.0",
"result_type": "numeric",
"result_type_origin": "derived_rule_v1",
"value_parse_status": "numeric_parsed",
"raw_unit": "/HP",
"raw_unit_missing_reason": null,
"standard_result": null,
"standard_unit": null,
"conversion_rule_id": null,
"reference_range_raw": "0-7",
"reference_low": null,
"reference_high": null,
"reference_range_id": null,
"reference_parse_status": "raw_preserved_rule_unavailable",
"abnormal_flag_raw": "1",
"abnormal_flag": null,
"mapping_status": "unverified_code",
"mapping_rule_id": null,
"standard_test_code": null,
"standard_version": null,
"mapping_confidence": null,
"specimen_type_raw": "尿液",
"specimen_id": null,
"order_id": null,
"report_business_id": "RPT-0000001",
"event_id": null,
"report_version": null,
"superseded_event_id": null,
"collection_time": "2024-09-08 22:34:01",
"receipt_time": "2024-09-09 07:41:51",
"result_time": null,
"verification_time": null,
"report_issue_time": "2024-09-09 08:22:36",
"time_semantic": "collection_receipt_report_source_verified",
"time_quality_flag": "source_order_ok",
"test_method": null,
"test_method_source_raw": "NULL",
"test_method_missing_reason": "source_placeholder_null",
"instrument_model": null,
"instrument_model_source_raw": "NULL",
"instrument_model_missing_reason": "source_placeholder_null",
"missing_reason": null
},
{
"record_id": "RESULT-0000022",
"id_origin": "generated",
"patient_id": null,
"encounter_id": "ENC-0000001",
"local_panel_code": "JY141",
"local_panel_name": "+尿液化学分析+沉渣分析(住院)",
"local_test_code": "A0750",
"test_name_raw": "CAST(低倍视野)",
"raw_result": "0.0",
"result_type": "numeric",
"result_type_origin": "derived_rule_v1",
"value_parse_status": "numeric_parsed",
"raw_unit": "/LP",
"raw_unit_missing_reason": null,
"standard_result": null,
"standard_unit": null,
"conversion_rule_id": null,
"reference_range_raw": null,
"reference_low": null,
"reference_high": null,
"reference_range_id": null,
"reference_parse_status": "raw_preserved_rule_unavailable",
"abnormal_flag_raw": "1",
"abnormal_flag": null,
"mapping_status": "unverified_code",
"mapping_rule_id": null,
"standard_test_code": null,
"standard_version": null,
"mapping_confidence": null,
"specimen_type_raw": "尿液",
"specimen_id": null,
"order_id": null,
"report_business_id": "RPT-0000001",
"event_id": null,
"report_version": null,
"superseded_event_id": null,
"collection_time": "2024-09-08 22:34:01",
"receipt_time": "2024-09-09 07:41:51",
"result_time": null,
"verification_time": null,
"report_issue_time": "2024-09-09 08:22:36",
"time_semantic": "collection_receipt_report_source_verified",
"time_quality_flag": "source_order_ok",
"test_method": null,
"test_method_source_raw": "NULL",
"test_method_missing_reason": "source_placeholder_null",
"instrument_model": null,
"instrument_model_source_raw": "NULL",
"instrument_model_missing_reason": "source_placeholder_null",
"missing_reason": null
},
{
"record_id": "RESULT-0000023",
"id_origin": "generated",
"patient_id": null,
"encounter_id": "ENC-0000001",
"local_panel_code": "JY141",
"local_panel_name": "+尿液化学分析+沉渣分析(住院)",
"local_test_code": "A1990",
"test_name_raw": "维生素C",
"raw_result": "3+",
"result_type": "semi_quantitative",
"result_type_origin": "derived_rule_v1",
"value_parse_status": "text_preserved",
"raw_unit": null,
"raw_unit_missing_reason": "source_placeholder_null",
"standard_result": null,
"standard_unit": null,
"conversion_rule_id": null,
"reference_range_raw": "-",
"reference_low": null,
"reference_high": null,
"reference_range_id": null,
"reference_parse_status": "raw_preserved_rule_unavailable",
"abnormal_flag_raw": "1",
"abnormal_flag": null,
"mapping_status": "unverified_code",
"mapping_rule_id": null,
"standard_test_code": null,
"standard_version": null,
"mapping_confidence": null,
"specimen_type_raw": "尿液",
"specimen_id": null,
"order_id": null,
"report_business_id": "RPT-0000001",
"event_id": null,
"report_version": null,
"superseded_event_id": null,
"collection_time": "2024-09-08 22:34:01",
"receipt_time": "2024-09-09 07:41:51",
"result_time": null,
"verification_time": null,
"report_issue_time": "2024-09-09 08:22:36",
"time_semantic": "collection_receipt_report_source_verified",
"time_quality_flag": "source_order_ok",
"test_method": null,
"test_method_source_raw": "NULL",
"test_method_missing_reason": "source_placeholder_null",
"instrument_model": null,
"instrument_model_source_raw": "NULL",
"instrument_model_missing_reason": "source_placeholder_null",
"missing_reason": null
},
{
"record_id": "RESULT-0000024",
"id_origin": "generated",
"patient_id": null,
"encounter_id": "ENC-0000001",
"local_panel_code": "JY141",
"local_panel_name": "+尿液化学分析+沉渣分析(住院)",
"local_test_code": "A2110",
"test_name_raw": "脓细胞",
"raw_result": "0.0",
"result_type": "numeric",
"result_type_origin": "derived_rule_v1",
"value_parse_status": "numeric_parsed",
"raw_unit": "/ul",
"raw_unit_missing_reason": null,
"standard_result": null,
"standard_unit": null,
"conversion_rule_id": null,
"reference_range_raw": "0-2",
"reference_low": null,
"reference_high": null,
"reference_range_id": null,
"reference_parse_status": "raw_preserved_rule_unavailable",
"abnormal_flag_raw": "1",
"abnormal_flag": null,
"mapping_status": "unverified_code",
"mapping_rule_id": null,
"standard_test_code": null,
"standard_version": null,
"mapping_confidence": null,
"specimen_type_raw": "尿液",
"specimen_id": null,
"order_id": null,
"report_business_id": "RPT-0000001",
"event_id": null,
"report_version": null,
"superseded_event_id": null,
"collection_time": "2024-09-08 22:34:01",
"receipt_time": "2024-09-09 07:41:51",
"result_time": null,
"verification_time": null,
"report_issue_time": "2024-09-09 08:22:36",
"time_semantic": "collection_receipt_report_source_verified",
"time_quality_flag": "source_order_ok",
"test_method": null,
"test_method_source_raw": "NULL",
"test_method_missing_reason": "source_placeholder_null",
"instrument_model": null,
"instrument_model_source_raw": "NULL",
"instrument_model_missing_reason": "source_placeholder_null",
"missing_reason": null
},
{
"record_id": "RESULT-0000025",
"id_origin": "generated",
"patient_id": null,
"encounter_id": "ENC-0000001",
"local_panel_code": "JY141",
"local_panel_name": "+尿液化学分析+沉渣分析(住院)",
"local_test_code": "A2120",
"test_name_raw": "粘液丝",
"raw_result": "未见",
"result_type": "qualitative",
"result_type_origin": "derived_rule_v1",
"value_parse_status": "text_preserved",
"raw_unit": "/ul",
"raw_unit_missing_reason": null,
"standard_result": null,
"standard_unit": null,
"conversion_rule_id": null,
"reference_range_raw": "0-300",
"reference_low": null,
"reference_high": null,
"reference_range_id": null,
"reference_parse_status": "raw_preserved_rule_unavailable",
"abnormal_flag_raw": "1",
"abnormal_flag": null,
"mapping_status": "unverified_code",
"mapping_rule_id": null,
"standard_test_code": null,
"standard_version": null,
"mapping_confidence": null,
"specimen_type_raw": "尿液",
"specimen_id": null,
"order_id": null,
"report_business_id": "RPT-0000001",
"event_id": null,
"report_version": null,
"superseded_event_id": null,
"collection_time": "2024-09-08 22:34:01",
"receipt_time": "2024-09-09 07:41:51",
"result_time": null,
"verification_time": null,
"report_issue_time": "2024-09-09 08:22:36",
"time_semantic": "collection_receipt_report_source_verified",
"time_quality_flag": "source_order_ok",
"test_method": null,
"test_method_source_raw": "NULL",
"test_method_missing_reason": "source_placeholder_null",
"instrument_model": null,
"instrument_model_source_raw": "NULL",
"instrument_model_missing_reason": "source_placeholder_null",
"missing_reason": null
},
{
"record_id": "RESULT-0000026",
"id_origin": "generated",
"patient_id": null,
"encounter_id": "ENC-0000001",
"local_panel_code": "JY141",
"local_panel_name": "+尿液化学分析+沉渣分析(住院)",
"local_test_code": "A9999",
"test_name_raw": "备注",
"raw_result": null,
"result_type": "unknown",
"result_type_origin": "derived_rule_v1",
"value_parse_status": "source_placeholder_null",
"raw_unit": null,
"raw_unit_missing_reason": "source_placeholder_null",
"standard_result": null,
"standard_unit": null,
"conversion_rule_id": null,
"reference_range_raw": null,
"reference_low": null,
"reference_high": null,
"reference_range_id": null,
"reference_parse_status": "raw_preserved_rule_unavailable",
"abnormal_flag_raw": "1",
"abnormal_flag": null,
"mapping_status": "unverified_code",
"mapping_rule_id": null,
"standard_test_code": null,
"standard_version": null,
"mapping_confidence": null,
"specimen_type_raw": "尿液",
"specimen_id": null,
"order_id": null,
"report_business_id": "RPT-0000001",
"event_id": null,
"report_version": null,
"superseded_event_id": null,
"collection_time": "2024-09-08 22:34:01",
"receipt_time": "2024-09-09 07:41:51",
"result_time": null,
"verification_time": null,
"report_issue_time": "2024-09-09 08:22:36",
"time_semantic": "collection_receipt_report_source_verified",
"time_quality_flag": "source_order_ok",
"test_method": null,
"test_method_source_raw": "NULL",
"test_method_missing_reason": "source_placeholder_null",
"instrument_model": null,
"instrument_model_source_raw": "NULL",
"instrument_model_missing_reason": "source_placeholder_null",
"missing_reason": "source_placeholder_null"
}
]
}