International Patient Access
1.1.0 - STU1 International flag

This page is part of the International Patient Access (v1.1.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Observation social history smoking Example - TTL Representation

Page standards status: Informative

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 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 "SmokingExample1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-observation"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-observation>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation SmokingExample1</b></p><a name=\"SmokingExample1\"> </a><a name=\"hcSmokingExample1\"> </a><a name=\"SmokingExample1-en-US\"> </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-ipa-observation.html\">IPA-Observation</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social History</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 72166-2}, {http://snomed.info/sct 365980008}\">Smoking History</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample1.html\">Test, Patient FHIR</a></p><p><b>effective</b>: 2009-01-01 --&gt; (ongoing)</p><p><b>issued</b>: 2021-05-11 05:00:00+0000</p><p><b>performer</b>: <a href=\"Practitioner-PractitionerExample1.html\">Dr. FHIR</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 449868002}\">Every Day</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 81228-9}\">Type</span></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 65568007}\">Cigarettes</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 81228-9}\">Type</span></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 81703003}\">Chew</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 401201003}\">Cigarette pack-years (observable entity)</span></p><p><b>value</b>: 3.72 {pack-years}<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code1 = '1')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 88029-4}\">Years Used</span></p><p><b>value</b>: 12.4 Years Used<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codea = 'a')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8663-7}, {http://snomed.info/sct 266918002}\">Packs/Day</span></p><p><b>value</b>: 0.3 Packs/Day<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT  code228963008 = 'packets/day')</span></p></blockquote></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:code [ fhir:v "social-history" ] ;
fhir:display [ fhir:v "Social History" ]     ] ) ;
fhir:text [ fhir:v "Social History" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:72166-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "72166-2" ] ;
fhir:display [ fhir:v "Tobacco smoking status" ]     ] [
a sct:365980008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "365980008" ] ;
fhir:display [ fhir:v "Finding of tobacco use and exposure (finding)" ]     ] ) ;
fhir:text [ fhir:v "Smoking History" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample1" ] ;
fhir:display [ fhir:v "Test, Patient FHIR" ]
  ] ; # 
  fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2009-01-01"^^xsd:date ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-11T05:00:00Z"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/PractitionerExample1" ] ;
fhir:display [ fhir:v "Dr. FHIR" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:449868002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "449868002" ] ;
fhir:display [ fhir:v "Smokes tobacco daily" ]     ] ) ;
fhir:text [ fhir:v "Every Day" ]
  ] ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a loinc:81228-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "81228-9" ] ;
fhir:display [ fhir:v "Tobacco product" ]       ] ) ;
fhir:text [ fhir:v "Type" ]     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:65568007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "65568007" ] ;
fhir:display [ fhir:v "Cigarette Smoker" ]       ] ) ;
fhir:text [ fhir:v "Cigarettes" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:81228-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "81228-9" ] ;
fhir:display [ fhir:v "Tobacco product" ]       ] ) ;
fhir:text [ fhir:v "Type" ]     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:81703003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "81703003" ] ;
fhir:display [ fhir:v "Chews Tobacco" ]       ] ) ;
fhir:text [ fhir:v "Chew" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:401201003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "401201003" ] ;
fhir:display [ fhir:v "Cigarette pack-years (observable entity)" ]       ] ) ;
fhir:text [ fhir:v "Cigarette pack-years (observable entity)" ]     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 3.72 ] ;
fhir:unit [ fhir:v "{pack-years}" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:88029-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "88029-4" ] ;
fhir:display [ fhir:v "Tobacco use duration" ]       ] ) ;
fhir:text [ fhir:v "Years Used" ]     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 12.4 ] ;
fhir:unit [ fhir:v "Years Used" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:8663-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8663-7" ] ;
fhir:display [ fhir:v "Cigarettes smoked current (pack per day) - Reported" ]       ] [
a sct:266918002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "266918002" ] ;
fhir:display [ fhir:v "Tobacco smoking consumption (observable entity)" ]       ] ) ;
fhir:text [ fhir:v "Packs/Day" ]     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 0.3 ] ;
fhir:unit [ fhir:v "Packs/Day" ] ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "228963008" ]     ]
  ] ) . #