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
USLab Condition Profile Canonical Example: Lead Exposure (id = "uslab-example1")
<Condition xmlns="http://hl7.org/fhir"> <id value="uslab-example1"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div> </text> <patient> <reference value="Patient/uslab-example1"/> </patient><!-- EH note to balloters- these examples are to demonstrate content and structure the clinical scenario is artificial. --> <code> <coding> <system value="http://snomed.info/sct"/> <code value="39065001"/> <display value="Increased lead level"/> </coding> <text value="Increased lead level"/> </code> <category> <coding> <system value="http://hl7.org/fhir/condition-category"/> <code value="diagnosis"/> <display value="Diagnosis"/> </coding> </category> <clinicalStatus value="provisional"/> <notes value="Elevated lead levels on screening"/> </Condition>
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.