XDS/FHIR Metadata Mapping: Difference between revisions

From IHE Wiki
Jump to navigation Jump to search
BillM (talk | contribs)
BillM (talk | contribs)
Replaced content with "= XDS/FHIR Metadata Mapping This content moved to [https://docs.google.com/document/d/1enHPf9G7sVa3i5rhU_ILFfQ8_DU0nfiN2Qj1wMXw68o/edit?usp=sharing here]."
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
= XDS/FHIR Metadata Mapping =
= XDS/FHIR Metadata Mapping


{|
This content moved to [https://docs.google.com/document/d/1enHPf9G7sVa3i5rhU_ILFfQ8_DU0nfiN2Qj1wMXw68o/edit?usp=sharing here].
|+ ebRIM to FHIR mapping
! Name
! ebRIM
! FHIR
! Comments
|-
| Test
|
<a>
  <b/>
</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.
|}

Latest revision as of 12:44, 13 February 2014

= XDS/FHIR Metadata Mapping

This content moved to here.