This page is part of the Da Vinci Risk Adjustment FHIR Implementation Guide (v2.0.0: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Observation: PHQ9 from 20190823 - 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 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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ra-obs02pat03"] ; #
fhir:meta [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-name"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "PHQ9 for Pat03" ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-description"^^xsd:anyURI ] ;
fhir:value [
a fhir:markdown ;
fhir:v "This is a PHQ9 Total Score for Pat03*." ] ] )
] ; #
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 ra-obs02pat03</b></p><a name=\"ra-obs02pat03\"> </a><a name=\"hcra-obs02pat03\"> </a><a name=\"ra-obs02pat03-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 44261-6}\">Patient Health Questionnaire 9 item (PHQ-9) total score [Reported]</span></p><p><b>subject</b>: <a href=\"Patient-ra-patient03.html\">Nelda Nuclear</a></p><p><b>effective</b>: 2019-08-23</p><p><b>performer</b>: <a href=\"Organization-ra-laboratory01.html\">XYZ Laboratory</a></p><p><b>value</b>: 16</p></div>"^^rdf:XMLLiteral
] ; #
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:display [ fhir:v "Survey" ] ] ) ;
fhir:text [ fhir:v "Survey" ]
] ) ; #
fhir:code [
( fhir:coding [
a loinc:44261-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "44261-6" ] ;
fhir:display [ fhir:v "Patient Health Questionnaire 9 item (PHQ-9) total score [Reported]" ] ] ) ;
fhir:text [ fhir:v "Patient Health Questionnaire 9 item (PHQ-9) total score [Reported]" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ra-patient03" ] ;
fhir:display [ fhir:v "Nelda Nuclear" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2019-08-23"^^xsd:date
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Organization/ra-laboratory01" ] ;
fhir:display [ fhir:v "XYZ Laboratory" ]
] ) ; #
fhir:value [
a fhir:integer ;
fhir:v "16"^^xsd:integer
] . #