NAPKON Cardiology Module
1.0.0 - ci-build

NAPKON Cardiology Module - Local Development build (v1.0.0). See the Directory of published versions

: LVEF Interpretation - XML Representation

Active as of 2021-11-17

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="lvef-interpretation"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include these codes as defined in <a href="http://terminology.hl7.org/3.1.0/CodeSystem-v3-ObservationInterpretation.html"><code>http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://terminology.hl7.org/3.1.0/CodeSystem-v3-ObservationInterpretation.html#v3-ObservationInterpretation-L">L</a></td><td>Low</td><td>The result for a quantitative observation is below the lower limit of the reference range (as defined for the respective test procedure).<br/><br/>Synonym: Below low normal</td></tr><tr><td><a href="http://terminology.hl7.org/3.1.0/CodeSystem-v3-ObservationInterpretation.html#v3-ObservationInterpretation-N">N</a></td><td>Normal</td><td>The result or observation value is within the reference range or expected norm (as defined for the respective test procedure).<br/><br/>\[Note: Applies to numeric or non-numeric results.\]</td></tr><tr><td><a href="http://terminology.hl7.org/3.1.0/CodeSystem-v3-ObservationInterpretation.html#v3-ObservationInterpretation-H">H</a></td><td>High</td><td>The result for a quantitative observation is above the upper limit of the reference range (as defined for the respective test procedure).<br/><br/>Synonym: Above high normal</td></tr></table></li></ul></div>
  </text>
  <url value="https://www.napkon.de/fhir/ValueSet/lvef-interpretation"/>
  <version value="1.0.0"/>
  <name value="LVEFInterpretation"/>
  <title value="LVEF Interpretation"/>
  <status value="active"/>
  <date value="2021-11-17"/>
  <publisher value="Charité - Universitätsmedizin Berlin"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value
             value="https://www.bihealth.org/en/research/core-facilities/interoperability/"/>
    </telecom>
  </contact>
  <description value="Interpretation of left ventricular ejection fraction"/>
  <compose>
    <include>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
      <concept>
        <code value="L"/>
        <display value="Low"/>
      </concept>
      <concept>
        <code value="N"/>
        <display value="Normal"/>
      </concept>
      <concept>
        <code value="H"/>
        <display value="High"/>
      </concept>
    </include>
  </compose>
</ValueSet>