@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.pt/fhir/ValueSet/cpe-apvuscale-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cpe-apvuscale-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-apvuscale-vs</b></p><a name=\"cpe-apvuscale-vs\"> </a><a name=\"hccpe-apvuscale-vs\"> </a><ul><li>Include estes códigos, tal como definidos em <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</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></tr><tr><td><a href=\"http://snomed.info/id/248234008\">248234008</a></td><td>Alerta</td><td>Mentally alert (finding)</td></tr><tr><td><a href=\"http://snomed.info/id/300202002\">300202002</a></td><td>Responde a estímulos verbais</td><td>Responds to voice (finding)</td></tr><tr><td><a href=\"http://snomed.info/id/450847001\">450847001</a></td><td>Responde a estímulos dolorosos</td><td>Responds to pain (finding)</td></tr><tr><td><a href=\"http://snomed.info/id/422768004\">422768004</a></td><td>Sem resposta</td><td>Unresponsive (finding)</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "https://hl7.pt/fhir/Terminologias/ValueSet/cpe-apvuscale-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.117" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "CPEAPVUScaleVS"] ; # 
  fhir:title [ fhir:v "CPE - AVPU Scale"] ; # 
  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 APVUScale (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://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "248234008" ] ;
         fhir:display [ fhir:v "Alerta" ] ;
         fhir:designation ( [
           fhir:language [ fhir:v "en" ] ;
           fhir:value [ fhir:v "Mentally alert (finding)" ]
         ] )
       ] [
         fhir:code [ fhir:v "300202002" ] ;
         fhir:display [ fhir:v "Responde a estímulos verbais" ] ;
         fhir:designation ( [
           fhir:language [ fhir:v "en" ] ;
           fhir:value [ fhir:v "Responds to voice (finding)" ]
         ] )
       ] [
         fhir:code [ fhir:v "450847001" ] ;
         fhir:display [ fhir:v "Responde a estímulos dolorosos" ] ;
         fhir:designation ( [
           fhir:language [ fhir:v "en" ] ;
           fhir:value [ fhir:v "Responds to pain (finding)" ]
         ] )
       ] [
         fhir:code [ fhir:v "422768004" ] ;
         fhir:display [ fhir:v "Sem resposta" ] ;
         fhir:designation ( [
           fhir:language [ fhir:v "en" ] ;
           fhir:value [ fhir:v "Unresponsive (finding)" ]
         ] )
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

