This page is part of the CPG-on-EBMonFHIR Implementation Guide (1.0.2).
: Cochrane PICO Outcome - TTL Representation
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-outcome"] ; #
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\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet cochrane-pico-outcome</b></p><a name=\"cochrane-pico-outcome\"> </a><a name=\"hccochrane-pico-outcome\"> </a><a name=\"cochrane-pico-outcome-en-US\"> </a><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-Outcome\">Outcome</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-outcome"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.1"] ; #
fhir:name [ fhir:v "CochranePICOOutcome"] ; #
fhir:title [ fhir:v "Cochrane PICO Outcome"] ; #
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 outcome 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 "Outcome" ] ] ) ] )
] . #