Mongolian HDIT Implementation guide
1.0.0 - Review

Mongolian HDIT Implementation guide - Local Development build (v1.0.0). See the Directory of published versions

Abnormal result indicator. - XML Representation

(back to description)

Raw xml

Source view


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="AbnormalResultCS"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>Abnormal result indicator.</h2><p>This code system http://fhir.mn/CodeSystem/AbnormalResultCS defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">high<a name="AbnormalResultCS-high"> </a></td><td>High</td><td/></tr><tr><td style="white-space:nowrap">low<a name="AbnormalResultCS-low"> </a></td><td>Low</td><td/></tr><tr><td style="white-space:nowrap">abnormal<a name="AbnormalResultCS-abnormal"> </a></td><td>Abnormal</td><td/></tr><tr><td style="white-space:nowrap">significantlyhigh<a name="AbnormalResultCS-significantlyhigh"> </a></td><td>Significantly high</td><td/></tr><tr><td style="white-space:nowrap">significantlylow<a name="AbnormalResultCS-significantlylow"> </a></td><td>Significantly low</td><td/></tr></table></div>
  </text>
  <url value="http://fhir.mn/CodeSystem/AbnormalResultCS"/>
  <version value="1.0.0"/>
  <name value="AbnormalResultCS"/>
  <title value="Abnormal result indicator."/>
  <status value="active"/>
  <date value="2021-10-12T23:24:32+02:00"/>
  <publisher value="http://fhir.mn"/>
  <contact>
    <name value="Pétur Þór Valdimarsson"/>
    <telecom>
      <system value="url"/>
      <value value="http://fhir.mn"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="petur.valdimarsson@chorus.se"/>
    </telecom>
  </contact>
  <content value="complete"/>
  <concept>
    <code value="high"/>
    <display value="High"/>
  </concept>
  <concept>
    <code value="low"/>
    <display value="Low"/>
  </concept>
  <concept>
    <code value="abnormal"/>
    <display value="Abnormal"/>
  </concept>
  <concept>
    <code value="significantlyhigh"/>
    <display value="Significantly high"/>
  </concept>
  <concept>
    <code value="significantlylow"/>
    <display value="Significantly low"/>
  </concept>
</CodeSystem>