Open Source NEWS2 UI components from The Christie Hospital

@robdykedotcom I’d like to show you Rhidian Bramley’s Christie open source e-Obs UI, which he is keen to work into open-eObs

Demo:
https://naidihr.github.io/NEWS2/chart.html

Code:

@Marcus Baw - I’d love to sit this on openEHR -I’ll take a look at the code.

Ian

1 Like

That would be awesome, great Ian

It shouldn’t take that long to convert to use a FHIR backend, then you should be able to run that chart against any FHIR enabled server.

For example to get the blood pressures (SNOMED CT 75367002) for patient 1184, it’s this rest call.

https://data.developer.nhs.uk/ccri-fhir/STU3/Observation?patient=1184&code=75367002&_count=200

1 Like

That would also be awesome.

We need a library of these UI components, designed to plug into standard data layers such as FHIR and openEHR… How would we best build that? Hook into an existing framework like React/Angular?

1 Like

Re: Library
Yep.

Patient banner for a FHIR Patient resource based on NHS CUI standard?

1 Like

This is exactly what we need - yes

I’m writing a list of the ‘Missing NHS Stuff We Need’ here: awesome-missing-nhs-things/README.md at master · pacharanero/awesome-missing-nhs-things · GitHub and CUI components are on there

I reckon we’re going to need to get on and make this stuff because it ain’t gonna come out of anywhere else

Re Data Layer

We have the backend layer working to do this http://docs.smarthealthit.org/

The documentation (a more straight forward HOWTO guide plus sample app) and the demo host application need some work.

Awesome. Have forked to openeobs/NEWS2

There is an openEHR thingummygig for NEWS2 - openEHR-EHR-OBSERVATION.news2_uk_rcp.v0

And inidus made an openEHR <> FHIR API too

It wouldn’t take too much effort to string all that together…

I find a PDF from 2015 via GP Connect search on developer.nhs.uk. Anything more recent?