@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 -------------------------------------------------------------------

<https://hl7.cz/fhir/ps/Observation/23e3b557-ba77-4538-bac5-cc747c0077b1> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "23e3b557-ba77-4538-bac5-cc747c0077b1"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://hl7.cz/fhir/hdr/StructureDefinition/cz-observation-sdoh-hdr"^^xsd:anyURI ;
       fhir:l <https://hl7.cz/fhir/hdr/StructureDefinition/cz-observation-sdoh-hdr>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  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 23e3b557-ba77-4538-bac5-cc747c0077b1</b></p><a name=\"23e3b557-ba77-4538-bac5-cc747c0077b1\"> </a><a name=\"hc23e3b557-ba77-4538-bac5-cc747c0077b1\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7-cz/hdr/StructureDefinition-cz-observation-sdoh-hdr.html\">Observation: SDOH (HDR CZ)</a></p></div><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 160573003}\">Alcohol consumption</span></p><p><b>subject</b>: <a href=\"Bundle-PatientSummary-Mracena-L3.html#urn-uuid-f21b91f9-5e7a-47b9-a884-cbc720257590\">Mračena Mrakomorová  Female, DoB: 1971-11-26 ( https://ncez.mzcr.cz/fhir/sid/rid#2066425387)</a></p><p><b>effective</b>: 2025-03-01 00:00:00+0100</p><p><b>performer</b>: <a href=\"Bundle-PatientSummary-Mracena-L3.html#urn-uuid-77fa78d2-154c-4d38-824e-3c38b39c6a42\">Practitioner Janský Jan </a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 228273003}\">Finding relating to alcohol drinking behavior</span></p><p><b>note</b>: </p><blockquote><div><p>Konzumace cca 1–2 piva týdně. Zadáno praktickým lékařem.</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:160573003 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "160573003" ] ;
       fhir:display [ fhir:v "Alcohol consumption" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <urn:uuid:f21b91f9-5e7a-47b9-a884-cbc720257590> ;
     fhir:reference [ fhir:v "urn:uuid:f21b91f9-5e7a-47b9-a884-cbc720257590" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2025-03-01T00:00:00+01:00"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
     fhir:l <urn:uuid:77fa78d2-154c-4d38-824e-3c38b39c6a42> ;
     fhir:reference [ fhir:v "urn:uuid:77fa78d2-154c-4d38-824e-3c38b39c6a42" ]
  ] ) ; # 
  fhir:value [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       a sct:228273003 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "228273003" ] ;
       fhir:display [ fhir:v "Finding relating to alcohol drinking behavior" ]
     ] )
  ] ; # 
  fhir:note ( [
     fhir:text [ fhir:v "Konzumace cca 1–2 piva týdně. Zadáno praktickým lékařem." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

