This
page
is
part
of
the
Continuous
Integration
Build
of
FHIR
Specification
(v5.0.0:
R5
-
STU
).
This
is
the
current
published
version
in
it's
permanent
home
(it
will
always
(will
be
available
incorrect/inconsistent
at
this
URL).
For
a
full
list
of
available
versions,
see
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
Example
Communication/fm-solicited
(Turtle)
Raw
Turtle
(+
also
see
Turtle/RDF
Format
Specification
)
An
example
of
a
response
to
a
request
for
additional
information
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
[a fhir:Communication ;
<http://hl7.org/fhir/Communication/fm-solicited> a fhir:Communication ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "fm-solicited"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Attachment in response to a Request</div>"
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Attachment in response to a Request</div>"^^rdf:XMLLiteral ]
] ; #
fhir:contained ( [
a fhir:Organization ;
fhir:id [ fhir:v "provider" ] ;
fhir:identifier ( [
fhir:system [ fhir:v "http://www.jurisdiction.com/provideroffices"^^xsd:anyURI ] ;
fhir:system [
fhir:v "http://www.jurisdiction.com/provideroffices"^^xsd:anyURI ;
fhir:l <http://www.jurisdiction.com/provideroffices>
] ;
fhir:value [ fhir:v "3456" ]
] )
] [
a fhir:Organization ;
fhir:id [ fhir:v "payor" ] ;
fhir:identifier ( [
fhir:system [ fhir:v "http://www.jurisdiction.com/insurer"^^xsd:anyURI ] ;
fhir:system [
fhir:v "http://www.jurisdiction.com/insurer"^^xsd:anyURI ;
fhir:l <http://www.jurisdiction.com/insurer>
] ;
fhir:value [ fhir:v "123456" ]
] )
] [
a fhir:CommunicationRequest ;
fhir:id [ fhir:v "request" ] ;
fhir:identifier ( [
fhir:system [ fhir:v "http://www.jurisdiction.com/insurer/123456"^^xsd:anyURI ] ;
fhir:system [
fhir:v "http://www.jurisdiction.com/insurer/123456"^^xsd:anyURI ;
fhir:l <http://www.jurisdiction.com/insurer/123456>
] ;
fhir:value [ fhir:v "ABC123" ]
] ) ;
fhir:status [ fhir:v "completed" ] ;
fhir:intent [ fhir:v "proposal" ] ;
fhir:subject [
fhir:l <http://hl7.org/fhir/Patient/1> ;
fhir:reference [ fhir:v "Patient/1" ]
]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://www.providerco.com/communication"^^xsd:anyURI ] ;
fhir:system [
fhir:v "http://www.providerco.com/communication"^^xsd:anyURI ;
fhir:l <http://www.providerco.com/communication>
] ;
fhir:value [ fhir:v "12345" ]
] ) ; # body of the resource
fhir:basedOn ( [
fhir:l <#request> ;
fhir:reference [ fhir:v "#request" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:category ( [
fhir:coding ( [
fhir:system [ fhir:v "http://acme.org/messagetypes"^^xsd:anyURI ] ;
fhir:system [
fhir:v "http://acme.org/messagetypes"^^xsd:anyURI ;
fhir:l <http://acme.org/messagetypes>
] ;
fhir:code [ fhir:v "SolicitedAttachment" ]
] )
] ) ; #
fhir:subject [
fhir:l <http://hl7.org/fhir/Patient/1> ;
fhir:reference [ fhir:v "Patient/1" ]
] ; #
fhir:sent [ fhir:v "2016-06-12T18:01:10-08:00"^^xsd:dateTime] ; #
fhir:recipient ( [
fhir:l <#payor> ;
fhir:reference [ fhir:v "#payor" ]
] ) ; #
fhir:sender [
fhir:l <#provider> ;
fhir:reference [ fhir:v "#provider" ]
] ; #
fhir:payload ( [
fhir:content [
a fhir:Attachment ;
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:data [ fhir:v "SGVsbG8="^^xsd:base64Binary ] ;
fhir:title [ fhir:v "accident notes 20100201.pdf" ] ;
fhir:creation [ fhir:v "2010-02-01T11:50:23-05:00"^^xsd:dateTime ]
]
] [
fhir:content [
a fhir:Attachment ;
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:url [ fhir:v "http://happyvalley.com/docs/AB12345"^^xsd:anyURI ] ;
fhir:size [ fhir:v "104274"^^xsd:long ] ;
fhir:hash [ fhir:v "SGVsbG8gdGhlcmU="^^xsd:base64Binary ] ;
fhir:url [
fhir:v "https://www.fhir.org/fhir-glossy.pdf"^^xsd:anyURI ;
fhir:l <https://www.fhir.org/fhir-glossy.pdf>
] ;
fhir:size [ fhir:v "387569"^^xsd:long ] ;
fhir:hash [ fhir:v "9Vd6+eYTfCoKoNv6y2x5aMlZdUY="^^xsd:base64Binary ] ;
fhir:creation [ fhir:v "2010-02-01T10:57:34+01:00"^^xsd:dateTime ]
]
] )] . #
] ) . #
<http://hl7.org/fhir/Patient/1> a fhir:Patient .
# -------------------------------------------------------------------------------------
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.