Da Vinci Risk Adjustment Implementation Guide
2.0.0-preview - STU2 United States of America flag

Da Vinci Risk Adjustment Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 2.0.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-ra/ and changes regularly. 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 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 [ fhir:v "PHQ9 for Pat03" ]     ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-description"^^xsd:anyURI ] ;
fhir:value [ 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><b>Generated Narrative: Observation</b><a name=\"ra-obs02pat03\"> </a><a name=\"hcra-obs02pat03\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceObservation &quot;ra-obs02pat03&quot; </p></div><p><b>status</b>: final</p><p><b>category</b>: Survey <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#survey)</span></p><p><b>code</b>: Patient Health Questionnaire 9 item (PHQ-9) total score [Reported] <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#44261-6)</span></p><p><b>subject</b>: <a href=\"Patient-ra-patient03.html\">Patient/ra-patient03: Nelda Nuclear</a> &quot; NUCLEAR&quot;</p><p><b>effective</b>: 2019-08-23</p><p><b>performer</b>: <a href=\"Organization-ra-laboratory01.html\">Organization/ra-laboratory01: XYZ Laboratory</a> &quot;XYZ Laboratory&quot;</p><p><b>value</b>: 16</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: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 [ fhir:v "2019-08-23"^^xsd:date] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Organization/ra-laboratory01" ] ;
fhir:display [ fhir:v "XYZ Laboratory" ]
  ] ) ; # 
  fhir:value [ fhir:v "16"^^xsd:integer] . #