Person-Centered Outcomes
0.1.0 - ci-build International flag

Person-Centered Outcomes, published by Mountain Lotus WellBeing LLC. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/mtnlotus/pco-ig/ and changes regularly. See the Directory of published versions

: GAD-7 PROM Follow-up Score - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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 -------------------------------------------------------------------

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "pcoPROMScoreAnxietyExample"] ; # 
  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: Observation pcoPROMScoreAnxietyExample</b></p><a name=\"pcoPROMScoreAnxietyExample\"> </a><a name=\"hcpcoPROMScoreAnxietyExample\"> </a><a name=\"pcoPROMScoreAnxietyExample-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category survey}\">Survey</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 70274-6}\">Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]</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>focus</b>: <a href=\"Goal-pcoGoalAnxietyExample.html\">Goal: lifecycleStatus = active; achievementStatus = In Progress; category = Power of the Mind; description = ; start[x] = 2024-08-11</a></p><p><b>effective</b>: 2024-09-19 13:15:00+0000</p><p><b>performer</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>value</b>: 10 score<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{score} = '{score}')</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "survey" ]     ] )
  ] ) ; # 
  fhir:code [
    ( 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:subject [
fhir:reference [ fhir:v "Patient/pcoPatientLopez" ]
  ] ; # 
  fhir:focus ( [
fhir:reference [ fhir:v "Goal/pcoGoalAnxietyExample" ]
  ] ) ; # 
  fhir:effective [ fhir:v "2024-09-19T13:15:00Z"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Patient/pcoPatientLopez" ]
  ] ) ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "10"^^xsd:decimal ] ;
fhir:unit [ fhir:v "score" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "{score}" ]
  ] . #