Austrian Patient Summary (R4) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: tobacco-use-example - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "tobacco-use-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.hl7.at/elga-austrianpatientsummary-r4/StructureDefinition/at-ips-observationtobaccouse"^^xsd:anyURI ;
fhir:link <https://fhir.hl7.at/elga-austrianpatientsummary-r4/StructureDefinition/at-ips-observationtobaccouse> ] )
] ; #
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 tobacco-use-example</b></p><a name=\"tobacco-use-example\"> </a><a name=\"hctobacco-use-example\"> </a><a name=\"tobacco-use-example-de-AT\"> </a><p><b>status</b>: Final</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-001.html\">Maria Musterfrau Female, DoB: 1998-04-17 ( Patient internal identifier: 0001)</a></p><p><b>effective</b>: 2019-07-15</p><p><b>value</b>: <span title=\"Codes:{https://termgit.elga.gv.at/ValueSet/elga-currentsmokingstatus 8517006}\">Ex-smoker</span></p></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
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:subject [
fhir:reference [ fhir:v "Patient/001" ]
] ; #
fhir:effective [ fhir:v "2019-07-15"^^xsd:date] ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://termgit.elga.gv.at/ValueSet/elga-currentsmokingstatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8517006" ] ;
fhir:display [ fhir:v "Ex-smoker" ] ] )
] . #