Lab Networks

In addition to the lab data obtained from our EHR networks, Zus offers access to the Quest Health nationwide network for 2 years of lab result history and proactive notification of new lab results.

Lab Events

When sample patient John undergoes a lipid panel test, new resources are added to his patient profile in Zus as soon as the results come in. We'd expect to see the following diagnostic report, with references to each test result as an Observation resource:

{
    "resourceType": "DiagnosticReport",
    "id": "6c03ccbb-9ce2-4c36-9172-68067047a4fbVERSION1",
    
    "code": {
        "coding": [
            {
                "code": "2600000334",
                "display": "CHOLESTEROL, TOTAL"
            },
            {
                "system": "http://www.ama-assn.org/go/cpt",
                "code": "80061"
            }
        ]
    },
    "subject": {
        "reference": "Patient/28b2fb19-7625-47f4-9fe2-6075eb0262a3",
        "type": "Patient"
    },
    "effectiveDateTime": "2022-11-11",
    "issued": "2022-11-23T05:36:00.000Z",
    "performer": [
        {
            "reference": "Practitioner/b0386767-c02b-4512-919f-9fff9843e599",
            "type": "Practitioner"
        }
    ],
    "result": [
        {
            "reference": "Observation/60ccfa37-aa1e-4b39-bfe7-2dbd91d16fdc",
            "type": "Observation"
        },
        {
            "reference": "Observation/fc6f58b6-b073-4036-98c8-e8914e26321e",
            "type": "Observation"
        },
        {
            "reference": "Observation/75cf31ae-d245-4660-8cf4-87e0d376302e",
            "type": "Observation"
        }
    ]
}