什么类型的 FHIR 资源记录干预
What type of FHIR resource records an intervention
FHIR 规范有许多资源:
http://hl7.org/fhir/2018May/resourcelist.html
假设医生:
- 建议患者卧床休息或:
- 推荐的每日锻炼
这些东西如何记录在FHIR中(哪种资源类型)?
我没有看到 'PatientOrder'、'PatientRecommendation'、'PatientIntervention' 等...
您的选择是 CarePlan 或 ServiceRequest。
注意 FHIR 版本控制:您应该查看 http://hl7.org/fhir (for the current official release - STU3) or http://build.fhir.org(下一个版本的草稿 - R4)。 2018 年 5 月是投票的冻结快照,但不会得到任何实现的支持。
FHIR 规范有许多资源:
http://hl7.org/fhir/2018May/resourcelist.html
假设医生:
- 建议患者卧床休息或:
- 推荐的每日锻炼
这些东西如何记录在FHIR中(哪种资源类型)? 我没有看到 'PatientOrder'、'PatientRecommendation'、'PatientIntervention' 等...
您的选择是 CarePlan 或 ServiceRequest。
注意 FHIR 版本控制:您应该查看 http://hl7.org/fhir (for the current official release - STU3) or http://build.fhir.org(下一个版本的草稿 - R4)。 2018 年 5 月是投票的冻结快照,但不会得到任何实现的支持。