Person-Centered Outcomes - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Goal ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "pcoGoalAnxietyExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pco/StructureDefinition/pco-prom-goal-profile"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pco/StructureDefinition/pco-prom-goal-profile> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Goal pcoGoalAnxietyExample</b></p><a name=\"pcoGoalAnxietyExample\"> </a><a name=\"hcpcoGoalAnxietyExample\"> </a><a name=\"pcoGoalAnxietyExample-en-US\"> </a><p><b>lifecycleStatus</b>: Active</p><p><b>achievementStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/goal-achievement in-progress}\">In Progress</span></p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/pco/CodeSystem/pco-goal-domains emotional-and-mental-health}\">Emotional And Mental Health</span></p><p><b>description</b>: <span title=\"Codes:\">Reduce to mild anxiety level score</span></p><p><b>subject</b>: <a href=\"Patient-pcoPatientLopez.html\">Camila Lopez Female, DoB: 1959-07-16 ( http://example.org#ee8d4ac0-545c-4501-8d7e-646bfbda1ge3 (use: official, ))</a></p><p><b>start</b>: 2024-08-11</p><h3>Targets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Measure</b></td><td><b>Detail[x]</b></td><td><b>Due[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 70274-6}\">Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]</span></td><td><6 score<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code{score} = '{score}')</span></td><td>2024-12-31</td></tr></table><p><b>expressedBy</b>: <a href=\"Practitioner-pcoPractitionerAnderson.html\">Practitioner John Anderson, MD</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:lifecycleStatus [ fhir:v "active"] ; #
fhir:achievementStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/goal-achievement"^^xsd:anyURI ] ;
fhir:code [ fhir:v "in-progress" ] ] )
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/pco/CodeSystem/pco-goal-domains"^^xsd:anyURI ] ;
fhir:code [ fhir:v "emotional-and-mental-health" ] ;
fhir:display [ fhir:v "Emotional And Mental Health" ] ] )
] ) ; #
fhir:description [
fhir:text [ fhir:v "Reduce to mild anxiety level score" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/pcoPatientLopez" ]
] ; #
fhir:start [
a fhir:date ;
fhir:v "2024-08-11"^^xsd:date
] ; #
fhir:target ( [
fhir:measure [
( fhir:coding [
a loinc:70274-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "70274-6" ] ;
fhir:display [ fhir:v "Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]" ] ] ) ] ;
fhir:detail [
a fhir:Quantity ;
fhir:value [ fhir:v "6"^^xsd:decimal ] ;
fhir:comparator [ fhir:v "<" ] ;
fhir:unit [ fhir:v "score" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "{score}" ] ] ;
fhir:due [
a fhir:date ;
fhir:v "2024-12-31"^^xsd:date ]
] ) ; #
fhir:expressedBy [
fhir:reference [ fhir:v "Practitioner/pcoPractitionerAnderson" ]
] . #
IG © 2024+ HL7 International / Patient Care. Package hl7.fhir.us.pco#0.2.0 based on FHIR 4.0.1. Generated 2025-02-10
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change