This
page
is
part
of
the
Continuous
Integration
Build
of
FHIR
Specification
(v5.0.0:
R5
-
STU
).
This
is
the
current
published
version
in
it's
permanent
home
(it
will
always
(will
be
available
incorrect/inconsistent
at
this
URL).
For
a
full
list
of
available
versions,
see
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
Example
RiskAssessment/riskexample
(Turtle)
Raw
Turtle
(+
also
see
Turtle/RDF
Format
Specification
)
Example
risk
assessment
@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:RiskAssessment ;
<http://hl7.org/fhir/RiskAssessment/riskexample> a fhir:RiskAssessment ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "riskexample"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Risk assessment for reference only</div>"
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Risk assessment for reference only</div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ;
fhir:system [
fhir:v "http://example.org"^^xsd:anyURI ;
fhir:l <http://example.org>
] ;
fhir:value [ fhir:v "risk-assessment-breastcancer1" ]
] ) ; #
fhir:basedOn [
fhir:reference [ fhir:v "ImmunizationRecommendation/example" ]
] ; #
fhir:parent [
fhir:l <http://hl7.org/fhir/DiagnosticReport/example> ;
fhir:reference [ fhir:v "DiagnosticReport/example" ]
] ; #
] ; #
# <basedOn>
# <reference value="ImmunizationRecommendation/example"/>
# </basedOn>
#
fhir:status [ fhir:v "final"] ; #
fhir:code [
fhir:coding ( [
fhir:system [ fhir:v "http://browser.ihtsdotools.org/"^^xsd:anyURI ] ;
fhir:system [
fhir:v "http://browser.ihtsdotools.org/"^^xsd:anyURI ;
fhir:l <http://browser.ihtsdotools.org/>
] ;
fhir:code [ fhir:v "709510001" ] ;
fhir:display [ fhir:v "Assessment of risk for disease (procedure)" ]
] )
] ; #
fhir:subject [
fhir:l <http://hl7.org/fhir/Patient/example> ;
fhir:reference [ fhir:v "Patient/example" ]
] ; #
fhir:encounter [
fhir:l <http://hl7.org/fhir/Encounter/example> ;
fhir:reference [ fhir:v "Encounter/example" ] ;
fhir:display [ fhir:v "Encounter with patient @example" ]
] ; #
fhir:occurrence [ fhir:v "2017-10-10"^^xsd:date] ; #
fhir:occurrence [
a fhir:DateTime ;
fhir:v "2017-10-10"^^xsd:date
] ; #
fhir:condition [
fhir:l <http://hl7.org/fhir/Condition/example> ;
fhir:reference [ fhir:v "Condition/example" ]
] ; #
fhir:performer [
fhir:l <http://hl7.org/fhir/Practitioner/example> ;
fhir:reference [ fhir:v "Practitioner/example" ]
] ; #
fhir:basis ( [
fhir:l <http://hl7.org/fhir/DiagnosticReport/example> ;
fhir:reference [ fhir:v "DiagnosticReport/example" ]
] [
fhir:l <http://hl7.org/fhir/Observation/example> ;
fhir:reference [ fhir:v "Observation/example" ]
] ) ; #
fhir:prediction ( [
fhir:outcome [
fhir:text [ fhir:v "Breast Cancer" ]
] ;
fhir:probability [ fhir:v "0.000368"^^xsd:decimal ] ;
fhir:probability [
a fhir:Quantity ;
fhir:value [ fhir:v 0.000368 ] ;
fhir:unit [ fhir:v "%" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>
] ;
fhir:code [ fhir:v "%" ]
] ;
fhir:when [
a fhir:Range ;
fhir:low [
fhir:value [ fhir:v "54"^^xsd:decimal ] ;
fhir:unit [ fhir:v "years" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>
] ;
fhir:code [ fhir:v "a" ]
] ;
fhir:high [
fhir:value [ fhir:v "57"^^xsd:decimal ] ;
fhir:unit [ fhir:v "years" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>
] ;
fhir:code [ fhir:v "a" ]
]
]
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "This risk assessment is for reference only" ]
] )] . #
] ) . #
<http://hl7.org/fhir/DiagnosticReport/example> a fhir:DiagnosticReport .
<http://hl7.org/fhir/Patient/example> a fhir:Patient .
<http://hl7.org/fhir/Encounter/example> a fhir:Encounter .
<http://hl7.org/fhir/Condition/example> a fhir:Condition .
<http://hl7.org/fhir/Practitioner/example> a fhir:Practitioner .
<http://hl7.org/fhir/Observation/example> a fhir:Observation .
# -------------------------------------------------------------------------------------
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.