XDS/FHIR Metadata Mapping: Difference between revisions

From IHE Wiki
Jump to navigation Jump to search
BillM (talk | contribs)
BillM (talk | contribs)
Line 34: Line 34:
   </DocumentReference>   
   </DocumentReference>   
| ebRIM includes entryUUID and mimeType in this header element.
| ebRIM includes entryUUID and mimeType in this header element.
|-
| entryUUID
|
|
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:uuid:a76d9bbf-f293-4fb7-ad4c-2851cac77162"/>
  </identifier>
|
|-
| mimeType
|
|
  <mimeType mimeType="text/plain"/>
|
|-
|}
|}

Revision as of 11:34, 6 January 2014

XDS/FHIR Metadata Mapping

ebRIM to FHIR mapping
Name ebRIM FHIR Comments
Test
<a>
  
</a>
bb
  cc
dd
c
DocumentEntry wrapper
<rim:ExtrinsicObject 
    id="Document01" 
    mimeType="text/plain"
    objectType="urn:uuid:7edca82f-054d-47f2-a032-9b2a5b5186c1"/>
 <DocumentReference>
   <identifier>
     <system value="urn:ietf:rfc:3986"/>
     <value value="urn:uuid:a76d9bbf-f293-4fb7-ad4c-2851cac77162"/>
   </identifier>
   <mimeType mimeType="text/plain"/>
 </DocumentReference>  
ebRIM includes entryUUID and mimeType in this header element.
entryUUID
 <identifier>
   <system value="urn:ietf:rfc:3986"/>
   <value value="urn:uuid:a76d9bbf-f293-4fb7-ad4c-2851cac77162"/>
 </identifier>
mimeType
 <mimeType mimeType="text/plain"/>