【发布时间】:2016-11-16 13:51:43
【问题描述】:
如何在 FHIR 的 Timing 对象或 MedicationOrder 中表示 x1 频率?
http://hl7.org/fhir/2016Sep/datatypes.html#Timing
http://hl7.org/fhir/2016Sep/medicationorder.html
它不必在特定时间发生,但它不是“按需”。
谢谢!
【问题讨论】:
标签: dstu2-fhir hl7-fhir
如何在 FHIR 的 Timing 对象或 MedicationOrder 中表示 x1 频率?
http://hl7.org/fhir/2016Sep/datatypes.html#Timing
http://hl7.org/fhir/2016Sep/medicationorder.html
它不必在特定时间发生,但它不是“按需”。
谢谢!
【问题讨论】:
标签: dstu2-fhir hl7-fhir
默认假设,在没有其他时序信息的情况下是“一次”。你也可以说
<repeat>
<count value="1"/>
</repeat>
【讨论】: