Clinical Practice Guidelines (CPG) on EBMonFHIR
0.8.0-snapshot - ci-build

Clinical Practice Guidelines (CPG) on EBMonFHIR - Local Development build (v0.8.0-snapshot) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Cochrane PICO Population - TTL Representation

Draft as of 2022-09-06

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cochrane-pico-population"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablevalueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablevalueset>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include codes from <a href=\"CodeSystem-cochrane-pico-ontology.html\"><code>http://data.cochrane.org/ontologies/pico/</code></a> where concept  is-a <a href=\"CodeSystem-cochrane-pico-ontology.html#cochrane-pico-ontology-Population\">Population</a></li></ul></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability"^^xsd:anyURI ] ;
fhir:value [ fhir:v "shareable" ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability"^^xsd:anyURI ] ;
fhir:value [ fhir:v "computable" ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability"^^xsd:anyURI ] ;
fhir:value [ fhir:v "publishable" ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel"^^xsd:anyURI ] ;
fhir:value [ fhir:v "structured" ]
  ] ) ; # 
  fhir:url [ fhir:v "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/cochrane-pico-population"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.1"] ; # 
  fhir:name [ fhir:v "CochranePICOPopulation"] ; # 
  fhir:title [ fhir:v "Cochrane PICO Population"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2022-09-06"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Netzwerk Universitätsmedizin (NUM)"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.netzwerk-universitaetsmedizin.de" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "All population codes from the Cochrane PICO ontology."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://data.cochrane.org/ontologies/pico/"^^xsd:anyURI ] ;
      ( fhir:filter [
fhir:property [ fhir:v "concept" ] ;
fhir:op [ fhir:v "is-a" ] ;
fhir:value [ fhir:v "Population" ]       ] )     ] )
  ] . #