@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-panel-example-88028-6> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Tobacco-panel-example-88028-6"] ; # 
  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 Panel Example 88028-6"
       ]
     ] [
       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 Panel Example 88028-6 (Tobacco use panel) 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-panel-example-88028-6</b></p><a name=\"Tobacco-panel-example-88028-6\"> </a><a name=\"hcTobacco-panel-example-88028-6\"> </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 88028-6}\">Tobacco use panel</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>hasMember</b>: </p><ul><li><a href=\"Observation-Tobacco-item-example-74011-8.html\">Observation Lifetime tobacco use</a></li><li><a href=\"Observation-Tobacco-item-example-11366-2.html\">Observation History of Tobacco use Narrative</a></li><li><a href=\"Observation-Tobacco-item-example-88029-4.html\">Observation Tobacco use duration</a></li><li><a href=\"Observation-Tobacco-item-example-72166-2.html\">Observation Tobacco smoking status</a></li><li><a href=\"Observation-Tobacco-item-example-88031-0.html\">Observation Smokeless tobacco status</a></li><li><a href=\"Observation-Tobacco-item-example-82769-1.html\">Observation Smoked or non-smoked tobacco</a></li><li><a href=\"Observation-Tobacco-multiselect-item-example-81228-9-answer0.html\">Observation Tobacco product</a></li><li><a href=\"Observation-Tobacco-multiselect-item-example-81228-9-answer1.html\">Observation Tobacco product</a></li><li><a href=\"Observation-Tobacco-item-example-8663-7.html\">Observation Cigarettes smoked current (pack per day) - Reported</a></li></ul><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:88028-6 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "88028-6" ] ;
       fhir:display [ fhir:v "Tobacco use panel" ]
     ] ) ;
     fhir:text [ fhir:v "Tobacco use panel" ]
  ] ; # 
  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:hasMember ( [
     fhir:l <http://hl7.org/fhir/us/healthedata1-sandbox/Observation/Tobacco-item-example-74011-8> ;
     fhir:reference [ fhir:v "Observation/Tobacco-item-example-74011-8" ]
  ] [
     fhir:l <http://hl7.org/fhir/us/healthedata1-sandbox/Observation/Tobacco-item-example-11366-2> ;
     fhir:reference [ fhir:v "Observation/Tobacco-item-example-11366-2" ]
  ] [
     fhir:l <http://hl7.org/fhir/us/healthedata1-sandbox/Observation/Tobacco-item-example-88029-4> ;
     fhir:reference [ fhir:v "Observation/Tobacco-item-example-88029-4" ]
  ] [
     fhir:l <http://hl7.org/fhir/us/healthedata1-sandbox/Observation/Tobacco-item-example-72166-2> ;
     fhir:reference [ fhir:v "Observation/Tobacco-item-example-72166-2" ]
  ] [
     fhir:l <http://hl7.org/fhir/us/healthedata1-sandbox/Observation/Tobacco-item-example-88031-0> ;
     fhir:reference [ fhir:v "Observation/Tobacco-item-example-88031-0" ]
  ] [
     fhir:l <http://hl7.org/fhir/us/healthedata1-sandbox/Observation/Tobacco-item-example-82769-1> ;
     fhir:reference [ fhir:v "Observation/Tobacco-item-example-82769-1" ]
  ] [
     fhir:l <http://hl7.org/fhir/us/healthedata1-sandbox/Observation/Tobacco-multiselect-item-example-81228-9-answer0> ;
     fhir:reference [ fhir:v "Observation/Tobacco-multiselect-item-example-81228-9-answer0" ]
  ] [
     fhir:l <http://hl7.org/fhir/us/healthedata1-sandbox/Observation/Tobacco-multiselect-item-example-81228-9-answer1> ;
     fhir:reference [ fhir:v "Observation/Tobacco-multiselect-item-example-81228-9-answer1" ]
  ] [
     fhir:l <http://hl7.org/fhir/us/healthedata1-sandbox/Observation/Tobacco-item-example-8663-7> ;
     fhir:reference [ fhir:v "Observation/Tobacco-item-example-8663-7" ]
  ] ) ; # 
  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/Observation/Tobacco-item-example-74011-8> a fhir:Us .

<http://hl7.org/fhir/us/healthedata1-sandbox/Observation/Tobacco-item-example-11366-2> a fhir:Us .

<http://hl7.org/fhir/us/healthedata1-sandbox/Observation/Tobacco-item-example-88029-4> a fhir:Us .

<http://hl7.org/fhir/us/healthedata1-sandbox/Observation/Tobacco-item-example-72166-2> a fhir:Us .

<http://hl7.org/fhir/us/healthedata1-sandbox/Observation/Tobacco-item-example-88031-0> a fhir:Us .

<http://hl7.org/fhir/us/healthedata1-sandbox/Observation/Tobacco-item-example-82769-1> a fhir:Us .

<http://hl7.org/fhir/us/healthedata1-sandbox/Observation/Tobacco-multiselect-item-example-81228-9-answer0> a fhir:Us .

<http://hl7.org/fhir/us/healthedata1-sandbox/Observation/Tobacco-multiselect-item-example-81228-9-answer1> a fhir:Us .

<http://hl7.org/fhir/us/healthedata1-sandbox/Observation/Tobacco-item-example-8663-7> a fhir:Us .

<http://hl7.org/fhir/us/healthedata1-sandbox/QuestionnaireResponse/5497959> a fhir:Us .

# -------------------------------------------------------------------------------------

