Polaris FHIR Implementation Guide
1.9.7 - ci-build

Polaris FHIR Implementation Guide - Local Development build (v1.9.7) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Polaris Coordinate Systems - XML Representation

Draft as of 2026-04-15

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="polaris-coordinate-systems"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet polaris-coordinate-systems</b></p><a name="polaris-coordinate-systems"> </a><a name="hcpolaris-coordinate-systems"> </a><ul><li>Include these codes as defined in <code>http://fhir.apps.health/CodeSystem/polaris-coordinate-systems</code><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>pixels</td><td>Pixels</td></tr><tr><td>percentage</td><td>Percentage</td></tr><tr><td>points</td><td>Points</td></tr></table></li></ul></div>
  </text>
  <url value="https://fhir.apps.health/ValueSet/polaris-coordinate-systems"/>
  <version value="1.9.7"/>
  <name value="PolarisCoordinateSystems"/>
  <title value="Polaris Coordinate Systems"/>
  <status value="draft"/>
  <date value="2026-04-15T15:27:13+01:00"/>
  <description value="Coordinate systems for canvas positioning"/>
  <compose>
    <include>
      <system
              value="http://fhir.apps.health/CodeSystem/polaris-coordinate-systems"/>
      <concept>
        <code value="pixels"/>
        <display value="Pixels"/>
      </concept>
      <concept>
        <code value="percentage"/>
        <display value="Percentage"/>
      </concept>
      <concept>
        <code value="points"/>
        <display value="Points"/>
      </concept>
    </include>
  </compose>
</ValueSet>