This page is part of the Respiratory Virus Hospitalization Surveillance Network (RESP-NET) Content Implementation Guide (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions
: Example of Smoking Status - TTL Representation
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 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 "some-day-smoker"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Narrative</b></p><p><b>id</b>: some-day-smoker</p><p><b>meta</b>: </p><p></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}\">Tobacco smoking status</span></p><p><b>subject</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman. Generated Summary: id: example; Medical Record Number: 1032702; active; Eve Everywoman ; ph: 51-(404)555-1212, eve.everywoman@example.com; gender: female; birthDate: 1974-11-24</a></p><p><b>issued</b>: 2023-03-18 </p><p><b>value</b>: <span title=\"Codes: {http://snomed.info/sct 428041000124106}\">Current some day smoker</span></p></div>"
] ; #
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" ] ] ) ;
fhir:text [ fhir:v "Tobacco smoking status" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ]
] ; #
fhir:effective [ fhir:v "2020-01-01"^^xsd:date] ; #
fhir:issued [ fhir:v "2023-03-18T05:27:04Z"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/practitioner-us-core-henry-seven" ]
] ) ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:428041000124106 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "428041000124106" ] ] ) ;
fhir:text [ fhir:v "Current some day smoker" ]
] . #