Giter Club home page Giter Club logo

Comments (4)

chanskw avatar chanskw commented on June 13, 2024

Initially, we should focus on the following messages for clinical monitoring:

ADT-A01 – patient admit
ADT-A02 – patient transfer
ADT-A03 – patient discharge
ADT-A04 -- Register a patient
ADT-A06 -- Change an outpatient to an inpatient
ADT-A07 -- Change an inpatient to an outpatient
ADT-A08 – patient information update
ADT-A10 -- Patient Arriving
ADT-A16 -- Pending Discharge
ADT-A28 -- Add person informaton

from streamsx.health.

chanskw avatar chanskw commented on June 13, 2024

We are using the ADT_XXX super structure from Hapi to parse any ADT message. For each ADT message, information from the following segments are extracted:

MSH
PID
PV1
EVN

ADT messages will be published as AdtEvent. This is the definition of AdtEvent:

type MessageInfo = rstring receivingApp, rstring messageType, rstring receivingFacility, rstring sendingFacility, rstring messageTs, rstring sendingApp;

type EventDetails = rstring eventType, rstring recordTs, rstring eventTs;

type Patient = list<rstring> alternateNames, list<rstring> alternateIds, rstring gender, rstring name, rstring dateOfBirth, rstring id, rstring status;

type Clinician = rstring name, rstring id;

type PatientVisit = rstring patientClass, rstring visitNumber, rstring priorLocation, rstring location, list<Clinician> attendingDoctors, list<Clinician> consultingDoctors;

type AdtEvent = MessageInfo msg, EventDetails evt, Patient patient, PatientVisit pv;

Is this sufficient to map patient to certain location and their clinicians? What other information maybe be needed?

from streamsx.health.

chanskw avatar chanskw commented on June 13, 2024

If you want to try out the service, information is here: https://github.com/IBMStreams/streamsx.health/tree/develop/ingest/hl7

from streamsx.health.

chanskw avatar chanskw commented on June 13, 2024

This is completed.

from streamsx.health.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.