HL7 Czech EMS Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/cz-ems/ and changes regularly. See the Directory of published versions
: Observation: Alcohol use - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@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 "9e6eb80b-e351-4faa-92cf-8519b58def33"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation 9e6eb80b-e351-4faa-92cf-8519b58def33</b></p><a name=\"9e6eb80b-e351-4faa-92cf-8519b58def33\"> </a><a name=\"hc9e6eb80b-e351-4faa-92cf-8519b58def33\"> </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 219006}\">Konzumace alkoholu</span></p><p><b>subject</b>: <a href=\"Bundle-cz-example-bundle.html#urn-uuid-3b46c18c-7e07-4232-af3e-f710dec8e766\">Petr Novotný Female, DoB: 1977-11-26 ( https://ncez.mzcr.cz/fhir/sid/cpoj#7711260678)</a></p><p><b>effective</b>: 2025-09-03</p><p><b>value</b>: 2 beer/day</p><p><b>note</b>: </p><blockquote><div><p>Pacient uvádí dlouhodobou konzumaci přibližně 2 piva denně, bez známek závislosti.</p>\n</div></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:l <http://terminology.hl7.org/CodeSystem/observation-category> ] ;
fhir:code [ fhir:v "social-history" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a sct:219006 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "219006" ] ;
fhir:display [ fhir:v "Current drinker of alcohol" ] ] ) ;
fhir:text [ fhir:v "Konzumace alkoholu" ]
] ; #
fhir:subject [
fhir:l <urn:uuid:3b46c18c-7e07-4232-af3e-f710dec8e766> ;
fhir:reference [ fhir:v "urn:uuid:3b46c18c-7e07-4232-af3e-f710dec8e766" ]
] ; #
fhir:effective [
a fhir:DateTime ;
fhir:v "2025-09-03"^^xsd:date
] ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "2"^^xsd:decimal ] ;
fhir:unit [ fhir:v "beer/day" ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "Pacient uvádí dlouhodobou konzumaci přibližně 2 piva denně, bez známek závislosti." ]
] ) . #