Bidirectional Services eReferral (BSeR)
2.0.0-ballot - STU2 United States of America flag

Bidirectional Services eReferral (BSeR), published by HL7 Public Health Working Group. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/bser/ and changes regularly. See the Directory of published versions

: Observation - Tobacco free duration - Eve Everywoman - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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 "observation-bser-tobaccousecessationfeedbackobs-2-eve-everywoman"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-social-history"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-social-history>     ] )
  ] ; # 
  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 observation-bser-tobaccousecessationfeedbackobs-2-eve-everywoman</b></p><a name=\"observation-bser-tobaccousecessationfeedbackobs-2-eve-everywoman\"> </a><a name=\"hcobservation-bser-tobaccousecessationfeedbackobs-2-eve-everywoman\"> </a><a name=\"observation-bser-tobaccousecessationfeedbackobs-2-eve-everywoman-en-US\"> </a><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://snomed.info/sct 228486009}\">Tobacco free duration</span></p><p><b>subject</b>: <a href=\"Patient-patient-us-core-patient-eve-everywoman.html\">Eve Everywoman</a></p><p><b>effective</b>: 2019-01-17</p><p><b>performer</b>: <a href=\"PractitionerRole-practitionerrole-us-core-practitionerrole-referral-recipient.html\">PractitionerRole Primary Care Clinic/Center</a></p><p><b>value</b>: 10 month<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemo = 'mo')</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 sct:228486009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "228486009" ] ;
fhir:display [ fhir:v "Time since stopped smoking (observable entity)" ]     ] ) ;
fhir:text [ fhir:v "Tobacco free duration" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-us-core-patient-eve-everywoman" ] ;
fhir:display [ fhir:v "Eve Everywoman" ]
  ] ; # 
  fhir:effective [ fhir:v "2019-01-17"^^xsd:date] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/practitionerrole-us-core-practitionerrole-referral-recipient" ]
  ] ) ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "10"^^xsd:decimal ] ;
fhir:unit [ fhir:v "month" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mo" ]
  ] . #