@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 -------------------------------------------------------------------

<http://hl7.org/fhir/us/healthedata1-sandbox/Observation/Tobacco-item-example-82769-1> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Tobacco-item-example-82769-1"] ; # 
  fhir:meta [
     fhir:extension ( [
       fhir:url [
         fhir:v "http://hl7.org/fhir/StructureDefinition/instance-name"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/StructureDefinition/instance-name>
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Tobacco Item Example 82769-1"
       ]
     ] [
       fhir:url [
         fhir:v "http://hl7.org/fhir/StructureDefinition/instance-description"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/StructureDefinition/instance-description>
       ] ;
       fhir:value [
         a fhir:Markdown ;
         fhir:v "This is a Tobacco Item Example 82769-1 (Smoked or non-smoked tobacco) for the *US Core Observation Screening Assessment Profile*"
       ]
     ] ) ;
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-screening-assessment"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-screening-assessment>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation Tobacco-item-example-82769-1</b></p><a name=\"Tobacco-item-example-82769-1\"> </a><a name=\"hcTobacco-item-example-82769-1\"> </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=\"http://hl7.org/fhir/us/core/2026Jan/StructureDefinition-us-core-observation-screening-assessment.html\">US Core Observation Screening Assessment Profile</a></p></div><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 82769-1}\">Smoked or non-smoked tobacco</span></p><p><b>subject</b>: <a href=\"http://hl7.org/fhir/us/core/2026Jan/Patient-example.html\">Amy V. Baxter  (no stated gender), DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))</a></p><p><b>effective</b>: 2026-05-21 03:32:19+0000</p><p><b>performer</b>: <a href=\"http://hl7.org/fhir/us/core/2026Jan/Practitioner-practitioner-1.html\">Practitioner Ronald Bone </a></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA26673-6}\">Use of both smoked and non-smoked tobacco products</span></p><p><b>derivedFrom</b>: <a href=\"QuestionnaireResponse-5497959.html\">Tobacco Use Panel QuestionnaireResponse Example</a></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:l <http://terminology.hl7.org/CodeSystem/observation-category>
       ] ;
       fhir:code [ fhir:v "survey" ] ;
       fhir:display [ fhir:v "Survey" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:82769-1 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "82769-1" ] ;
       fhir:display [ fhir:v "Smoked or non-smoked tobacco" ]
     ] ) ;
     fhir:text [ fhir:v "Smoked or non-smoked tobacco" ]
  ] ; # 
  fhir:subject [
     fhir:l <http://hl7.org/fhir/us/healthedata1-sandbox/Patient/example> ;
     fhir:reference [ fhir:v "Patient/example" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2026-05-21T03:32:19.408Z"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
     fhir:l <http://hl7.org/fhir/us/healthedata1-sandbox/Practitioner/practitioner-1> ;
     fhir:reference [ fhir:v "Practitioner/practitioner-1" ]
  ] ) ; # 
  fhir:value [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       a loinc:LA26673-6 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "LA26673-6" ] ;
       fhir:display [ fhir:v "Use of both smoked and non-smoked tobacco products" ]
     ] ) ;
     fhir:text [ fhir:v "Use of both smoked and non-smoked tobacco products" ]
  ] ; # 
  fhir:derivedFrom ( [
     fhir:l <http://hl7.org/fhir/us/healthedata1-sandbox/QuestionnaireResponse/5497959> ;
     fhir:reference [ fhir:v "QuestionnaireResponse/5497959" ] ;
     fhir:display [ fhir:v "Tobacco Use Panel QuestionnaireResponse Example" ]
  ] ) . # 

<http://hl7.org/fhir/us/healthedata1-sandbox/Patient/example> a fhir:Us .

<http://hl7.org/fhir/us/healthedata1-sandbox/Practitioner/practitioner-1> a fhir:Us .

<http://hl7.org/fhir/us/healthedata1-sandbox/QuestionnaireResponse/5497959> a fhir:Us .

# -------------------------------------------------------------------------------------

