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

Pathology Report example - Full Blood Count plus ESR (MHR) #76

Closed davidmckillop closed 3 years ago

davidmckillop commented 4 years ago

Prerequisites

The feature

Change description

This example of a "Full Blood Count plus ESR" report is to present a pathology 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 pathology 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 pathology report with key supporting elements and an attached pdf that is suitable for the electronic exchange of pathology 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

This example has 2 separate orderable tests with the Full Blood Count being a panel of tests and the ESR being a single test where both orderables are reported on the Full Blood Count report.

dtr-agency commented 4 years ago

The MHR and Atomic (#77) 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

Created MHR example using Bundle type=document with a Composition as the grouper.

Example uses the example report G:\NEHTA Projects\CI\FHIR\FHIR IG\Diagnostics\Pathology\Examples\FBC-attachment replacing (as directed) all the entities. Also corrected one of the values in the attachment to match the accompanying G:\NEHTA Projects\CI\FHIR\FHIR IG\Diagnostics\Pathology\Examples\FBC-atomic.

This use cases shows a single report with two primary observations: a FBC with an ESR.

Bundle (b49df1b2-b717-4d81-a140-7f16a334999b) 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

Moving to internal review with @robeastwood-agency

dtr-agency commented 4 years ago

Product owner okay in principle. Moving to internal review with @robeastwood-agency.

dtr-agency commented 4 years ago

Quick review completed and fixes confirmed.

robeastwood-agency commented 4 years ago

Internal review carried out with a handful of updates being made. Ready for merging into master branch.

dtr-agency commented 4 years ago

Merged, rebuilt, pushed to GitHub.