|
Level
|
Code
|
System
|
Display
|
Definition
|
Canonical
Mapping
for
"Observation
Status"
|
|
1
|
registered
|
http://hl7.org/fhir/observation-status
|
Registered
|
The
existence
of
the
observation
is
registered,
but
there
is
no
result
yet
available.
|
~
received
|
|
1
|
preliminary
|
http://hl7.org/fhir/observation-status
|
Preliminary
|
This
is
an
initial
or
interim
observation:
data
may
be
incomplete
or
unverified.
|
~
draft
|
|
1
|
final
|
http://hl7.org/fhir/observation-status
|
Final
|
The
observation
is
complete
and
there
are
no
further
actions
needed.
Additional
information
such
"released",
"signed",
etc.
would
be
represented
using
Provenance
which
provides
not
only
the
act
but
also
the
actors
and
dates
and
other
related
data.
These
act
states
would
be
associated
with
an
observation
status
of
preliminary
until
they
are
all
completed
and
then
a
status
of
final
would
be
applied.
|
~
complete
|
|
1
|
amended
|
http://hl7.org/fhir/observation-status
|
Amended
|
Subsequent
to
define
being
Final,
the
questions
involved
observation
has
been
modified
subsequent.
This
includes
updates/new
information
and
corrections.
|
~
replaced
|
|
2
|
corrected
|
http://hl7.org/fhir/observation-status
|
Corrected
|
Subsequent
to
being
Final,
the
observation
has
been
modified
to
correct
an
error
in
the
PHQ-9
health
questionnaire
test
result.
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://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/Questionnaire/phq-9-questionnaire> a fhir:Questionnaire;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "phq-9-questionnaire"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/StructureDefinition/cqf-questionnaire";
fhir:index 0;
fhir:link <http://hl7.org/fhir/StructureDefinition/cqf-questionnaire>
]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">PHQ-9 Questionnaire with dynamic logic</div>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/cqf-library" ];
fhir:Extension.valueCanonical [
fhir:value "Library/phq-9-logic";
fhir:link <http://hl7.org/fhir/Library/phq-9-logic>
]
];
fhir:Questionnaire.identifier [
fhir:index 0;
fhir:Identifier.use [ fhir:value "official" ];
fhir:Identifier.value [ fhir:value "phq-9" ]
];
fhir:Questionnaire.version [ fhir:value "1.0.0"];
fhir:Questionnaire.title [ fhir:value "Patient Health Questionnaire (PHQ-9)"];
fhir:Questionnaire.status [ fhir:value "draft"];
fhir:Questionnaire.subjectType [
fhir:value "Patient";
fhir:index 0
];
fhir:Questionnaire.code [
fhir:index 0;
a loinc:44249-1;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "44249-1" ];
fhir:Coding.display [ fhir:value "PHQ-9 quick depression assessment panel:-:Pt:^Patient:-:Report.PHQ-9" ]
];
fhir:Questionnaire.item [
fhir:index 0;
fhir:Questionnaire.item.linkId [ fhir:value "LittleInterest" ];
fhir:Questionnaire.item.code [
fhir:index 0;
a loinc:44250-9;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "44250-9" ]
];
fhir:Questionnaire.item.text [ fhir:value "Little interest or pleasure in doing things" ];
fhir:Questionnaire.item.type [ fhir:value "choice" ];
fhir:Questionnaire.item.required [ fhir:value "true"^^xsd:boolean ];
fhir:Questionnaire.item.answerValueSet [
fhir:value "http://loinc.org/vs/LL358-3";
fhir:link <http://loinc.org/vs/LL358-3>
]
], [
fhir:index 1;
fhir:Questionnaire.item.linkId [ fhir:value "FeelingDown" ];
fhir:Questionnaire.item.code [
fhir:index 0;
a loinc:44255-8;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "44255-8" ]
];
fhir:Questionnaire.item.text [ fhir:value "Feeling down, depressed, or hopeless" ];
fhir:Questionnaire.item.type [ fhir:value "choice" ];
fhir:Questionnaire.item.required [ fhir:value "true"^^xsd:boolean ];
fhir:Questionnaire.item.answerValueSet [
fhir:value "http://loinc.org/vs/LL358-3";
fhir:link <http://loinc.org/vs/LL358-3>
]
], [
fhir:index 2;
fhir:Questionnaire.item.linkId [ fhir:value "TroubleSleeping" ];
fhir:Questionnaire.item.code [
fhir:index 0;
a loinc:44259-0;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "44259-0" ]
];
fhir:Questionnaire.item.text [ fhir:value "Trouble falling or staying asleep" ];
fhir:Questionnaire.item.type [ fhir:value "choice" ];
fhir:Questionnaire.item.required [ fhir:value "true"^^xsd:boolean ];
fhir:Questionnaire.item.answerValueSet [
fhir:value "http://loinc.org/vs/LL358-3";
fhir:link <http://loinc.org/vs/LL358-3>
]
], [
fhir:index 3;
fhir:Questionnaire.item.linkId [ fhir:value "FeelingTired" ];
fhir:Questionnaire.item.code [
fhir:index 0;
a loinc:44254-1;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "44254-1" ]
];
fhir:Questionnaire.item.text [ fhir:value "Feeling tired or having little energy" ];
fhir:Questionnaire.item.type [ fhir:value "choice" ];
fhir:Questionnaire.item.required [ fhir:value "true"^^xsd:boolean ];
fhir:Questionnaire.item.answerValueSet [
fhir:value "http://loinc.org/vs/LL358-3";
fhir:link <http://loinc.org/vs/LL358-3>
]
], [
fhir:index 4;
fhir:Questionnaire.item.linkId [ fhir:value "BadAppetite" ];
fhir:Questionnaire.item.code [
fhir:index 0;
a loinc:44251-7;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "44251-7" ]
];
fhir:Questionnaire.item.text [ fhir:value "Poor appetite or overeating" ];
fhir:Questionnaire.item.type [ fhir:value "choice" ];
fhir:Questionnaire.item.required [ fhir:value "true"^^xsd:boolean ];
fhir:Questionnaire.item.answerValueSet [
fhir:value "http://loinc.org/vs/LL358-3";
fhir:link <http://loinc.org/vs/LL358-3>
]
], [
fhir:index 5;
fhir:Questionnaire.item.linkId [ fhir:value "FeelingBadAboutSelf" ];
fhir:Questionnaire.item.code [
fhir:index 0;
a loinc:44258-2;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "44258-2" ]
];
fhir:Questionnaire.item.text [ fhir:value "Feeling bad about yourself - or that you are a failure or have let yourself or your family down" ];
fhir:Questionnaire.item.type [ fhir:value "choice" ];
fhir:Questionnaire.item.required [ fhir:value "true"^^xsd:boolean ];
fhir:Questionnaire.item.answerValueSet [
fhir:value "http://loinc.org/vs/LL358-3";
fhir:link <http://loinc.org/vs/LL358-3>
]
], [
fhir:index 6;
fhir:Questionnaire.item.linkId [ fhir:value "TroubleConcentrating" ];
fhir:Questionnaire.item.code [
fhir:index 0;
a loinc:44252-5;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "44252-5" ]
];
fhir:Questionnaire.item.text [ fhir:value "Trouble concentrating on things, such as reading the newspaper or watching television" ];
fhir:Questionnaire.item.type [ fhir:value "choice" ];
fhir:Questionnaire.item.required [ fhir:value "true"^^xsd:boolean ];
fhir:Questionnaire.item.answerValueSet [
fhir:value "http://loinc.org/vs/LL358-3";
fhir:link <http://loinc.org/vs/LL358-3>
]
], [
fhir:index 7;
fhir:Questionnaire.item.linkId [ fhir:value "MovingSpeaking" ];
fhir:Questionnaire.item.code [
fhir:index 0;
a loinc:44253-3;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "44253-3" ]
];
fhir:Questionnaire.item.text [ fhir:value "Moving or speaking so slowly that other people could have noticed. Or the opposite - being so fidgety or restless that you have been moving around a lot more than usual" ];
fhir:Questionnaire.item.type [ fhir:value "choice" ];
fhir:Questionnaire.item.required [ fhir:value "true"^^xsd:boolean ];
fhir:Questionnaire.item.answerValueSet [
fhir:value "http://loinc.org/vs/LL358-3";
fhir:link <http://loinc.org/vs/LL358-3>
]
], [
fhir:index 8;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/cqf-expression" ];
fhir:Extension.valueExpression [
fhir:Expression.language [ fhir:value "text/cql" ];
fhir:Expression.expression [ fhir:value "CalculateTotalScore" ]
]
];
fhir:Questionnaire.item.linkId [ fhir:value "TotalScore" ];
fhir:Questionnaire.item.code [
fhir:index 0;
a loinc:44261-6;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "44261-6" ]
];
fhir:Questionnaire.item.text [ fhir:value "Total score" ];
fhir:Questionnaire.item.type [ fhir:value "integer" ];
fhir:Questionnaire.item.required [ fhir:value "true"^^xsd:boolean ]
], [
fhir:index 9;
fhir:Questionnaire.item.linkId [ fhir:value "Difficulty" ];
fhir:Questionnaire.item.code [
fhir:index 0;
a loinc:44256-6;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "44256-6" ]
];
fhir:Questionnaire.item.text [ fhir:value "If you checked off any problems, how difficult have these problems made it for you to do your work, take care of things at home, or get along with other people" ];
fhir:Questionnaire.item.type [ fhir:value "choice" ];
fhir:Questionnaire.item.required [ fhir:value "true"^^xsd:boolean ];
fhir:Questionnaire.item.answerValueSet [
fhir:value "http://loinc.org/vs/LL358-3";
fhir:link <http://loinc.org/vs/LL358-3>
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Questionnaire/phq-9-questionnaire.ttl> a owl:Ontology;
owl:imports fhir:fhir.ttl;
owl:versionIRI <http://build.fhir.org/Questionnaire/phq-9-questionnaire.ttl> .
# -------------------------------------------------------------------------------------
|
~
replaced
|
|
1
|
cancelled
|
http://hl7.org/fhir/observation-status
|
Cancelled
|
Usage
note:
every
effort
The
observation
is
unavailable
because
the
measurement
was
not
started
or
not
completed
(also
sometimes
called
"aborted").
|
~
abandoned
|
|
1
|
entered-in-error
|
http://hl7.org/fhir/observation-status
|
Entered
in
Error
|
The
observation
has
been
made
to
ensure
withdrawn
following
previous
final
release.
This
electronic
record
should
never
have
existed,
though
it
is
possible
that
real-world
decisions
were
based
on
it.
(If
real-world
activity
has
occurred,
the
examples
are
correct
and
useful,
status
should
be
"cancelled"
rather
than
"entered-in-error".).
|
~
error
|
|
1
|
unknown
|
http://hl7.org/fhir/observation-status
|
Unknown
|
The
authoring/source
system
does
not
know
which
of
the
status
values
currently
applies
for
this
observation.
Note:
This
concept
is
not
to
be
used
for
"other"
-
one
of
the
listed
statuses
is
presumed
to
apply,
but
they
are
the
authoring/source
system
does
not
a
normative
know
which.
|
~
unknown
|