@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://br-core.saude.gov.br/fhir/Observation/b359a2d8-dfef-4147-b5a1-3a6437263650> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "b359a2d8-dfef-4147-b5a1-3a6437263650"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: Observation b359a2d8-dfef-4147-b5a1-3a6437263650</b></p><a name=\"b359a2d8-dfef-4147-b5a1-3a6437263650\"> </a><a name=\"hcb359a2d8-dfef-4147-b5a1-3a6437263650\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Códigos:{http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Histórico Social</span></p><p><b>code</b>: <span title=\"Códigos:{http://loinc.org 74013-4}\">Número de doses de álcool ingeridos por dia</span></p><p><b>subject</b>: <a href=\"Patient-b2f63a4c-ddaa-4652-8481-ac1ff473104e.html\">José da Silva</a></p><p><b>effective</b>: 2024-12-19</p><p><b>performer</b>: <a href=\"Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html\">Maria Clara</a></p><p><b>value</b>: 2 bebidas/dia<span style=\"background: LightGoldenRodYellow\"> (Detalhes: UCUM código/d = '/d')</span></p></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:code [ fhir:v "social-history" ] ;
       fhir:display [ fhir:v "Social History" ]
     ] ) ;
     fhir:text [ fhir:v "Histórico Social" ]
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:74013-4 ;
       fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "74013-4" ] ;
       fhir:display [ fhir:v "Alcoholic drinks per day" ]
     ] ) ;
     fhir:text [ fhir:v "Número de doses de álcool ingeridos por dia" ]
  ] ; # 
  fhir:subject [
     fhir:link <https://br-core.saude.gov.br/fhir/Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e> ;
     fhir:reference [ fhir:v "Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e" ] ;
     fhir:display [ fhir:v "José da Silva" ]
  ] ; # 
  fhir:effective [
     a fhir:dateTime ;
     fhir:v "2024-12-19"^^xsd:date
  ] ; # 
  fhir:performer ( [
     fhir:link <https://br-core.saude.gov.br/fhir/Practitioner/d3b61455-f432-48f0-b83b-ba825922d735> ;
     fhir:reference [ fhir:v "Practitioner/d3b61455-f432-48f0-b83b-ba825922d735" ] ;
     fhir:display [ fhir:v "Maria Clara" ]
  ] ) ; # 
  fhir:value [
     a fhir:Quantity ;
     fhir:value [ fhir:v "2"^^xsd:decimal ] ;
     fhir:unit [ fhir:v "bebidas/dia" ] ;
     fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
     fhir:code [ fhir:v "/d" ]
  ] . # 

# -------------------------------------------------------------------------------------

