Clinical
Summary
This
page
is
part
of
the
FHIR
Specification
(v4.3.0:
R4B
(v5.0.0-draft-final:
Final
QA
Preview
for
R5
-
STU
see
ballot
notes
).
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
| Patient Care Work Group | Maturity Level : N/A | Standards Status : Informative | Compartments : Patient |
Raw Turtle (+ also see Turtle/RDF Format Specification )
Goal of Weight Loss
@prefix fhir: <http://hl7.org/fhir/> .@prefix loinc: <http://loinc.org/rdf#> .@prefix loinc: <https://loinc.org/rdf/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource -------------------------------------------------------------------<http://hl7.org/fhir/Goal/example> a fhir:Goal; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "additional" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p> A simple care goal for a patient to lose weight due to obesity.</p>\n </div>" ]; fhir:Goal.identifier [ fhir:index 0; fhir:Identifier.value [ fhir:value "123" ] ]; fhir:Goal.lifecycleStatus [ fhir:value "on-hold"]; fhir:Goal.category [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/goal-category" ]; fhir:Coding.code [ fhir:value "dietary" ] ] ]; fhir:Goal.priority [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/goal-priority" ]; fhir:Coding.code [ fhir:value "high-priority" ]; fhir:Coding.display [ fhir:value "High Priority" ] ]; fhir:CodeableConcept.text [ fhir:value "high" ] ]; fhir:Goal.description [ fhir:CodeableConcept.text [ fhir:value "Target weight is 160 to 180 lbs." ] ]; fhir:Goal.subject [ fhir:link <http://hl7.org/fhir/Patient/example>; fhir:Reference.reference [ fhir:value "Patient/example" ]; fhir:Reference.display [ fhir:value "Peter James Chalmers" ] ]; fhir:Goal.startDate [ fhir:value "2015-04-05"^^xsd:date]; fhir:Goal.target [ fhir:index 0; fhir:Goal.target.measure [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:3141-9; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "3141-9" ]; fhir:Coding.display [ fhir:value "Weight Measured" ] ] ]; fhir:Goal.target.detailRange [ fhir:Range.low [ fhir:Quantity.value [ fhir:value "160"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "lbs" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "[lb_av]" ] ]; fhir:Range.high [ fhir:Quantity.value [ fhir:value "180"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "lbs" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "[lb_av]" ][a fhir:Goal ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example"] ; # fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p> A simple care goal for a patient to lose weight due to obesity.</p>\n </div>" ] ; # fhir:identifier ( [ fhir:value [ fhir:v "123" ] ] ) ; # fhir:lifecycleStatus [ fhir:v "on-hold"] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/goal-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "dietary" ] ] ) ] ) ; # fhir:continuous [ fhir:v "true"^^xsd:boolean] ; # fhir:priority [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/goal-priority"^^xsd:anyURI ] ; fhir:code [ fhir:v "high-priority" ] ; fhir:display [ fhir:v "High Priority" ] ] ) ; fhir:text [ fhir:v "high" ] ] ; # fhir:description [ fhir:text [ fhir:v "Target weight is 160 to 180 lbs." ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/example" ] ; fhir:display [ fhir:v "Peter James Chalmers" ] ] ; # fhir:start [ fhir:v "2015-04-05"^^xsd:date] ; # fhir:target ( [ fhir:measure [ fhir:coding ( [ a loinc:3141-9 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "3141-9" ] ; fhir:display [ fhir:v "Weight Measured" ] ] ) ] ; fhir:detail [ a fhir:Range ; fhir:low [ fhir:value [ fhir:v "160"^^xsd:decimal ] ; fhir:unit [ fhir:v "lbs" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "[lb_av]" ] ] ; fhir:high [ fhir:value [ fhir:v "180"^^xsd:decimal ] ; fhir:unit [ fhir:v "lbs" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "[lb_av]" ] ]]; fhir:Goal.target.dueDate [ fhir:value "2016-04-05"^^xsd:date ] ]; fhir:Goal.statusDate [ fhir:value "2016-02-14"^^xsd:date]; fhir:Goal.statusReason [ fhir:value "Patient wants to defer weight loss until after honeymoon."]; fhir:Goal.expressedBy [ fhir:link <http://hl7.org/fhir/Patient/example>; fhir:Reference.reference [ fhir:value "Patient/example" ]; fhir:Reference.display [ fhir:value "Peter James Chalmers" ] ]; fhir:Goal.addresses [ fhir:index 0; fhir:Reference.display [ fhir:value "obesity condition" ] ]; fhir:Goal.outcomeReference [ fhir:index 0; fhir:link <http://hl7.org/fhir/Observation/example>; fhir:Reference.reference [ fhir:value "Observation/example" ]; fhir:Reference.display [ fhir:value "Body Weight Measured" ] ] . <http://hl7.org/fhir/Patient/example> a fhir:Patient . <http://hl7.org/fhir/Observation/example> a fhir:Observation . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Goal/example.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://build.fhir.org/Goal/example.ttl> .] ; fhir:due [ fhir:v "2016-04-05"^^xsd:date ] ] ) ; # fhir:statusDate [ fhir:v "2016-02-14"^^xsd:date] ; # fhir:statusReason [ fhir:v "Patient wants to defer weight loss until after honeymoon."] ; # fhir:source [ fhir:reference [ fhir:v "Patient/example" ] ; fhir:display [ fhir:v "Peter James Chalmers" ] ] ; # fhir:addresses ( [ fhir:display [ fhir:v "obesity condition" ] ] ) ; # fhir:outcome ( [ fhir:reference [ fhir:reference [ fhir:v "Observation/example" ] ; fhir:display [ fhir:v "Body Weight Measured" ] ] ] )] . # # -------------------------------------------------------------------------------------
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.
FHIR
®©
HL7.org
2011+.
FHIR
Release
4B
(v4.3.0)
hl7.fhir.r4b.core#4.3.0
R5
hl7.fhir.core#5.0.0-draft-final
generated
on
Sat,
May
28,
2022
12:55+1000.
Wed,
Mar
1,
2023
23:06+1100.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Glossary
|
QA
Page
|
Compare
to
R4
R4B
|
Compare
to
R5
Draft
|
|
Propose
a
change