Skip to content

Releases: modellbibliotek/CKM-mirror

UMI_template.1.0.0-alpha.1

03 Apr 13:59
27f3886
Compare
Choose a tag to compare

Template to handle medical alert information (uppmärksamhetsinformation (UMI)).

Lab_result_report_stockholm v2.5.0 @ Lekstuga

16 Sep 08:56
Compare
Choose a tag to compare
Lab_result_v2.5.0

Update local/Lab_result_report_stockholm.v2.t.json

Lab_result_report_stockholm v2.7.0 @ Lekstuga

19 Sep 16:55
02ae699
Compare
Choose a tag to compare

An AQL query (with parameters) that matches this template looxs loke below in Betters (non standard) format,
Exchange : for -$ in parameter names to make it follow openEHR standard AQL used in e.g. Cambio's CDR

SELECT c/context/other_context[at0001]/items[at0002]/value/value AS report_id,
j/protocol[at0004]/items[at0094]/items[at0062]/value/value AS Requester_order_identifier,
j/protocol[at0004]/items[at0094]/items[at0063]/value/value AS Receiver_order_identifier,
d/items[at0015]/value/value AS Collection_date_time,
c/uid/value AS composition_uid_value,
n/items[at0001]/value AS Analyte_result,
i/items[at0002]/value/id AS lab_system_identifier
FROM EHR e
CONTAINS COMPOSITION c[openEHR-EHR-COMPOSITION.report-result.v1]
CONTAINS OBSERVATION j[openEHR-EHR-OBSERVATION.laboratory_test_result.v1] CONTAINS (CLUSTER d[openEHR-EHR-CLUSTER.specimen.v1] and CLUSTER n[openEHR-EHR-CLUSTER.laboratory_test_analyte.v1] and CLUSTER i[openEHR-EHR-CLUSTER.system.v0])
WHERE Requester_order_identifier = :RID
AND Receiver_order_identifier = :LID
AND Collection_date_time = :time
AND lab_system_identifier = :LIS

Lab_result_report_stockholm v2.1.0-alpha.2 @ Lekstuga

14 Sep 22:52
Compare
Choose a tag to compare

Release of Lab_result_report_stockholm v2.1.0-alpha.2 and exports in different formats

Pain and Symptoms/Chemotherapy symptom self reporting v2.5.0

Release made for technical testing purposes in Region Stockholm's (Karolinska etc.) work with adding openEHR capabilities to Alltid Öppet and Vårdportalen.

Example files derived from and based on the template Chemotherapy symptom self reporting v2.5.0

...v2.OPT and ...v2.json (web template) are exported from Archetype Designer. They were exported with Swedish set as main language.

Form examples in proprietary (non standardised) but readable formats from two different products:

  • Cambio CKM, Form Editor: chemotherapy_symptom_self_reporting_v2.form.json
  • Better EHR studio: Chemotherapy.symptom.self.reporting.v2_2_5_3.zip

The file at-koder.txt (copied from the left hand pane in Cambio's form preview and then commented) contains some codes that can otherwise be hard to look up or remember while creating action rules in Cambio's form editor


As a surprise bonus, this release also contains files derived from and based on the template `Chemotherapy symptom assessment' v1.2.0 (intended an an initial example of things that coudl be part of a clinician's assesment note based on resulots from the above defined patient form + phone call or other contacts.