Re: definition of custom fields in archetypes

2019-10-09 Thread Ian McNicoll
as we can add cluster archetypes in Slots, which is very useful when trying to align with legacy system data. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Director, freshEHR Clinical Informatics Ltd. CCIO

Re: API for adding data to an EHR

2019-09-28 Thread Ian McNicoll
That's worth saying Pablo. It is a common misunderstanding. Similarly there are no archetypes in openehr instance data. Only patterns of data that are valid against the archetype designs. For no technical people we have been describing templates as recipes, with archetypes as recipe components

Re: schema of .oet xml templates

2019-09-19 Thread Ian McNicoll
Hi Georg, The .oet is a design-time format which underpins the Ocean Template Designer tool. You should always regard the .opt format that is generated as the AOM-compliant output, not the .oet which does some arbitrary stuff under the hood for internal reasons. Ian Dr Ian McNicoll mobile +44

Re: usage of templates in AQL

2019-09-17 Thread Ian McNicoll
There are a bunch of AQL examples at https://github.com/RippleOSI/Ripple-openEHR/tree/master/docs/bindings/Current%20Ripple%20Headings Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Director, freshEHR

Re: usage of templates in AQL

2019-09-17 Thread Ian McNicoll
at template level and then queried select a from EHR e contains COMPOSITION a where a/name/value ='My local composition name' I have tended to use name/value but am coming round to using the templateId - both are valid. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype

Re: usage of templates in AQL

2019-09-17 Thread Ian McNicoll
of Examination name and modality is likely to be somewhat dependent on local practice/ terminology use. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Director, freshEHR Clinical Informatics Ltd. CCIO

Re: usage of templates in AQL

2019-09-17 Thread Ian McNicoll
-up is what allows you to use the template and archetypes to figure out how to query the data. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Director, freshEHR Clinical Informatics Ltd. CCIO inidus Ltd

Re: usage of templates in AQL

2019-09-16 Thread Ian McNicoll
Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Director, freshEHR Clinical Informatics Ltd. CCIO inidus Ltd. i...@inidus.com Co-Chair, openEHR Foundation ian.mcnic...@openehr.org Hon. Senior Research Associate

Re: templates in .oet and .opt

2019-09-06 Thread Ian McNicoll
artefacts are derived - flattened data formats, server/ client side validation, HTML visualisation, form rendering blah blah! Once I have generated an .opt that is me handing the clinical models over to the tech guys. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype

Re: AQL for all specializations of an archetype

2019-05-30 Thread Ian McNicoll
I assume so, and possibly for specialisations. I would be a bit wary about using it for different major versions of an archetype since by definition at least some of the paths may have changed. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i

Re: AQL for all specializations of an archetype

2019-05-30 Thread Ian McNicoll
It should do - something like this works on ThinkEhr. I'm not sure if other AQls support it SELECT o FROM EHR e CONTAINS ACTION a[openEHR-EHR-ACTION.procedure.v1] CONTAINS OBSERVATION o[openEHR-EHR-CLUSTER.device-invasive*] Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536

Re: Retrieving healthcare facility ID details using aql

2019-05-17 Thread Ian McNicoll
Hi Dileep GERT /composition format=RAW Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic...@openehr.org Director, freshEHR Clinical Informatics Ltd. Director

Re: Retrieving healthcare facility ID details using aql

2019-05-16 Thread Ian McNicoll
Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic...@openehr.org Director, freshEHR Clinical Informatics Ltd. Director, HANDIHealth CIC Hon. Senior Research Associate

Re: Problem with Pulse/Heart beat archetype

2019-05-16 Thread Ian McNicoll
My guess is that you have not constrained the Runtime name constraint (Rate) to be either Heart Rate or Pulse Rate in the template - you must choose one or the other. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter

Re: AQL query for blood pressure from the AQL documentation

2019-05-02 Thread Ian McNicoll
Ah sorry. Yes that is incorrect. On Thu, 2 May 2019, 12:13 Thomas Beale, wrote: > I'm confused... are you saying the value/value path is not a typo in the > spec? > On 02/05/2019 12:01, Ian McNicoll wrote: > > Thomas this is not a problem. The aql works as designed > > On T

Re: automatic demotion of lists in AQL ?

2019-05-02 Thread Ian McNicoll
Yes that at codes are always effectively namespaced by their parent archetype. Ian ___ openEHR-technical mailing list openEHR-technical@lists.openehr.org http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org

Re: AQL query for blood pressure from the AQL documentation

2019-05-02 Thread Ian McNicoll
The replies that seref and I gave address the issue. The vast majority of lab imports will use the generic analyte cluster. On Thu, 2 May 2019, 12:01 Ian McNicoll, wrote: > Thomas this is not a problem. The aql works as designed > > On Thu, 2 May 2019, 11:06 Thomas Beale, wrote: &

Re: AQL query for blood pressure from the AQL documentation

2019-05-02 Thread Ian McNicoll
Thomas this is not a problem. The aql works as designed On Thu, 2 May 2019, 11:06 Thomas Beale, wrote: > Georg, > > can you please raise a PR for this problem on the Jira PR tracker > ? > > thanks > On 29/04/2019 22:49, Georg Fette wrote: >

Re: constraining of laboratory_test_analyte Analyte result

2019-05-01 Thread Ian McNicoll
Hi Georg The instance data will actually have been subclassed to have a specific datatype and therefore the relevant attributes. Therefore if you know that a particular analyte is a quantity, you can use aql to access the data just as if it had originally been modelled specifically as a

Re: FHIR-like terminology 'binding strengths'?

2019-04-16 Thread Ian McNicoll
a clearer idea of the intended purpose of the node. I think I also prefer the flat-list instead of introducing boolean but will think about that a little more. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co

Re: Rules in archetypes - what are the requirements?

2019-02-02 Thread Ian McNicoll
t from GDL experience in this regard. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic...@openehr.org Director, freshEHR Clinical Informatics Ltd. Director, HANDIHeal

Re: DV_PROPORTION vs DV_QUANTITY for %

2019-01-14 Thread Ian McNicoll
. Comment: For example: '24 %' Percent Numerator: 0.0..100.0 Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic...@openehr.org Director, freshEHR Clinical Informatics Ltd

Re: DV_PROPORTION vs DV_QUANTITY for %

2019-01-07 Thread Ian McNicoll
Simple answer - loads of real data - pulse_oximetry and Oxygen levels will have been recorded hundreds of thousands if not millions of times in patient data - and Proportion *is* the correct datatype for O2 levels. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype

Re: DV_PROPORTION vs DV_QUANTITY for %

2019-01-07 Thread Ian McNicoll
not see any good argument for changing these now. We have to expect some degree of inconsistency, and live with it, to avoid unnecessary breaking changes. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co

Re: DV_PROPORTION vs DV_QUANTITY for %

2019-01-05 Thread Ian McNicoll
There is a very clear use-case for having it there - O2 levels variably and equivalently described a FiO2 which is a unitary proportion or percent. I think we need to keep it for that reason if no other. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll

Re: DV_PROPORTION vs DV_QUANTITY for %

2019-01-03 Thread Ian McNicoll
Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic...@openehr.org Director, freshEHR Clinical Informatics Ltd. Director, HANDIHealth CIC Hon. Senior Research Associate, CHIME

Re: Coding the DV_IDENTIFIER 'type'

2018-12-21 Thread Ian McNicoll
ng as most of these types will be very local/national. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic...@openehr.org Director, freshEHR Clinical Informatics Ltd. Director, H

Re: Christmas cleaning of the openEHR wiki...

2018-12-19 Thread Ian McNicoll
Go for it. I trust you. A spruce up is a good start. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic...@openehr.org Director, freshEHR Clinical Informatics Ltd

Re: openEHR on FHIR and vice versa

2018-12-18 Thread Ian McNicoll
and local templates - see https://github.com/inidus/openehr-care-connect-adaptor There are various attempts at automation including the Ripple QEWD Jumper work https://www.youtube.com/watch?v=iaGGGgJdWvM but it will still need quite a lot of manual input. Ian Dr Ian McNicoll mobile +44 (0)775 209

Re: ADL specification question

2018-11-30 Thread Ian McNicoll
the intention of the modeller in this case cannot be known but it has meant that cardinality minimal constraints have appeared unintentionally. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair

Re: Postcoordinated terminology expressions in openEHR

2018-11-19 Thread Ian McNicoll
a good understanding of te challenges. In spite of decades of attempts, I don't know of any national program that is using post-coordination to any extent. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co

Re: Postcoordinated terminology expressions in openEHR

2018-11-19 Thread Ian McNicoll
nomed code for every potential allergen. Perhaps consider laterality. Beyond that, you risk delaying SNOMED CT implementation, as has happened in the UK. Post-coordination is like nuclear fusion - a damned good idea but tricky to do without blowing everything up. Ian Ian Dr Ian McNicoll mobile +44

Re: AQL on versioned compositions

2018-10-30 Thread Ian McNicoll
compositions, new versions are routinely created but only when the previous version is reallyof little interest e.g summaries, status-tracking. I'm uneasy about your suggested approach. Can you spell out an example/ Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype

Re: Unique paths for slots problem if slots are filled with same archetype

2018-10-19 Thread Ian McNicoll
those adjacent slot names differ for identical slot fills but agree it needs fixed. Ian @Diego - thanks for that input Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic

Re: AW: Seeking clarification regarding Assumed value

2018-10-09 Thread Ian McNicoll
"It is still in ADL2, but harmless, so I would leave it in the specs and advise tool developers to ignore it, if that is the consensus." That would be my preference. Perhaps add a note to the specs explaining why it is being deprecated (if others agree). Ian Dr Ian McNicoll mobile

Re: Seeking clarification regarding Assumed value

2018-10-09 Thread Ian McNicoll
the implications for dropping/deprecating this at this stage > > > > Sebastian > > > > *Von:* openEHR-technical *Im > Auftrag von *Ian McNicoll > *Gesendet:* Montag, 8. Oktober 2018 14:43 > *An:* For openEHR clinical discussions > > *Cc:* For openEHR technical di

Re: Seeking clarification regarding Assumed value

2018-10-08 Thread Ian McNicoll
ty of > Heidelberg, Central Queensland University"> > ["name"] = <"Jasmin Buck, Sebastian Garde"> > > > > > > > description > original_author = < > ["name"] = <"

Re: DV_DURATION and magnitude_status?

2018-09-25 Thread Ian McNicoll
Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic...@openehr.org Director, freshEHR Clinical Informatics Ltd. Director, HANDIHealth CIC Hon. Senior Research Associate, CHIME

Re: DV_DURATION and magnitude_status?

2018-09-24 Thread Ian McNicoll
on an analyser where I think the non-modified value is robably a safe proxy for the modified one. So, in this case I think it is safe. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR

Re: DV_DURATION and magnitude_status?

2018-09-24 Thread Ian McNicoll
;P24H" magnitude_status: "<" Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic...@openehr.org Director, freshEHR Clinical Informatics Ltd. Director, HAND

Re: Identifying archetype nodes in AQL via terminology code

2018-09-06 Thread Ian McNicoll
Hi Thomas, Would it not at least in theory be possible to ignore the atCode? We can already do searches that ignore archetype node Ids at a higher level. It would be challenging to implement but I can certainly see some value. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536

Re: Identifying archetype nodes in AQL via terminology code

2018-09-06 Thread Ian McNicoll
Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic...@openehr.org Director, freshEHR Clinical Informatics Ltd. Director, HANDIHealth CIC Hon. Senior Research Associate, CHIME

Re: AQL on specific list of compositions

2018-09-02 Thread Ian McNicoll
. In hospital care the two are often conflated. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic...@openehr.org Director, freshEHR Clinical Informatics Ltd. Director

Re: GDPR and OpenEhr.

2018-09-01 Thread Ian McNicoll
purposes. However, in our cloud-provider setting, we absolutely need to be able to hard delete Ehrs, as people may simply want to switch CDR providers. As a data processor, we have no right to keep t record, as long as it is available via another provider. Ian Dr Ian McNicoll mobile +44 (0)775 209

Re: Recommended versioning strategy for Templates

2018-09-01 Thread Ian McNicoll
a template major change. OTOH if we went from blood_pressure.v1.1 -> 1.2 but none of the 1.2 changes impacted the template we would not change the template minor version. Not sure if that is fully thought through but it follows the spirit of the archetype id scheme, I think. Ian Dr Ian McNicoll mob

Re: AQL support for an array of ehr_id

2018-08-31 Thread Ian McNicoll
id/value": "3a579ae0-0cbe-425b-9ac9-f15b83750481" }, { "ehr_id/value": "cd8abecd-9925-4313-86af-93aab4930eae" } ] } Certainly should be legal AQL . Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype:

Re: AQL on specific list of compositions

2018-08-21 Thread Ian McNicoll
Thanks Bjorn That feels logical and the restriction to one layer of folders make sense. I appreciate that under the hood 'CONTAINS' is implemented differently but it feels natural to think in terms of logical containment. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994

Re: AQL on specific list of compositions

2018-08-20 Thread Ian McNicoll
Yup but AQL is so cool for this kind of thing :) I still want to do Select c FROM EHR Contains folder x contains composition c since logically folder x contains compositions. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com

Re: AQL on specific list of compositions

2018-08-20 Thread Ian McNicoll
@Gerard - I have always assumed that Contsys 'Health Issue' equates to problem. https://github.com/openehr-clinical/shn-contsys Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR

Re: AQL on specific list of compositions

2018-08-20 Thread Ian McNicoll
Thanks Thomas, What are your thoughts on the AQL example I foolishly guessed at :( and that Seref quite correctly rejected!! How would/should we do... Select all compositions referenced by Folder x. How else might we meet Dileep's use-case with AQL? Dr Ian McNicoll mobile +44 (0)775 209 7859

Re: AQL on specific list of compositions

2018-08-17 Thread Ian McNicoll
Hi Seref, My understanding is that AQL can support FOLDER (assuming it is implemented) with something like Select c FROM EHR e CONTAINS FOLDER f CONTAINS COMPOSITION c Where folder f.name = "My lovely encounters" but I may be wrong (both in principle and practice) Ian Dr Ian McNic

Re: AQL on specific list of compositions

2018-08-17 Thread Ian McNicoll
Beat me to it :( Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic...@openehr.org Director, freshEHR Clinical Informatics Ltd. Director, HANDIHealth CIC Hon. Senior

Re: AQL on specific list of compositions

2018-08-17 Thread Ian McNicoll
a/name/value matches {'Clinical Notes', 'Other Clinical Notes'} Going forward I would expect the list of allowable composition names to come from a controlled vocabulary or even a local terminology. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email

Re: Drug dispense entry class question

2018-08-13 Thread Ian McNicoll
state: aborted Minor change to order Careflow step The medication order has been changed in a manner which does not require a new instruction/order to be issued, according to local clinical rules. Current state: active Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype

Re: Drug dispense entry class question

2018-08-13 Thread Ian McNicoll
ded to reflect these as different pathway steps in the same archetype as in many health systems, the separation is unclear. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mc

Re: Drug dispense entry class question

2018-08-11 Thread Ian McNicoll
an active state. Just note that this is not intended to support the internal pharmacy dispensing process, just a note that the pharmacy has dispensed the product. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter

Re: The openEHR Asia summit succeeded.

2018-07-30 Thread Ian McNicoll
Many congratuations Shinji, The screenshots looked intruiging. Would it be possible to link the presentations, pictures and any videos from the openEHR website? We cna add to the Events section as we did in the past for other events. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0

Re: Empty COMPOSITION.content is valid?

2018-07-26 Thread Ian McNicoll
I have certainly built templates where there is no expected content, only additional other_contecxt and I can imagine situations where any/all data could be carried by Composition RM attributes e.g in feeder_audit, so I can't see a good reason for enforcing content. Ian Dr Ian McNicoll mobile

Re: openEHR Education Program

2018-07-25 Thread Ian McNicoll
educational material but we need to get these first steps in place. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic...@openehr.org Director, freshEHR Clinical Informatics

Re: Meaningful API's

2018-07-17 Thread Ian McNicoll
see https://github.com/Code4Health-Platform/openehr-care-connect-adaptor for an example. The templates are designed to be UK wide. Specific business API - e.g Ripple depending on your 'consumer' The native data is complex, you cannot dodge that if you want to deliver sophisticated health systems. I

Re: Meaningful API's

2018-07-16 Thread Ian McNicoll
Hi Bert, Have a look at what Ripple is doing in terms of 'meaningful APIs'. See http://lists.openehr.org/pipermail/openehr-technical_lists.openehr.org/2018-February/014799.html Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com

Re: Unique paths for nodes in multiple instances of one archetype in the same OPT

2018-07-06 Thread Ian McNicoll
this in the past. It would need a somewhat significant change to the RM, I think. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic...@openehr.org Director, freshEHR Clinical

Re: Unique paths for nodes in multiple instances of one archetype in the same OPT

2018-07-06 Thread Ian McNicoll
was not working correctly on Ethercis in the past but that issue may have been fixed. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic...@openehr.org Director, freshEHR Clinical

Re: openEHR Toolkit

2018-03-28 Thread Ian McNicoll
Really nice work, Pablo. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic...@openehr.org Director, freshEHR Clinical Informatics Ltd. Director, HANDIHealth CIC Hon

Re: Export via CDISC ODM or FHIR

2018-03-06 Thread Ian McNicoll
Hi Georg, See https://github.com/inidus/openehr-care-connect-adaptor for examples of exporting AQL resultsets as FHIR profile bundles. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR

Re: Archetype pattern

2018-02-16 Thread Ian McNicoll
nformation model repesenting documentaion of clinical care, not biological entities. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic...@openehr.org Director, freshEH

Re: Announcing Archie version 0.4

2018-01-31 Thread Ian McNicoll
Hi Pieter, Can I also express my thanks on behalf of the openEHR community. Late in life I am becoming a bit of a java-ninja (well , in my dreams), so I will definitely give Archie a go. I can already think of a few really useful bits of tooling we could develop. Ian Dr Ian McNicoll mobile +44

Re: Process to follow for coding using Terminology server

2017-12-20 Thread Ian McNicoll
} }, AQL to retreive is something like b_a/data[at0001]/items[at0002]/value/value as causative_agent_value, b_a/data[at0001]/items[at0002]/value/defining_code/code_string as causative_agent_code, b_a/data[at0001]/items[at0002]/value/defining_code/terminology_

Re: UCUM

2017-11-19 Thread Ian McNicoll
Does not work here either, Bert. The whole site is offline. Probably just a tech snafu. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic...@openehr.org Director

Re: AQL for multi-occurrence nodes

2017-11-02 Thread Ian McNicoll
Hi - agree with Thomas and more here https://github.com/ethercis/ethercis/issues/69 Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic...@openehr.org Director

Re: Does aql support multiple ehrids?

2017-10-27 Thread Ian McNicoll
Marand THinkEHR supports this ... WHERE e/ehr_id/value MATCHES { 'e241715b-3ca7-435e-a474-718579aadaa2', '0e7ac1d6-2dc6-40ec-8259-ac9f9a9727d1', 'ed74f788-4bd6-4e47-ab98-211643cc4b0c'} Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i

Re: Is 'Choice' datatype available in Archetype editor an OpenEHR standard

2017-09-22 Thread Ian McNicoll
It is indeed. It is not called 'choice', it is just multiple datatype constraints on the same element. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic

Re: openEHR in North Americas

2017-08-05 Thread Ian McNicoll
penEHR projects or efforts that are either planned or in > progress in Canada, USA and/or Mexico? > > Ramayya > ___ > openEHR-technical mailing list > openEHR-technical@lists.openehr.org > > http://lists.openehr.org/mailman/listinfo/openeh

Re: standalone .opt parser open source

2017-08-03 Thread Ian McNicoll
Cheers Pablo, I owe you a fine Dutch beer. Ian On Thu, 3 Aug 2017 at 21:38, Pablo Pazos <pablo.pa...@cabolabs.com> wrote: > https://github.com/ppazos/openEHR-OPT > > On Wed, Aug 2, 2017 at 11:44 AM, Ian McNicoll <i...@freshehr.com> wrote: > >> I am working

standalone .opt parser open source

2017-08-02 Thread Ian McNicoll
I am working with some UCL computer science students who are exploring the use of an operational template to generate mappings. Can anyone point me to a reasonably standalone .opt parser, preferably jajva-based? Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype

Re: Questionnaires

2017-06-05 Thread Ian McNicoll
of the questionnaire as-is. Commercially, I am interested in how we might make use of , or at worst, play nicely with the FHIR Questionnaire resources. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair

Re: SNOMEDCT - correct representation

2017-04-25 Thread Ian McNicoll
lementers_lists.openehr.org >> > > > > -- > Ing. Pablo Pazos Gutiérrez > Cel:(00598) 99 043 145 > Skype: cabolabs > <http://cabolabs.com/> > http://www.cabolabs.com > pablo.pa...@cabolabs.com > Subscribe to our newsletter <http://eepurl.com/b_w_tj> > ___ > openEHR-technical mailing list > openEHR-technical@lists.openehr.org > > http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org -- Ian McNicoll ___ openEHR-technical mailing list openEHR-technical@lists.openehr.org http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org

Re: Random / Synthetic Data Generation over Templates

2017-04-13 Thread Ian McNicoll
stasiou >> >> >> >> >> >> ___ >> openEHR-technical mailing list >> openEHR-technical@lists.openehr.org >> >> http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org >> > _

Re: Including reference range in archetypes

2017-04-13 Thread Ian McNicoll
at scale, is deciding what 'vendor-neutral' rules definition language to use. Not everyone is a fan of javascript but I do see some potential in this space given its ubiquity in the market. I'm not sure I have answered your question!! Regards, Ian Dr Ian McNicoll mobile +44 (0)775 209 7859

Re: inheritance of archetypes

2017-03-01 Thread Ian McNicoll
Hi Pieter, Thanks for the update. This kind of innovation is why I am so keen to make the jump to this brave new world. I'd love to hear more about your main project but will contact you separately. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll

Re: inheritance of archetypes

2017-03-01 Thread Ian McNicoll
(once we get over the line) is much easier handling of design-time artefacts, and potential extensibility. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic

Re: inheritance of archetypes

2017-03-01 Thread Ian McNicoll
, and if we get a good set of baseline tools, there are all sorts of interesting extensions that could be developed. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic

Re: INFORMATION ABOUT THE SYSTEM

2017-02-21 Thread Ian McNicoll
://www.slideshare.net/pablitox/design-and-implementation-of-clinical-databases-using-openehr?qid=87811c0b-44fb-434d-9123-79793add44ba==_search=1 Hope this helps - more information on your project would help us point you in the right direction. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office

Re: Hand coding templates in ADL 1.4

2017-02-12 Thread Ian McNicoll
open-source so that should provide you with some practical guidance but my own intention is to move to ADL2 templates for projects ASAP. Kind regards, Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co

Re: ELEMENT.null_reason proposal

2017-01-25 Thread Ian McNicoll
-specific 'clinical overlays' can be provided via the archetyped careflow_steps but are always associated with the underlying state_machine and current_status attribute. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter

Re: ELEMENT.null_reason proposal

2017-01-25 Thread Ian McNicoll
with archetype_specific careflow_steps as per SPECPR-41 <https://openehr.atlassian.net/browse/SPECPR-41> . Now we will probably always need extra free text as per SPECPR-62/151 but if we are thinking about this, I suggest putting a little effort into progressing ( or ditching) those other PRs. Ian Dr Ian Mc

Re: Context in persistent COMPOSITION archetypes?

2017-01-19 Thread Ian McNicoll
ay create a PERSISTENT Template to model i.e. Social > Summary, Previous Diseases. We will post some specifications/descriptions > on this soon. > > > > /Bjørn > > > > > > *Fra:* openEHR-technical [mailto: > openehr-technical-boun...@lists.openehr.org] *På vegne av* Ian

Re: Context in persistent COMPOSITION archetypes?

2017-01-18 Thread Ian McNicoll
with simpler, safer labs messages, my understanding is that people have stopped sending 'diffs' i.e just a note of updates/changes in favour of re-sending the current full version of the message again. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email

Re: Runtime name suggestions?

2017-01-18 Thread Ian McNicoll
Thanks Diego, I was hoping you would confirm that. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic...@openehr.org Director, freshEHR Clinical Informatics Ltd

Re: Use of RM:provider

2017-01-18 Thread Ian McNicoll
the extension slot in the archetype is for :) Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic...@openehr.org Director, freshEHR Clinical Informatics Ltd. Director

Re: Runtime name suggestions?

2017-01-17 Thread Ian McNicoll
} } } The main issue is that though the the Archetype Editor will read that construct, it loses the internal codes if the archetype is changed i.e it does not write the data back out again. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com

Re: Use of RM:provider

2017-01-17 Thread Ian McNicoll
, and actually in many cases unknowable. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic...@openehr.org Director, freshEHR Clinical Informatics Ltd. Director, HANDIHealth CIC

Re: Runtime name suggestions?

2017-01-17 Thread Ian McNicoll
Hi Silje As Thomas has noted, it is possible in adl but is not supported in archetype editor. That is probably fixable but I'm not sure currently how template designer would handle it. Ian On Tue, 17 Jan 2017 at 11:03, Bakke, Silje Ljosland < silje.ljosland.ba...@nasjonalikt.no> wrote: > Thank

Re: Use of RM:provider

2017-01-17 Thread Ian McNicoll
. Reported by responsible clinician Captured by composer Can you tell us more about the background? Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic...@openehr.org

Re: Better approach for announcements, forums?

2017-01-04 Thread Ian McNicoll
Hi Bert, Sorry - I should have made that clearer - it is also on the agenda. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll Co-Chair, openEHR Foundation ian.mcnic...@openehr.org Director, freshEHR

Re: Better approach for announcements, forums?

2017-01-04 Thread Ian McNicoll
Thanks for the input everyone. My feeling is that Discourse is worth a small experiment but we will discuss at the Mgt Board meeting in a couple of weeks. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter: @ianmcnicoll

Re: Better approach for announcements, forums?

2016-12-30 Thread Ian McNicoll
Hi Karsten As Diego has suggested, discourse can be used in news server mode both to receive and respond to posts. That is mostly how I use it for the uk ccio lists. Ian On Fri, 30 Dec 2016 at 11:31, Diego Boscá wrote: > I'm pretty sure discord can notify you by email of

Re: Better approach for announcements, forums?

2016-12-30 Thread Ian McNicoll
100 euro per annum? Essentially the same as individual membership but giving very small commercial entities, the ability to post news of software and educational events. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44 (0)1536 414994 skype: ianmcnicoll email: i...@freshehr.com twitter

Re: Cloud EHRServer is about to be launched

2016-12-28 Thread Ian McNicoll
to consider becoming an Industry partner and taking advantage of the new 'Micro Startup' rates http://members.openehr.org/join-us !! That allows us to give your project/company much more visibility on the openEHR site and access to the Industry News page. Ian Dr Ian McNicoll mobile +44 (0)775 209

Re: SV: Could the specs group consider making uid mandatory?

2016-12-20 Thread Ian McNicoll
In the context of exposing a unique Identifier at Entry level e.g for FHIR mapping, I wondered about concatenating the composiitonUid (inc. version) with an Entry UID. i.e Versioning (as now) is handled at composition/contribution level. Ian Dr Ian McNicoll mobile +44 (0)775 209 7859 office +44

  1   2   3   4   5   >