Creating DiagnosticReports with contained Observations

15 views
Skip to first unread message
Assigned to Fenil....@cerner.com by me

Roche SmartTesting

unread,
Jan 5, 2022, 11:51:47 AM1/5/22
to Cerner FHIR Developers
Hello Cerner!

We're trying to build a SOF app that can read Diagnostic Reports containing Observations (as a test panel) that have linked member Observations that act as components. To do so, we are in need of being able to store FHIR structures (specifically DiagnosticReports) in any version (R4 or DSTU2) and to do a GET on the same

Can you please tell us whether the Cerner sandbox supports creation of DiagnosticReports with contained Observations as shown in the structure below

The structure would roughly appear as shown below:

{
"resourceType":"DiagnosticReport"
"id": "id_DiagnosticReport",
"identifier": "identifier_DiagnosticReport",
<other fields>...
 "contained": [
    {
       "resourceType":"Observation"
            {
                "id": "id_Panel_Observation",
                "identifier": "identifier_Panel_Observation",
                "category": "laboratory",
                <other fields>...
                "hasMember":"Observation/id_Member_Observation1",
                "hasMember":"Observation/id_Member_Observation2"
            },
       "resourceType":"Observation"
            {
                "id": "id_Member_Observation1",
                "identifier": "identifier_Member_Observation1",
                "category": "laboratory",
                <other fields such as "value">...
            },
       "resourceType":"Observation"
            {
                "id": "id_Member_Observation2",
                "identifier": "identifier_Member_Observation2",
                "category": "laboratory",
                <other fields such as "value">...
            }
         }
       ]
   }

Fenil Desani (Cerner)

unread,
Jan 5, 2022, 1:20:12 PM1/5/22
to Cerner FHIR Developers
Hello,

Cerner does not support DiagnosticReport Writes as of today.

Thanks,
Fenil

Roche SmartTesting

unread,
Jan 5, 2022, 1:23:07 PM1/5/22
to cerner-fhir...@googlegroups.com
Thank you Fenil for your fast turnaround!

Would it be possible for Cerner to enable writes through backend Cerner tools?

Thank you for your consideration!

--
You received this message because you are subscribed to a topic in the Google Groups "Cerner FHIR Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/cerner-fhir-developers/zK_t9LiVUVo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to cerner-fhir-devel...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cerner-fhir-developers/dda7b1ec-17a0-4e31-b043-9a41e5869c49n%40googlegroups.com.

Fenil Desani (Cerner)

unread,
Jan 5, 2022, 1:32:58 PM1/5/22
to Cerner FHIR Developers
Not through the means of FHIR. There might be other tools but those are outside the realm of this group.
Reply all
Reply to author
Forward
0 new messages