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

: Example Outcome - XML Representation

Active as of 2024-05-15

Raw xml | Download



<EvidenceVariable xmlns="http://hl7.org/fhir">
  <id value="ExampleOutcome"/>
  <meta>
    <profile
             value="https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/outcome-definition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: EvidenceVariable</b><a name="ExampleOutcome"> </a><a name="hcExampleOutcome"> </a></p><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">ResourceEvidenceVariable &quot;ExampleOutcome&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-outcome-definition.html">Outcome Definition</a></p></div><p><b>url</b>: <code>https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/EvidenceVariable/ExampleOutcome</code></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-05-15 06:48:35+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>Mortality rate (observable entity) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOWMED CT</a>#409651001)</span></td><td> percent<span style="background: LightGoldenRodYellow"> (Details: UCUM code % = '%')</span></td></tr></table></blockquote><p><b>handling</b>: dichotomous</p></div>
  </text>
  <url
       value="https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/EvidenceVariable/ExampleOutcome"/>
  <identifier>
    <system value="https://www.ceosys.de"/>
    <value value="outcome-example"/>
  </identifier>
  <name value="Mortality"/>
  <status value="active"/>
  <date value="2024-05-15T06:48:35+00:00"/>
  <characteristic>
    <exclude value="false"/>
    <definitionByTypeAndValue>
      <type>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="409651001"/>
          <display value="Mortality rate (observable entity)"/>
        </coding>
      </type>
      <valueQuantity>
        <unit value="percent"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="%"/>
      </valueQuantity>
    </definitionByTypeAndValue>
  </characteristic>
  <handling value="dichotomous"/>
</EvidenceVariable>