This
page
is
part
of
the
Continuous
Integration
Build
of
FHIR
Specification
(v4.0.1:
R4
-
Mixed
Normative
and
STU
)
in
it's
permanent
home
(it
will
always
(will
be
available
incorrect/inconsistent
at
this
URL).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
R2
Condition-example-f201-fever.xml
Example
Substance/example
(Turtle)
Raw
Raw
Turtle
(+
also
see
XML
Turtle/RDF
Format
Specification
)
Jump
past
Narrative
Real-word
condition
example
(fever)
(id
=
"f201")
General
Example
<?xml version="1.0" encoding="UTF-8"?>
@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#> .
(Details : {http://terminology.hl7.org/CodeSystem/condition-clinical code 'resolved' =
'Resolved)(Details : {http://terminology.hl7.org/CodeSystem/condition-ver-status code 'confirmed'
= 'Confirmed)(Details : {SNOMED CT code '55607006' = 'Problem', given as 'Problem'}; {http://terminology.hl7.org/
CodeSystem/condition-category code 'problem-list-item' = 'Problem List Item)(Details : {SNOMED CT code '38266002' = 'Body as a whole', given as 'Entire body as a
whole'})
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Substance/example> a fhir:Substance ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example"] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://acme.org/identifiers/substances"^^xsd:anyURI ;
fhir:l <http://acme.org/identifiers/substances>
] ;
fhir:value [ fhir:v "1463" ]
] ) ; #
# <text>
# <status value="generated"/>
# <div xmlns="http://www.w3.org/1999/xhtml">Apitoxin (known as Honey Bee Venom)</div>
# </text>
#
fhir:status [ fhir:v "active"] ; #
fhir:category ( [
fhir:coding ( [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/substance-category"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/substance-category>
] ;
fhir:code [ fhir:v "allergen" ] ;
fhir:display [ fhir:v "Allergen" ]
] )
] ) ; #
fhir:code [
fhir:concept [
fhir:text [ fhir:v "apitoxin (Honey Bee Venom)" ]
]
] . #
# -------------------------------------------------------------------------------------
</
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.