@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/cpara-allergy-intolerance-category-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cpara-allergy-intolerance-category-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 cpara-allergy-intolerance-category-vs</b></p><a name=\"cpara-allergy-intolerance-category-vs\"> </a><a name=\"hccpara-allergy-intolerance-category-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/115668003\">115668003</a></td><td>Biological substance (substance)</td><td/></tr><tr><td><a href=\"http://snomed.info/id/762766007\">762766007</a></td><td>Alimento</td><td>Edible substance (substance)</td></tr><tr><td><a href=\"http://snomed.info/id/410942007\">410942007</a></td><td>Medicamento</td><td>Drug or medicament (substance)</td></tr><tr><td><a href=\"http://snomed.info/id/37877001\">37877001</a></td><td>Substância ambiental</td><td>Environmental agent (qualifier value)</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "https://hl7.pt/fhir/Terminologias/ValueSet/cpara-allergy-intolerance-category-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.88" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "CPARAAllergyIntoleranceCategoryVS"] ; # 
  fhir:title [ fhir:v "CPARA - Allergy Intolerance Category"] ; # 
  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 AllergyIntoleranceCategory (CPARA v5.1.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 "115668003" ] ;
         fhir:display [ fhir:v "Biological substance (substance)" ]
       ] [
         fhir:code [ fhir:v "762766007" ] ;
         fhir:display [ fhir:v "Alimento" ] ;
         fhir:designation ( [
           fhir:language [ fhir:v "en" ] ;
           fhir:value [ fhir:v "Edible substance (substance)" ]
         ] )
       ] [
         fhir:code [ fhir:v "410942007" ] ;
         fhir:display [ fhir:v "Medicamento" ] ;
         fhir:designation ( [
           fhir:language [ fhir:v "en" ] ;
           fhir:value [ fhir:v "Drug or medicament (substance)" ]
         ] )
       ] [
         fhir:code [ fhir:v "37877001" ] ;
         fhir:display [ fhir:v "Substância ambiental" ] ;
         fhir:designation ( [
           fhir:language [ fhir:v "en" ] ;
           fhir:value [ fhir:v "Environmental agent (qualifier value)" ]
         ] )
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

