Polaris FHIR Implementation Guide
1.9.3 - ci-build

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

: Polaris Coordinate Systems - JSON Representation

Draft as of 2025-10-08

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "polaris-coordinate-systems",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "https://fhir.apps.health/ValueSet/polaris-coordinate-systems",
  "version" : "1.9.3",
  "name" : "PolarisCoordinateSystems",
  "title" : "Polaris Coordinate Systems",
  "status" : "draft",
  "date" : "2025-10-08T09:52:30-04:00",
  "description" : "Coordinate systems for canvas positioning",
  "compose" : {
    "include" : [
      {
        "system" : "http://fhir.apps.health/CodeSystem/polaris-coordinate-systems",
        "concept" : [
          {
            "code" : "pixels",
            "display" : "Pixels"
          },
          {
            "code" : "percentage",
            "display" : "Percentage"
          },
          {
            "code" : "points",
            "display" : "Points"
          }
        ]
      }
    ]
  }
}