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]."
 
(10 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
! Attribute
! 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.
|-
| entryUUID
|
|
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:uuid:a76d9bbf-f293-4fb7-ad4c-2851cac77162"/>
  </identifier>
|
|-
| mimeType
|
|
  <mimeType mimeType="text/plain"/>
|
|-
| creationTime
|
  <rim:Slot name="creationTime">
    <rim:ValueList>
      <rim:Value>20051224</rim:Value>
    </rim:ValueList>
  </rim:Slot>
|
<created value="20051224"/>
|
|-
| languageCode
|
<rim:Slot name="languageCode">
  <rim:ValueList>
    <rim:Value>en-us</rim:Value>
  </rim:ValueList>
</rim:Slot>
|
<primaryLanguage value="en-us"/>
|
|-
|}

Latest revision as of 12:44, 13 February 2014

= XDS/FHIR Metadata Mapping

This content moved to here.