AuDigitalHealth / ci-fhir-r4

Working drafts of HL7™ FHIR® Release 4 (R4) artefacts authored and maintained by the Informatics Architecture team at the Australian Digital Health Agency.
Other
14 stars 3 forks source link

Other Diagnostic Report Example - Echocardiography Report (MHR) #93

Closed davidmckillop closed 4 years ago

davidmckillop commented 4 years ago

Prerequisites

The feature

Change description

This example of a "Echocardiography Report" is to present a specialist and other diagnostic report with some meta data and an attached pdf. This report is a representation of a report issued by a diagnostic service provider with key supporting elements of clinical relevance for the electronic exchange of a specialist and other diagnostic reports between healthcare providers and the My Health Record system infrastructure in Australia.

What it actually enables people to do

This example will enable developers to view the structure and content of a suitable specialist and other diagnostic report with key supporting elements and an attached pdf that is suitable for the electronic exchange of a specialist and other diagnostic reports between healthcare providers and the My Health Record system infrastructure in Australia.

Mockups

If applicable, add screenshots or mockups to help explain the issue / feature.

How awesome would it be?

Many developers find examples useful especially if one similar to their use case can be found i.e. the more and varied examples the better.

Workarounds

A developer could always read the specification and Diagnostics implementation guide and develop their own content.

Additional context

Add any other context or links about the issue or feature here, e.g. replicate this page over here in this context.

dtr-agency commented 4 years ago

Had initial discussion with product owner on direction of story. Some edits made to description to match current path. This will be progressed in parallel with the Atomic scenario #94

The MHR and Atomic will be two flavours of the exact same report. So for elements included in both the same exact value is expected - there will be three main differences:

dtr-agency commented 4 years ago

Pre-existing that will be used: Patient (mhr-zhang-wei) and Organization (nsw-hospital) and PractitionerRole (nsw-gp)

Created the following to be added to the examples folder to be used in this (and other examples if useful)

And the actual clinical stuff to go: 1 Bundle, 1 Composition, 1 DiagnosticReport, 1 ServiceRequest, and probably only one Observation representing the echocardiography procedure and not its individual component parts. Also likely ImagingStudy?

dtr-agency commented 4 years ago

Created MHR example using Bundle type=document with a Composition as the grouper. Bundle is of an earlier authored document recently packaged into Bundle for exchange.

Example is an attempt to get as close as possible to the sample PDF available: G:\NEHTA Projects\CI\FHIR\FHIR IG\Diagnostics\Other-Daignostics\Cardiology\Echocardiography-report.pdf. See internal design page as linked above (https://confluence.digitalhealth.gov.au/pages/viewpage.action?pageId=134680448).

Bundle contains:

Composition.text demonstrates a MHR style rendering with a link off to PDF in our GitHub - workaround due to #74.

dtr-agency commented 4 years ago

Ready for product owner walkthrough.

dtr-agency commented 4 years ago

Product owner okayed content in principle - will perform internal review at same time as independent reviewer. Waiting on merge of atomic other diag fixes to put out for review.

dtr-agency commented 4 years ago

Sent for internal review with @davidmckillop (Product owner) and @RichardTON.

dtr-agency commented 4 years ago

Merged, rebuilt, pushed to GitHub.