GP Connect - MedicationOrder

http://data.developer.nhs.uk/fhir/gpconnect-getrecord-phase3/Profile.GetRecordQueryResponse-Phase-3/gpconnect-medicationorder-1-0.html

  1. Cardinality of patient/reference - should this be 1…1 rather than 0…1?
  2. Also cardinality of prescriber/reference?
  3. Can quantityText extension be placed on the actual dispenseRequest/quantity element rather than on the dispenseRequest element?

Cheers
Jonny

I’m in 2 minds about whether to require Reference.reference.

There is a pattern where we only provide the display value and use this to create a natural boundary in the navigable resource graph that the consumer is obliged to respect:

prescriber: {
  display: 'Dr AN Other'
}

However, for these references in GP Connect there is a presumption that the resources would (?should) be available, in which case cardinality 1…1 would be appropriate.

Agree that quantityText feels like extension on quantity. As quantity fields have all been constrained with cardinality 1…1, I wonder if this is intended as an alternative when the dispense instruction doesn’t have all the fields? @RKavanagh?

I’m also not sure if the constraints will create a problem for some cases. For example, do we expect the medication order to capture devices as well? On quick perusal, I can’t a UCUM code for ‘colostomy bag’ … :slight_smile:

Ok there are clearly some issues relating to medications raised in various places by @dunmail @jonny.rylands @DavidStables and @ian

We’ll look to see how we can get a workshop scheduled whereby we can get these addressed in the near future.

Yeah UCUM isn’t going to work for all NHS prescriptions. It lacks the slightly weird UoM that the NHS uses.

Hi Stuart,

Which NHS UoM are you referring to?

Even with aligned UoM, a number of dispense instructions are only held in plain text on source GP systems, and in any case may not be easily represented in structured form.

Ian

There’s a UoM included in dm+d that all (NHS Emgland) EPS prescriptions have to use as the UoM when describing the quantity. All GP systems have to be able to output that UoM (coded and text) as part of the EPS prescription. What I’m less sure of is whether they hold it in the system as such.

UCUM only specifically includes “measurable” units not “countable” things such as bags, tablets, capsules etc. But it allows all those things by using its curly braces syntax.

Thanks Rik - I hadn’t seen the ‘curly braces’ syntax for annotations. The authors don’t appear to be encouraging this, do they? :slight_smile:

http://unitsofmeasure.org/ucum.html section 2.1

No that is right. They are considered as comments, with no semantic, and are somewhat discouraged.

The idea is that these things are not measurable, so are categorically different from what UCUM is for. Ideally countables and measurables would be separated but it’s common to treat them interchangeably.

Rik