XDS/FHIR Metadata Mapping
XDS/FHIR Metadata 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"/> |