Skip to content

Instantly share code, notes, and snippets.

@mushonnip
Last active June 3, 2023 03:02
Show Gist options
  • Save mushonnip/ad022c85b491c6f192e1a7fcc42cfb52 to your computer and use it in GitHub Desktop.
Save mushonnip/ad022c85b491c6f192e1a7fcc42cfb52 to your computer and use it in GitHub Desktop.
{
"pattern": "order_result",
"data": {
"Instrument": {
"IdInstrument": 2,
"NamaInstrument": "CobasC111",
"Type": "ASTM",
"Mode": "REALTIME"
},
"Patient": {
"No": "1684116155996",
"FirstName": "fitri",
"LastName": "",
"MiddleName": "",
"Sex": "M",
"DateOfBirth": null,
"DoctorName": "",
"WardName": ""
},
"Sample": {
"SampleId": "150523000202",
"SampleIdType": "",
"SampleRole": "",
"SampleType": "",
"SampleCondition": "",
"SampleContainerType": "",
"SequenceNo": "",
"PreDilutionCode": "",
"RackId": "",
"RackPosition": "",
"CollectionDateTime": null
},
"OrderResults": [
{
"DateReported": "2023-05-09T13:01:11",
"Results": [
{
"ResultType": "",
"Code": "798",
"Value": "111.34",
"ValueType": "",
"Unit": "mg/dL",
"RefRange": "",
"Flags": "",
"TestStarted": null,
"TestCompleted": null
}
],
"OrderNo": "",
"OrderControl": "",
"OrderStatus": "",
"TestCode": "798",
"TestNo": "",
"Priority": "",
"DateOrdered": null,
"DilutionRatio": "",
"AutoDilutionFactor": "",
"ReqInfoStatusCodes": "",
"ReportType": ""
},
{
"DateReported": "2023-05-09T13:01:11",
"Results": [
{
"ResultType": "",
"Code": "767",
"Value": "222",
"ValueType": "",
"Unit": "mg/dL",
"RefRange": "",
"Flags": "",
"TestStarted": null,
"TestCompleted": null
}
],
"OrderNo": "",
"OrderControl": "",
"OrderStatus": "",
"TestCode": "767",
"TestNo": "",
"Priority": "",
"DateOrdered": null,
"DilutionRatio": "",
"AutoDilutionFactor": "",
"ReqInfoStatusCodes": "",
"ReportType": ""
},
{
"DateReported": "2023-05-09T13:01:11",
"Results": [
{
"ResultType": "",
"Code": "454",
"Value": "333.32",
"ValueType": "",
"Unit": "mg/dL",
"RefRange": "",
"Flags": "",
"TestStarted": null,
"TestCompleted": null
}
],
"OrderNo": "",
"OrderControl": "",
"OrderStatus": "",
"TestCode": "454",
"TestNo": "",
"Priority": "",
"DateOrdered": null,
"DilutionRatio": "",
"AutoDilutionFactor": "",
"ReqInfoStatusCodes": "",
"ReportType": ""
},
{
"DateReported": "2023-05-09T13:01:11",
"Results": [
{
"ResultType": "",
"Code": "552",
"Value": "444.45",
"ValueType": "",
"Unit": "mg/dL",
"RefRange": "",
"Flags": "",
"TestStarted": null,
"TestCompleted": null
}
],
"OrderNo": "",
"OrderControl": "",
"OrderStatus": "",
"TestCode": "552",
"TestNo": "",
"Priority": "",
"DateOrdered": null,
"DilutionRatio": "",
"AutoDilutionFactor": "",
"ReqInfoStatusCodes": "",
"ReportType": ""
},
{
"DateReported": "2023-05-09T13:01:11",
"Results": [
{
"ResultType": "",
"Code": "781",
"Value": "555.91",
"ValueType": "",
"Unit": "mg/dL",
"RefRange": "",
"Flags": "",
"TestStarted": null,
"TestCompleted": null
}
],
"OrderNo": "",
"OrderControl": "",
"OrderStatus": "",
"TestCode": "781",
"TestNo": "",
"Priority": "",
"DateOrdered": null,
"DilutionRatio": "",
"AutoDilutionFactor": "",
"ReqInfoStatusCodes": "",
"ReportType": ""
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment