ShiftPrivacyExamples, published by SHIFT-Task-Force. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SHIFT-Task-Force/demo-fhir-data/ and changes regularly. See the Directory of published versions
: Observation - PHQ-9 Depression Screening - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "CarlFredericksonPHQ9"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://shift.github.io/demo/StructureDefinition/sensitive-observation-profile"^^xsd:anyURI ;
fhir:link <http://shift.github.io/demo/StructureDefinition/sensitive-observation-profile> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation CarlFredericksonPHQ9</b></p><a name=\"CarlFredericksonPHQ9\"> </a><a name=\"hcCarlFredericksonPHQ9\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-sensitive-observation-profile.html\">Sensitive Observation Profile</a></p></div><p><b>Observation Supporting Info Extension</b>: <span title=\"Codes:{http://www.ama-assn.org/go/cpt 96127}\">Brief emotional/behavioral assessment - CPT 96127 (not billed)</span></p><p><b>identifier</b>: <code>http://shift.github.io/demo/observation-identifier</code>/PHQ9-56781</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 720433000}\">Mapple Screening - PHQ-9 depression assessment</span></p><p><b>subject</b>: <code>urn:uuid:CarlFrederickson</code></p><p><b>effective</b>: 2023-08-12 14:30:00+0000</p><p><b>performer</b>: Lucy van Pelt</p><p><b>value</b>: 15</p></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://shift.github.io/demo/StructureDefinition/observation-supportingInfo"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "96127" ] ;
fhir:display [ fhir:v "Brief emotional/behavioral assessment (eg, depression inventory, attention-deficit/hyperactivity disorder [ADHD] scale), with scoring and documentation, per standardized instrument" ] ] ) ;
fhir:text [ fhir:v "Brief emotional/behavioral assessment - CPT 96127 (not billed)" ] ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://shift.github.io/demo/observation-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "PHQ9-56781" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a sct:720433000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "720433000" ] ;
fhir:display [ fhir:v "Patient Health Questionnaire Nine Item score (observable entity)" ] ] ) ;
fhir:text [ fhir:v "Mapple Screening - PHQ-9 depression assessment" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "urn:uuid:CarlFrederickson" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2023-08-12T14:30:00Z"^^xsd:dateTime
] ; #
fhir:performer ( [
fhir:display [ fhir:v "Lucy van Pelt" ]
] ) ; #
fhir:value [
a fhir:integer ;
fhir:v 15
] . #