XDS-FHIR-mapping

From IHE Wiki
Jump to navigation Jump to search

These notes contain the current thinking on how to map Document Sharing attributes to FHIR. This page will be updated as we learn more.

In the tables below, the left side is the current ebRIM content and the right side is the proposed FHIR content.

DocumentEntry

DocumentEntry Wrapper

<ExtrinsicObject 
    mimeType="text/plain"
<DocumentReference>
   <text>
      <status value="generated"/>
      <div  xmlns="http://www.w3.org/1999/xhtml">
      </div>
   </text>
   <mimeType value="text/plain"/>
 </DocumentReference>

The text element represents an HTML rendition of the DocumentReference. This example shows that the HTML has been generated.

DocumentReference shall have on masterIdentifier (1..1) and my have many additional identifiers. It is not clear that we use any other identifiers (check uniqueID).

In the FHIR DocumentReference example, the masterIdentifier is coded as a urn:oid:.