This
page
is
part
of
the
FHIR
Specification
(v0.0.82:
DSTU
1).
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
R4
R3
R2
Real-word condition example (Bacterial Infection) (id = "f205")
<Condition xmlns="http://hl7.org/fhir"> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <p> <b>Generated Narrative</b> </p> <p> <b>subject</b>: Roel </p> <p> <b>asserter</b>: <a href="practitioner-example-f201-ab.html">UZI-nummer = 12345678901 (official); Dokter Bronsig(official); Male; birthDate: 24-Dec 1956; Implementation of planned interventions; Medical oncologist</a> </p> <p> <b>dateAsserted</b>: 4-Apr 2013 </p> <p> <b>code</b>: <span title="Codes: {http://snomed.info/sct 87628006}">Bacterial infectious disease</span> </p> <p> <b>status</b>: working </p> </div> </text> <subject> <reference value="Patient/f201"/> <display value="Roel"/> </subject> <asserter> <reference value="Practitioner/f201"/> </asserter> <dateAsserted value="2013-04-04"/><!-- The problem was entered at April fourth --> <code><!-- The problem is a bacterial infection --> <coding> <system value="http://snomed.info/sct"/> <code value="87628006"/> <display value="Bacterial infectious disease"/> </coding> </code> <status value="working"/> </Condition>