@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/cparadm-clinical-outcome-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cparadm-clinical-outcome-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 cparadm-clinical-outcome-vs</b></p><a name=\"cparadm-clinical-outcome-vs\"> </a><a name=\"hccparadm-clinical-outcome-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>Synonym</b></td><td><b>English (English, en)</b></td><td><b>Portuguese (pt)</b></td></tr><tr><td><a href=\"http://snomed.info/id/18632008\">18632008</a></td><td>Determinação do estado do utente, falecido</td><td>Estado falecido</td><td>Patient status determination, deceased (finding)</td><td>Estado falecido</td></tr><tr><td><a href=\"http://snomed.info/id/268910001\">268910001</a></td><td>Utente melhorado</td><td>A condição do utente melhorou</td><td>Patient's condition improved (finding)</td><td>A condição do utente melhorou</td></tr><tr><td><a href=\"http://snomed.info/id/271299001\">271299001</a></td><td>Utente piorado</td><td>A condição do utente piorou</td><td>Patient's condition worsened (finding)</td><td>A condição do utente piorou</td></tr><tr><td><a href=\"http://snomed.info/id/359748005\">359748005</a></td><td>Condição do utente inalterada</td><td>Estado inalterado</td><td>Patient condition unchanged (finding)</td><td>Estado inalterado</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "https://hl7.pt/fhir/Terminologias/ValueSet/cparadm-clinical-outcome-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.160" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "CPARADMClinicalOutcomeVS"] ; # 
  fhir:title [ fhir:v "CPARADM - Clinical Outcome"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-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 ClinicalOutcome (CPARADM v3.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 "18632008" ] ;
         fhir:display [ fhir:v "Determinação do estado do utente, falecido" ] ;
         fhir:designation ( [
           fhir:language [ fhir:v "en" ] ;
           fhir:value [ fhir:v "Patient status determination, deceased (finding)" ]
         ] [
           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 "Estado falecido" ]
         ] )
       ] [
         fhir:code [ fhir:v "268910001" ] ;
         fhir:display [ fhir:v "Utente melhorado" ] ;
         fhir:designation ( [
           fhir:language [ fhir:v "en" ] ;
           fhir:value [ fhir:v "Patient's condition improved (finding)" ]
         ] [
           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 "Utente melhorou" ]
         ] [
           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 "A condição do utente melhorou" ]
         ] )
       ] [
         fhir:code [ fhir:v "271299001" ] ;
         fhir:display [ fhir:v "Utente piorado" ] ;
         fhir:designation ( [
           fhir:language [ fhir:v "en" ] ;
           fhir:value [ fhir:v "Patient's condition worsened (finding)" ]
         ] [
           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 "Utente piorou" ]
         ] [
           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 "A condição do utente piorou" ]
         ] )
       ] [
         fhir:code [ fhir:v "359748005" ] ;
         fhir:display [ fhir:v "Condição do utente inalterada" ] ;
         fhir:designation ( [
           fhir:language [ fhir:v "en" ] ;
           fhir:value [ fhir:v "Patient condition unchanged (finding)" ]
         ] [
           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 "Estado inalterado" ]
         ] )
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

