Stream: implementers
Topic: Dosage instruction "once"
Alexander Henket (Jul 11 2016 at 15:59):
I've been reading up on the datatype Timing, and I was unsure how to say "Take X exactly once, I don't care when" (http://hl7-fhir.github.io/datatypes-examples.html#Timing). Examples include the morning after pill, or certain vaccines. I came up with:
<schedule>
<repeat>
<count value="1" />
</repeat>
</schedule>
Lloyd McKenzie (Jul 11 2016 at 19:34):
That sounds right to me . . .
Alexander Henket (Jul 12 2016 at 06:33):
Thanks, I'll add a task to ask this example to be added to the rather currently rather sparse list
Alexander Henket (Jul 12 2016 at 06:39):
http://gforge.hl7.org/gf/project/fhir/tracker/?action=TrackerItemEdit&tracker_item_id=10306&start=25
Lloyd McKenzie (Jul 12 2016 at 13:19):
For the future, you can also just say GF#10306 :)
Melva Peters (Jul 12 2016 at 17:44):
@AlexanderHenket - we've recently updated all of the examples for the Pharmacy resources to include examples of different types of dosing. Pharmacy WG will look at adding this example in the next release.
Last updated: Apr 12 2022 at 19:14 UTC