简体   繁体   English

我们如何在FHIR资源中代表患者的房间号?

[英]How do we represent the Patient's room number in a FHIR resource?

Looking at the FHIR documentation for Patient resource https://www.hl7.org/fhir/patient.html I can't find a way to specify a Patient's room number as it pertains to an organization (facility) that they may be associated to. 查看患者资源的FHIR文档https://www.hl7.org/fhir/patient.html我无法找到指定患者房间号的方法,因为它与他们可能关联的组织(设施)有关至。 I found the Location resource type https://www.hl7.org/fhir/location.html#Location but don't see how to associated that with a Patient. 我找到了位置资源类型https://www.hl7.org/fhir/location.html#Location,但没有看到如何将其与患者相关联。

Thoughts? 思考?

链接将通过Encounter资源。

In v0.0.82 spec on the HL7.org website, the Encounter resource has a set of optional Hospitalization fields. 在HL7.org网站上的v0.0.82规范中,Encounter资源有一组可选的Hospitalization字段。 Those in turn can point to Accommodation. 那些反过来可以指向住宿。 One of the Accommodation fields is called 'bed', and refers to a location. 其中一个住宿字段称为“床”,指的是一个位置。

The "Current Build" documentation on github ( http://hl7-fhir.github.io/encounter.html ), has the Encounter directly referencing a more generic Location. github上的“Current Build”文档( http://hl7-fhir.github.io/encounter.html )让Encounter直接引用了更通用的Location。 But I've never been able to figure out how to reference these current builds by version number or time-date stamp, and thus: I don't know how long this 2nd paragraph of my reply will remain true/valid. 但是我从来没有弄清楚如何通过版本号或时间日期标记来引用这些当前版本,因此:我不知道我的回复的第2段将保持多久有效/有效。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM