This page is part of the CPG-on-EBMonFHIR Implementation Guide (1.0.2).
: Example 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:EvidenceVariable ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleOutcome"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/outcome-definition"^^xsd:anyURI ;
fhir:link <https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/outcome-definition> ] )
] ; #
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: EvidenceVariable ExampleOutcome</b></p><a name=\"ExampleOutcome\"> </a><a name=\"hcExampleOutcome\"> </a><a name=\"ExampleOutcome-en-US\"> </a><p><b>url</b>: <a href=\"EvidenceVariable-ExampleOutcome.html\">EvidenceVariable Mortality</a></p><p><b>identifier</b>: <code>https://www.ceosys.de</code>/outcome-example</p><p><b>name</b>: Mortality</p><p><b>status</b>: Active</p><p><b>date</b>: 2024-10-21 14:50:59+0000</p><blockquote><p><b>characteristic</b></p><p><b>exclude</b>: false</p><h3>DefinitionByTypeAndValues</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 409651001}\">Mortality rate (observable entity)</span></td><td> percent<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code% = '%')</span></td></tr></table></blockquote><p><b>handling</b>: dichotomous variable</p></div>"
] ; #
fhir:url [ fhir:v "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/EvidenceVariable/ExampleOutcome"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://www.ceosys.de"^^xsd:anyURI ] ;
fhir:value [ fhir:v "outcome-example" ]
] ) ; #
fhir:name [ fhir:v "Mortality"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2024-10-21T14:50:59+00:00"^^xsd:dateTime] ; #
fhir:characteristic ( [
fhir:exclude [ fhir:v "false"^^xsd:boolean ] ;
fhir:definitionByTypeAndValue [
fhir:type [
( fhir:coding [
a sct:409651001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "409651001" ] ;
fhir:display [ fhir:v "Mortality rate (observable entity)" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:unit [ fhir:v "percent" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "%" ] ] ]
] ) ; #
fhir:handling [ fhir:v "dichotomous"] . #