@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 -------------------------------------------------------------------

<http://hl7.pt/fhir/ValueSet/cpe-auditcobservation-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cpe-auditcobservation-vs"] ; # 
  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>Narrativa gerada: ValueSet cpe-auditcobservation-vs</b></p><a name=\"cpe-auditcobservation-vs\"> </a><a name=\"hccpe-auditcobservation-vs\"> </a><ul><li>Include estes códigos, tal como definidos em <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> versão Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Código</b></td><td><b>Ecrã</b></td><td><b>English (English, en)</b></td><td><b>Portuguese (pt)</b></td></tr><tr><td><a href=\"https://loinc.org/68518-0/\">68518-0</a></td><td>Com que frequência consome bebidas que contêm álcool?</td><td>How often do you have a drink containing alcohol?</td><td/></tr><tr><td><a href=\"https://loinc.org/68519-8/\">68519-8</a></td><td>Quando bebe, quantas bebidas contendo álcool consome num dia normal?</td><td>How many standard drinks containing alcohol do you have on a typical day?</td><td/></tr><tr><td><a href=\"https://loinc.org/68520-6/\">68520-6</a></td><td>Com que frequência consome seis bebidas ou mais numa única ocasião?</td><td>How often do you have six or more drinks on one occasion?</td><td/></tr><tr><td><a href=\"https://loinc.org/75626-2/\">75626-2</a></td><td>Pontuação total [AUDIT-C]</td><td>Total score [AUDIT-C]</td><td>Score total [AUDIT-C]</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "https://hl7.pt/fhir/Terminologias/ValueSet/cpe-auditcobservation-vs"^^xsd:anyURI] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "urn:oid:2.16.620.1.101.10.4.6.120" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "CPEAUDITCObservationVS"] ; # 
  fhir:title [ fhir:v "CPE - AUDIT-C Observation"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2024-11-01"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 Portugal"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 Portugal" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.pt" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "info@hl7.pt" ]
     ] )
  ] [
     fhir:name [ fhir:v "HL7 Portugal" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "geral@hl7.pt" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Conjunto de valores AUDITCObservation (CPE v2.0.0)."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "PT" ] ;
       fhir:display [ fhir:v "Portugal" ]
     ] )
  ] ) ; # 
  fhir:author ( [
     fhir:name [ fhir:v "Centro de Terminologias Clínicas" ]
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "68518-0" ] ;
         fhir:display [ fhir:v "Com que frequência consome bebidas que contêm álcool?" ] ;
         fhir:designation ( [
           fhir:language [ fhir:v "en" ] ;
           fhir:value [ fhir:v "How often do you have a drink containing alcohol?" ]
         ] )
       ] [
         fhir:code [ fhir:v "68519-8" ] ;
         fhir:display [ fhir:v "Quando bebe, quantas bebidas contendo álcool consome num dia normal?" ] ;
         fhir:designation ( [
           fhir:language [ fhir:v "en" ] ;
           fhir:value [ fhir:v "How many standard drinks containing alcohol do you have on a typical day?" ]
         ] )
       ] [
         fhir:code [ fhir:v "68520-6" ] ;
         fhir:display [ fhir:v "Com que frequência consome seis bebidas ou mais numa única ocasião?" ] ;
         fhir:designation ( [
           fhir:language [ fhir:v "en" ] ;
           fhir:value [ fhir:v "How often do you have six or more drinks on one occasion?" ]
         ] )
       ] [
         fhir:code [ fhir:v "75626-2" ] ;
         fhir:display [ fhir:v "Pontuação total [AUDIT-C]" ] ;
         fhir:designation ( [
           fhir:language [ fhir:v "en" ] ;
           fhir:value [ fhir:v "Total score [AUDIT-C]" ]
         ] [
           fhir:language [ fhir:v "pt" ] ;
           fhir:use [
             a sct:900000000000013009 ;
             fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "900000000000013009" ] ;
             fhir:display [ fhir:v "Synonym" ]
           ] ;
           fhir:value [ fhir:v "Score total [AUDIT-C]" ]
         ] )
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

