This
page
is
part
of
the
FHIR
Specification
(v4.0.1:
R4
-
Mixed
Normative
and
STU
v6.0.0-ballot4:
Release
6
Ballot
(1st
Full
Ballot)
(see
Ballot
Notes
)
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
for
published
versions
R4
Servicerequest-example-myringotomy.xml
Example
ServiceRequest/myringotomy
(XML)
Raw
XML
(
canonical
form
+
also
see
XML
Format
Specification
)
Jump
past
Narrative
An
example
of
a
Myringotomy
referral
request
(id
=
"myringotomy")
<?xml version="1.0" encoding="UTF-8"?>
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="myringotomy"/>
(Details : {SNOMED CT code '103696004' = 'Patient referral to specialist', given as 'Patient
referral to specialist'})(Details : {SNOMED CT code '172676009' = 'Myringotomy and insertion of short-term grommet',
given as 'Myringotomy and insertion of tympanic ventilation tube'})(Details : {http://orionhealth.com/fhir/apps/specialties code 'ent' = 'ent', given as
'ENT'}): In the past 2 years Beverly has had 6 instances of rt-sided Otitis media. She is
falling behind her peers at school, and displaying some learning difficulties.
<identifier>
<system value="http://orionhealth.com/fhir/apps/referralids"/>
<value value="ret4421"/>
</identifier>
<basedOn>
<display value="ServiceRequest for Myringotomy and insertion of short-term grommet"/>
</basedOn>
<replaces>
<display value="prior ServiceRequest"/>
</replaces>
<requisition>
<value value="1234"/>
</requisition>
<status value="active"/>
<intent value="order"/>
<category>
<coding>
<system value="http://snomed.info/sct"/>
<code value="103696004"/>
<display value="Patient referral to specialist"/>
</coding>
</category>
<priority value="routine"/>
<code>
<concept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="172676009"/>
<display value="Myringotomy and insertion of short-term grommet"/>
</coding>
<text value="Insertion of grommets"/>
</concept>
</code>
<subject>
<reference value="https://fhir.example.org/blaze/fhir/Patient/77662"/>
<display value="Beverly Weaver"/>
</subject>
<encounter>
<display value="Beverly Waver's encounter on 2014-02-14"/>
</encounter>
<occurrencePeriod>
<end value="2014-03-14"/>
</occurrencePeriod>
<authoredOn value="2014-02-14"/>
<requester>
<reference value="https://fhir.example.org/blaze/fhir/Practitioner/77272"/>
<display value="Serena Shrink"/>
</requester>
<performerType>
<coding>
<system value="http://orionhealth.com/fhir/apps/specialties"/>
<code value="ent"/>
<display value="ENT"/>
</coding>
</performerType>
<performer>
<reference value="https://fhir.example.org/blaze/fhir/Practitioner/76597"/>
<display value="Dr Dave"/>
</performer>
<reason>
<concept>
<text value="For consideration of Grommets"/>
</concept>
</reason>
<note>
<authorString value="Serena Shrink"/>
<time value="2014-02-14"/>
In the past 2 years Beverly has had 6 instances of rt-sided Otitis media. She is falling
behind her peers at school, and displaying some learning difficulties.
<text value="In the past 2 years Beverly has had 6 instances of rt-sided Otitis media. She is
falling behind her peers at school, and displaying some learning difficulties."/>
</note>
</
ServiceRequest
>
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.