This
page
is
part
of
the
FHIR
Specification
(v5.0.0:
R5
-
STU
v6.0.0-ballot1:
Release
6
Ballot
(1st
Draft)
(see
Ballot
Notes
).
This
is
the
The
current
published
version
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
Example
Communication/fm-attachment
(XML)
Raw
XML
(
canonical
form
+
also
see
XML
Format
Specification
)
Jump
past
Narrative
An
example
of
an
unsolicited
attachment
-
provision
of
additional
information
(id
=
"fm-attachment")
<?xml version="1.0" encoding="UTF-8"?>
<!--
<contained>
<Organization>
<id value="provider"/>
<identifier>
<system value="http://www.jurisdiction.com/provideroffices"/>
<value value="3456"/>
</identifier>
</Organization>
</contained>
<contained>
<Organization>
<id value="payor"/>
<identifier>
<system value="http://www.jurisdiction.com/insurer"/>
<value value="123456"/>
</identifier>
</Organization>
</contained>
<contained>
<Claim>
<id value="claim"/>
<identifier>
<system value="http://happyvalley.com/claim"/>
<value value="12345"/>
</identifier>
<status value="draft"/>
<type>
<system value="http://hl7.org/fhir/ex-claimtype"/>
<code value="oral"/>
</type>
<patientReference>
<reference value="Patient/1"/>
</patientReference>
</Claim>
</contained>
<contained>
<ClaimResponse>
<id value="claimresponse"/>
<identifier>
<system value="http://www.BenefitsInc.com/fhir/claimresponse"/>
<value value="R3500"/>
</identifier>
<status value="draft"/>
</ClaimResponse>
</contained>
-->
<Communication xmlns="http://hl7.org/fhir">
<id value="fm-attachment"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">Attachment which is unsolicited</div>
</text>
<identifier>
<system value="http://www.providerco.com/communication"/>
<value value="12345"/>
</identifier>
<status value="completed"/>
<category>
<coding>
<system value="http://acme.org/messagetypes"/>
<code value="SolicitedAttachment"/>
</coding>
</category>
<subject>
<reference value="Patient/1"/>
</subject>
<about>
<identifier>
<system value="http://happyvalley.com/claim"/>
<value value="12345"/>
</identifier>
</about>
<about>
<identifier>
<system value="http://www.BenefitsInc.com/fhir/claimresponse"/>
<value value="R3500"/>
</identifier>
</about>
<sent value="2016-06-12T18:01:10-08:00"/>
<recipient>
<identifier>
<system value="http://www.jurisdiction.com/insurer"/>
<value value="123456"/>
</identifier>
</recipient>
<sender>
<identifier>
<system value="http://www.jurisdiction.com/provideroffices"/>
<value value="3456"/>
</identifier>
</sender>
<payload>
<contentAttachment>
<contentType value="application/pdf"/>
<data value="SGVsbG8="/>
<title value="accident notes 20100201.pdf"/>
<creation value="2010-02-01T11:50:23-05:00"/>
</contentAttachment>
</payload>
<payload>
<contentAttachment>
<contentType value="application/pdf"/>
<url value="http://example.org/docs/AB12345"/>
<size value="104274"/>
<hash value="SGVsbG8gdGhlcmU="/>
<creation value="2010-02-01T10:57:34+01:00"/>
</contentAttachment>
</payload>
</
Communication
>
Usage
note:
every
effort
has
been
made
to
ensure
that
the
examples
are
correct
and
useful,
but
they
are
not
a
normative
part
of
the
specification.