This page is part of the International Patient Access (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
@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 "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><b>Generated Narrative: Observation</b><a name=\"SmokingExample1\"> </a></p><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\">Resource Observation "SmokingExample1" </p><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>: Social History <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#social-history)</span></p><p><b>code</b>: Smoking History <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#72166-2 "Tobacco smoking status"; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#365980008 "Finding of tobacco use and exposure (finding)")</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample1.html\">Patient/PatientExample1: Test, Patient FHIR</a> " LUFHIR"</p><p><b>effective</b>: 2009-01-01 --> (ongoing)</p><p><b>issued</b>: May 11, 2021, 5:00:00 AM</p><p><b>performer</b>: <a href=\"Practitioner-PractitionerExample1.html\">Practitioner/PractitionerExample1: Dr. FHIR</a> " SEEGER"</p><p><b>value</b>: Every Day <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#449868002 "Smokes tobacco daily")</span></p><blockquote><p><b>component</b></p><p><b>code</b>: Type <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#81228-9 "Tobacco product")</span></p><p><b>value</b>: Cigarettes <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#65568007 "Cigarette Smoker")</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Type <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#81228-9 "Tobacco product")</span></p><p><b>value</b>: Chew <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#81703003 "Chews Tobacco")</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Cigarette pack-years (observable entity) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#401201003)</span></p><p><b>value</b>: 3.72 {PackYears}<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code {PackYears} = '{PackYears}')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Years Used <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#88029-4 "Tobacco use duration")</span></p><p><b>value</b>: 12.4 Years Used<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code a = 'a')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Packs/Day <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#8663-7 "Cigarettes smoked current (pack per day) - Reported"; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#266918002 "Tobacco smoking consumption (observable entity)")</span></p><p><b>value</b>: 0.3 Packs/Day<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code 228963008 = 'packets/day')</span></p></blockquote></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" ] ] [
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"^^xsd:decimal ] ;
fhir:unit [ fhir:v "{PackYears}" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "{PackYears}" ] ]
] [
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"^^xsd:decimal ] ;
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"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Packs/Day" ] ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "228963008" ] ]
] ) . #
IG © 2022+ HL7 International - Patient Care Work Group. Package hl7.fhir.uv.ipa#1.0.0 based on FHIR 4.0.1. Generated 2023-03-26
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change