@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 -------------------------------------------------------------------

<http://hl7.org/fhir/us/pacio-cs/Observation/CSC-SNF-PHQ9-1-Ob-Question-16> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CSC-SNF-PHQ9-1-Ob-Question-16"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/pacio-cs/StructureDefinition/pacio-cs"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/us/pacio-cs/StructureDefinition/pacio-cs>
     ] )
  ] ; # 
  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 CSC-SNF-PHQ9-1-Ob-Question-16</b></p><a name=\"CSC-SNF-PHQ9-1-Ob-Question-16\"> </a><a name=\"hcCSC-SNF-PHQ9-1-Ob-Question-16\"> </a><a name=\"CSC-SNF-PHQ9-1-Ob-Question-16-en-US\"> </a><p><b>Event Location</b>: <a href=\"Location-Org-Loc-03.html\">Location Sky Harbor Home Health Services</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/pacio-cs/CodeSystem/pacio-cat-cs functioning}\">Functioning</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category survey}\">Survey</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 54641-6}\">Trouble falling or staying asleep</span></p><p><b>subject</b>: <a href=\"Patient-patientBSJ1.html\">Betsy Smith-Johnson (no stated gender), DoB Unknown</a></p><p><b>effective</b>: 2020-07-11 11:30:00-0500</p><p><b>performer</b>: <a href=\"PractitionerRole-Role-SLP-LunaBaskins.html\">PractitionerRole Speech and language therapist</a></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA10998-5}\">2-6 days (several days)</span></p><p><b>derivedFrom</b>: <a href=\"QuestionnaireResponse-QResponse-SNF-PHQ9-1.html\">Response to Questionnaire 'http://example.org/Questionnaire/MDS3.0-NC-1.17' about '-&gt;Betsy Smith-Johnson (no stated gender), DoB Unknown'</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/event-location"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:link <http://hl7.org/fhir/us/pacio-cs/Location/Org-Loc-03> ;
       fhir:reference [ fhir:v "Location/Org-Loc-03" ]
     ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://hl7.org/fhir/us/pacio-cs/CodeSystem/pacio-cat-cs"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "functioning" ] ;
       fhir:display [ fhir:v "Functioning" ]
     ] )
  ] [
     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:54641-6 ;
       fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "54641-6" ] ;
       fhir:display [ fhir:v "Trouble falling or staying asleep, or sleeping too much in last 2 weeks.frequency [Reported PHQ-9 CMS]" ]
     ] ) ;
     fhir:text [ fhir:v "Trouble falling or staying asleep" ]
  ] ; # 
  fhir:subject [
     fhir:link <http://hl7.org/fhir/us/pacio-cs/Patient/patientBSJ1> ;
     fhir:reference [ fhir:v "Patient/patientBSJ1" ]
  ] ; # 
  fhir:effective [ fhir:v "2020-07-11T11:30:00-05:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
     fhir:link <http://hl7.org/fhir/us/pacio-cs/PractitionerRole/Role-SLP-LunaBaskins> ;
     fhir:reference [ fhir:v "PractitionerRole/Role-SLP-LunaBaskins" ]
  ] ) ; # 
  fhir:value [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       a loinc:LA10998-5 ;
       fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "LA10998-5" ] ;
       fhir:display [ fhir:v "2-6 days (several days)" ]
     ] ) ;
     fhir:text [ fhir:v "2-6 days (several days)" ]
  ] ; # 
  fhir:derivedFrom ( [
     fhir:link <http://hl7.org/fhir/us/pacio-cs/QuestionnaireResponse/QResponse-SNF-PHQ9-1> ;
     fhir:reference [ fhir:v "QuestionnaireResponse/QResponse-SNF-PHQ9-1" ]
  ] ) . # 

<http://hl7.org/fhir/us/pacio-cs/Location/Org-Loc-03> a fhir:us .

<http://hl7.org/fhir/us/pacio-cs/Patient/patientBSJ1> a fhir:us .

<http://hl7.org/fhir/us/pacio-cs/PractitionerRole/Role-SLP-LunaBaskins> a fhir:us .

<http://hl7.org/fhir/us/pacio-cs/QuestionnaireResponse/QResponse-SNF-PHQ9-1> a fhir:us .

# -------------------------------------------------------------------------------------

