@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.eu/fhir/ig/pcsp/ValueSet/morphologicAbnormality-eu-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "morphologicAbnormality-eu-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>Generated Narrative: ValueSet morphologicAbnormality-eu-vs</b></p><a name=\"morphologicAbnormality-eu-vs\"> </a><a name=\"hcmorphologicAbnormality-eu-vs\"> </a><ul><li>Include codes from<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\"> version Not Stated (use latest from terminology server)</span> where concept  is-a 49755003 (Abnormal tissue appearance)</li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://hl7.eu/fhir/ig/pcsp/ValueSet/morphologicAbnormality-eu-vs"^^xsd:anyURI ;
     fhir:l <http://hl7.eu/fhir/ig/pcsp/ValueSet/morphologicAbnormality-eu-vs>
  ] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "MorphologicAbnormalityVS"] ; # 
  fhir:title [ fhir:v "Morphologically abnormal structure"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-01-16T12:01:48+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "PanCareSurPass Project"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "PanCareSurPass Project" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.pancaresurpass.eu/" ]
     ] )
  ] [
     fhir:name [ fhir:v "PanCareSurPass Project" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.pancaresurpass.eu/" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Morphologically abnormal structure."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "150" ] ;
       fhir:display [ fhir:v "Europe" ]
     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:filter ( [
         fhir:property [ fhir:v "concept" ] ;
         fhir:op [ fhir:v "is-a" ] ;
         fhir:value [ fhir:v "49755003" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

