XDS/FHIR Metadata Mapping: Difference between revisions

From IHE Wiki
Jump to navigation Jump to search
BillM (talk | contribs)
Created page with "= XDS/FHIR Metadata Mapping = {| |+ ebRIM to FHIR mapping ! Name ! ebRIM ! FHIR ! Comments |- | Test | <a> <b/> </a> | bb cc dd | c |- |}"
 
BillM (talk | contribs)
Line 19: Line 19:
| c
| 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.
|}
|}

Revision as of 11:32, 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.