Directories ¶
Path | Synopsis |
---|---|
cmd
|
|
generator
Package main generates Go code for parsing HL7 messages, using the XML schemas.
|
Package main generates Go code for parsing HL7 messages, using the XML schemas. |
simulator
Binary simulator creates and runs an open-source version of Simulated Hospital.
|
Binary simulator creates and runs an open-source version of Simulated Hospital. |
pkg
|
|
clock
Package clock provides convenient functionality to manage the time.
|
Package clock provides convenient functionality to manage the time. |
config
Package config provides functionality for the configuration of Simulated Hospital, especially around loading such configuration from files.
|
Package config provides functionality for the configuration of Simulated Hospital, especially around loading such configuration from files. |
constants
Package constants contains constant variables used in pathway definition.
|
Package constants contains constant variables used in pathway definition. |
doctor
Package doctor provides functionality to manage doctors.
|
Package doctor provides functionality to manage doctors. |
examples/hl7tofhircommon
Package hl7tofhircommon contains utilities to convert HL7v2 values into FHIR.
|
Package hl7tofhircommon contains utilities to convert HL7v2 values into FHIR. |
examples/hl7tofhirutils
Package hl7tofhirutils contains standalone functions for converting HL7v2 fields to FHIR.
|
Package hl7tofhirutils contains standalone functions for converting HL7v2 fields to FHIR. |
examples/keyed
Package keyed contains functions to handle HL7 messages in realistic settings, for instance: - They are loaded from a database and have a key - They contain custom Z-Segments - They have been somewhat validated - and thus we can ignore errors in parsing.
|
Package keyed contains functions to handle HL7 messages in realistic settings, for instance: - They are loaded from a database and have a key - They contain custom Z-Segments - They have been somewhat validated - and thus we can ignore errors in parsing. |
examples/sanitizer
Package sanitizer illustrates how the Rewrite capabilities of the HL7 library can be utilised to deal with tweaks of HL7v2.
|
Package sanitizer illustrates how the Rewrite capabilities of the HL7 library can be utilised to deal with tweaks of HL7v2. |
fhir
Package fhir contains functionality for generating FHIR resources from PatientInfo.
|
Package fhir contains functionality for generating FHIR resources from PatientInfo. |
fhir/cloud
Package cloud contains functionality to write to a Cloud FHIR store.
|
Package cloud contains functionality to write to a Cloud FHIR store. |
fhircore
Package fhircore contains utility functions to deal with core FHIR types.
|
Package fhircore contains utility functions to deal with core FHIR types. |
files
Package files supports reading and writing files from local directories or GCS.
|
Package files supports reading and writing files from local directories or GCS. |
gender
Package gender contains the functionality to convert gender values.
|
Package gender contains the functionality to convert gender values. |
generator
Package generator implements functionality to generate various patient related information, including, but not limited to: - person information, ie: name, surname, ethnicity, address, etc., - patient type and class, - orders and test results, - allergies, - diagnosis, - procedures.
|
Package generator implements functionality to generate various patient related information, including, but not limited to: - person information, ie: name, surname, ethnicity, address, etc., - patient type and class, - orders and test results, - allergies, - diagnosis, - procedures. |
generator/address
Package address contains functionality to generate addresses.
|
Package address contains functionality to generate addresses. |
generator/codedelement
Package codedelement contains functionality to generate Coded Elements that have a Code and a Description.
|
Package codedelement contains functionality to generate Coded Elements that have a Code and a Description. |
generator/document
Package document contains functions needed to generate a ir.Document object.
|
Package document contains functions needed to generate a ir.Document object. |
generator/header
Package header contains functionality to generate headers.
|
Package header contains functionality to generate headers. |
generator/id
Package id provides the functionality to generate identifiers.
|
Package id provides the functionality to generate identifiers. |
generator/names
Package names provides functionality to generate names for humans.
|
Package names provides functionality to generate names for humans. |
generator/notes
Package notes contains functions needed to generate a ir.ClinicalNote object given the pathway.ClinicalNote object.
|
Package notes contains functions needed to generate a ir.ClinicalNote object given the pathway.ClinicalNote object. |
generator/order
Package order provides functionality to generate order and set results.
|
Package order provides functionality to generate order and set results. |
generator/person
Package person provides functionality to generate a person.
|
Package person provides functionality to generate a person. |
generator/text
Package text contains functions needed to generate random sentences.
|
Package text contains functions needed to generate random sentences. |
hardcoded
Package hardcoded contains features to manage hardcoded messages in Simulated Hospital.
|
Package hardcoded contains features to manage hardcoded messages in Simulated Hospital. |
hl7
Package hl7 provides functions for manipulating and handling HL7 messages, native HL7 types, and reading and writing messages over MLLP.
|
Package hl7 provides functions for manipulating and handling HL7 messages, native HL7 types, and reading and writing messages over MLLP. |
hl7ids
Package hl7ids contains utilities to get identifiers from HL7v2 messages.
|
Package hl7ids contains utilities to get identifiers from HL7v2 messages. |
hl7tofhirmap
Package hl7tofhirmap contains utility functions to convert HL7v2 to FHIR.
|
Package hl7tofhirmap contains utility functions to convert HL7v2 to FHIR. |
hospital
Package hospital implements the main functionality of Simulated Hospital.
|
Package hospital implements the main functionality of Simulated Hospital. |
hospital/runner
Package runner implements the main functionality of Simulated Hospital.
|
Package runner implements the main functionality of Simulated Hospital. |
hospital/runner/authentication
Package authentication provides functionality for authentication.
|
Package authentication provides functionality for authentication. |
ir
Package ir contains data structures related to internal representations of entities within Simulated Hospital.
|
Package ir contains data structures related to internal representations of entities within Simulated Hospital. |
location
Package location provides functionality to manage locations.
|
Package location provides functionality to manage locations. |
logging
Package logging provides functionality for logging.
|
Package logging provides functionality for logging. |
monitoring
Package monitoring contains functionality for metrics.
|
Package monitoring contains functionality for metrics. |
orderprofile
Package orderprofile is responsible for parsing and generating Order Profiles.
|
Package orderprofile is responsible for parsing and generating Order Profiles. |
pathway
Package pathway contains definition of pathway in Simulated Hospital, as well as functionality to parse pathways and manage them.
|
Package pathway contains definition of pathway in Simulated Hospital, as well as functionality to parse pathways and manage them. |
processor
Package processor contains configurations for event processors.
|
Package processor contains configurations for event processors. |
rate
Package rate contains functionality to deal with rates.
|
Package rate contains functionality to deal with rates. |
sample
Package sample includes the functionality for sampling from a discrete distribution.
|
Package sample includes the functionality for sampling from a discrete distribution. |
starter
Package starter contains functionality to start pathways by an endpoint.
|
Package starter contains functionality to start pathways by an endpoint. |
state
Package state contains definitions of stateful objects in Simulated Hospital.
|
Package state contains definitions of stateful objects in Simulated Hospital. |
state/persist
Package persist contains persist-specific interfaces.
|
Package persist contains persist-specific interfaces. |
test
Package test contains functionality to define test configs.
|
Package test contains functionality to define test configs. |
test/message_builder
Package message_builder contains utilities to build messages easily.
|
Package message_builder contains utilities to build messages easily. |
test/testaddress
Package testaddress contains functionality to generate deterministic addresses for testing.
|
Package testaddress contains functionality to generate deterministic addresses for testing. |
test/testclock
Package testclock provides a convenient Clock implementation for testing.
|
Package testclock provides a convenient Clock implementation for testing. |
test/testdate
Package testdate includes functionality to generate deterministic dates for testing.
|
Package testdate includes functionality to generate deterministic dates for testing. |
test/testfhir
Package testfhir contains utilities for testing with FHIR resources.
|
Package testfhir contains utilities for testing with FHIR resources. |
test/testhl7
Package testhl7 contains utility functions and helpers for testing with HL7 messages.
|
Package testhl7 contains utility functions and helpers for testing with HL7 messages. |
test/testhospital
Package testhospital contains functionality to test hospitals.
|
Package testhospital contains functionality to test hospitals. |
test/testid
Package testid contains functionality to generate identifiers in a deterministic way.
|
Package testid contains functionality to generate identifiers in a deterministic way. |
test/testlocation
Package testlocation contains utility functions and helpers for testing with locations.
|
Package testlocation contains utility functions and helpers for testing with locations. |
test/testmetrics
Package testmetrics gets information from metrics for testing.
|
Package testmetrics gets information from metrics for testing. |
test/testnotes
Package testnotes contains functionality to generate deterministic notes for testing.
|
Package testnotes contains functionality to generate deterministic notes for testing. |
test/testperson
Package testperson contains test Person data.
|
Package testperson contains test Person data. |
test/teststate
Package teststate provides test-only implementation for state-specific interfaces.
|
Package teststate provides test-only implementation for state-specific interfaces. |
test/testtext
Package testtext contains functionality to generate deterministic text for testing.
|
Package testtext contains functionality to generate deterministic text for testing. |
test/testwrite
Package testwrite contains functionality to write files for testing.
|
Package testwrite contains functionality to write files for testing. |
Click to show internal directories.
Click to hide internal directories.