This
page
is
part
of
the
FHIR
Specification
(v5.0.0:
R5
-
STU
).
This
is
the
current
published
version
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
Publish-box
(todo)
Example
DocumentReference/sound
(Turtle)
Raw
Turtle
(+
also
see
Turtle/RDF
Format
Specification
)
Sound
recording
of
speech
@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:DocumentReference ;
<http://hl7.org/fhir/DocumentReference/sound> a fhir:DocumentReference ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "sound"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Sound recording of speech example for Patient Henry Levin (MRN 12345):<br/><img src=\"#11\" alt=\"diagram\"/></div>"
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Sound recording of speech example for Patient Henry Levin (MRN 12345):<br/><img src=\"#s11\" alt=\"diagram\"/></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "current"] ; #
fhir:subject [
fhir:link <http://hl7.org/fhir/Patient/xcda> ;
fhir:reference [ fhir:v "Patient/xcda" ]
] ; #
fhir:author ( [
fhir:link <http://hl7.org/fhir/Practitioner/xcda-author> ;
fhir:reference [ fhir:v "Practitioner/xcda-author" ]
] ) ; #
fhir:content ( [
fhir:id [ fhir:v "s11" ] ;
fhir:attachment [
fhir:contentType [ fhir:v "audio/mpeg" ] ;
fhir:data [ fhir:v "dG9vIGJpZyB0b28gaW5jbHVkZSB0aGUgd2hvbGU="^^xsd:base64Binary ] ; # too big too include the whole
fhir:duration [ fhir:v "65"^^xsd:decimal ]
]
] )] . #
] ) . #
<http://hl7.org/fhir/Patient/xcda> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/xcda-author> a fhir:Practitioner .
# -------------------------------------------------------------------------------------
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.