Stream: implementers
Topic: FHIR resource to represent a Document
Vamsi Krishna Rajulapati (Aug 10 2018 at 06:35):
Hi, Could you please suggest the appropriate FHIR resource to represent a Document. We have 3 FHIR resources available: Composition(https://www.hl7.org/fhir/composition.html), DocumentManifest(https://www.hl7.org/fhir/documentmanifest.html) and DocumentReference (https://www.hl7.org/fhir/documentreference.html). We are assuming DocumentReference is appropriate based on scope and usage. As part of our requirement we need to represent the RTF Document content (simple plain text) in a FHIR resource. Thank you.
Lloyd McKenzie (Aug 10 2018 at 06:41):
For an RTF - with metadata, use DocumentReference.
Vamsi Krishna Rajulapati (Aug 10 2018 at 06:48):
Thanks @Lloyd McKenzie . Can you also suggest me the attribute to map the content.
Lloyd McKenzie (Aug 10 2018 at 06:54):
DocumentReference.content.attachment.data
Vamsi Krishna Rajulapati (Aug 10 2018 at 07:06):
Thanks @Lloyd McKenzie for your prompt response. I will make use of the DocumentReference FHIR resource.
Last updated: Apr 12 2022 at 19:14 UTC