Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

custo diagnostic is a server based software (referenced as "software"), intended to support physicians to acquired, analyze, document and report cardio pulmonary observations. The inherent patient, order and observation database can be interfaced via HL7, DICOM and GDT to an superior system. This document describes the typical use of the HL7 interface version 5.6.4 and above and addresses the HL7 communication partner. (The intention is not, to give a deep insight about the configuration in our service applications to configure this options). 

Starting from the HL7 Message types, the document describes the content of each HL7 segment. The last sections describes the data handling (patient / order / observation / tenant), meaning the typical workflow / lifecycle of the data in custo diagnostictypical data handling / workflows regarding patients, orders, tenants ("Mandant"), etc the last sections covers the typically used segments to establish these usage

Typical use / default does not imply, that the software has activated this options out of the box. Some manual configuration work is necessary by the authorized custo diagnostic vendor / implementer.

...

This must be a biunique definition, meaning one specific code for MSH-6 should point to one specific tenant and vice versa. In case several facilities should be part of one tenant in custo diagnostic, we strictly recommend to solve this on the HIS side.


Sample:

Tenant (Description)

Receiving (e.g. ORM)

MSH-6 (code)

Sending (e.g. ORU)

MSH-4

Sea View Hospital
SVHSVH
Lake Hospital
LHLH


By default, custo diagnostic send back the tenant code in MSH-4.

...

When receiving an order, the software also supports additional information (optional):

OBX-3-1OBX-3-2
BODY WEIGHTWeight
BODY HEIGHTHeight
MEDICATIONMedication

Even this information is transfered with an order - it is stored/updates the visit information. 

...

The following events can be activated:

Activity/EventORC-1 / ORC-5
Order request acceptedby default not activated
Order request updatedby default not activated
Examination startsSC / SC
Examination is finishedSC / CM
Order request will be deletedSC / CA
Order request will be resetby default not activated
Examination will be deletedby default not activated


Observation Result Status

...

##bitte nochmal OBX prüfen. Stimmt OBX-25?  


OBX-11/OBR-25Meaning
RThe results are entered or automatically generated. 
PThe results are preconfirmed, in general not by an accountable person.
FThe results are confirmed by an accountable person. 
D

The order was canceled / the evaluation was deleted. 


Observation Results (ORU)

...

When the orders are processed, custo diagnostic adds an internal "Filler ID" . This can be configured by a fixed length consecutive number, with an arbitrary alphanumeric prefix, e.g. "CM00001234", or an GUID (OBR-3, ORC-3)

OBX-Segment


Fieldo/r/is/soDefault Usage
OBX-11)sSet-ID
OBX-21)sValue Type (ST, NM, FT, RP, ED)
OBX-31)so

observation identifier, see below

OBX-3-1 code, OBX-3-2 text/human readable

OBX-51)soobservation value, see below
OBX-61)soOBX-6-1 empty, OBX-6-2 units
OBX-11
so

Observation Result Status. (see above, section "Observation Result Status")

1) Incoming: See section "Orders" above.

...

custo diagnostic can send specific observation data. The most common one is the manually typed in report (referenced as AKT_BEF) or the entire observation (referenced as FILE_PDF) as PDF / base64 embedded, but more than hundred specific numeric values can be defined which are described more specific below. One or more of the listed observation data can be exported in the same message. Alternatively one message per observation data can be send. 


Most used OBX-3 Codes:

OBX-2OBX-3-1 (Code)OBX-3-2 (Human Readable Text)OBX-5-1OBX-5-3OBX-5-4
FTAKT_BEFReportFormatted Report, as typed in or automatcially generated by the software

RPFILE_PDFPDF File

Points to an PDF-File, including path. 

pdf
EDFILE_PDFPDF File
pdfBase64
STSTUDYUID_DCMStudy Instance UIDIn combination with DICOM, that Study Instance UID of the DICOM object.









Sample - Outgoing ORU Message with Formatted-Text Report and Base64-encoded PDF-File

...