Clinical Practice Guidelines (CPG) on EBMonFHIR
1.2.0 - qa-preview
This page is part of the CPG-on-EBMonFHIR Implementation Guide (1.2.0).
Active as of 2025-03-04 |
{
"resourceType" : "EvidenceVariable",
"id" : "ExampleOutcome",
"meta" : {
"profile" : [
🔗 "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/outcome-definition"
]
},
"text" : {
"status" : "generated",
"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><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-outcome-definition.html\">Outcome Definition</a></p></div><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>: 2025-03-04 10:04:34+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>"
},
"url" : "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/EvidenceVariable/ExampleOutcome",
"identifier" : [
{
"system" : "https://www.ceosys.de",
"value" : "outcome-example"
}
],
"name" : "Mortality",
"status" : "active",
"date" : "2025-03-04T10:04:34+00:00",
"characteristic" : [
{
"exclude" : false,
"definitionByTypeAndValue" : {
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "409651001",
"display" : "Mortality rate (observable entity)"
}
]
},
"valueQuantity" : {
"unit" : "percent",
"system" : "http://unitsofmeasure.org",
"code" : "%"
}
}
}
],
"handling" : "dichotomous"
}