简体   繁体   English

在 FHIR 资源上添加对外部 PDF 的引用

[英]Adding reference to external PDF on FHIR resource

I am wanting to add a reference to an external/3rd party PDF datasheet with more information on a Medication resource, am I best to add this as an extension with the Url of the extension pointing to the "home page" for the datasheets, and a valueString of the URL of the PDF (the PDFs are not currently available via an API).我想添加对外部/第 3 方 PDF 数据表的引用,其中包含有关药物资源的更多信息,我是否最好将其添加为扩展名,扩展名的 URL 指向数据表的“主页”,以及PDF 的 URL 的 valueString(PDF 当前无法通过 API 获得)。

For example, if I wanted to reference the PDF available at the following: https://www.medicines.org.uk/emc/files/pil.9845.pdf例如,如果我想参考以下可用的 PDF: https : //www.medicines.org.uk/emc/files/pil.9845.pdf

I'd set the Url = https://www.medicines.org.uk/emc/ and the valueString = https://www.medicines.org.uk/emc/files/pil.9845.pdf我会设置 Url = https://www.medicines.org.uk/emc/和 valueString = https://www.medicines.org.uk/emc/files/pil.9845.pdf

It would be better to use valueUri rather than valueString given that it's supposed to be a reference.最好使用 valueUri 而不是 valueString ,因为它应该是一个参考。 Your alternative would be have the extension be valueReference that points to a DocumentReference which could then give some metadata about the PDF, but if you don't have that, a simple valueUri is fine.您的替代方法是将 valueReference 扩展为指向 DocumentReference 的扩展名,然后可以提供有关 PDF 的一些元数据,但如果您没有,则简单的 valueUri 就可以了。 You might also look at the MedicationKnowledge resource, as the focus there is conveying more "drug masterfile" type information.您还可以查看药物知识资源,因为那里的重点是传达更多“药物主文件”类型的信息。 Medication is more the resource sent with the prescription or dispense to describe exactly what was prescribed/dispensed, not to convey knowledge about it.药物更多是随处方或配药一起发送的资源,用于准确描述开出/配药的内容,而不是传达有关它的知识。

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

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