Polaris FHIR Implementation Guide
1.9.8 - ci-build

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

: Polaris Embedded Section Types - JSON Representation

Draft as of 2026-04-24

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "polaris-embedded-section-types",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet polaris-embedded-section-types</b></p><a name=\"polaris-embedded-section-types\"> </a><a name=\"hcpolaris-embedded-section-types\"> </a><ul><li>Include these codes as defined in <code>http://fhir.apps.health/CodeSystem/polaris-section-types</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>text-section</td><td>Embedded Text Section</td></tr><tr><td>form-section</td><td>Embedded Form Section</td></tr><tr><td>canvas-section</td><td>Embedded Canvas Section</td></tr><tr><td>attachment-section</td><td>Embedded File Attachment Section</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.apps.health/ValueSet/polaris-embedded-section-types",
  "version" : "1.9.8",
  "name" : "PolarisEmbeddedSectionTypes",
  "title" : "Polaris Embedded Section Types",
  "status" : "draft",
  "date" : "2026-04-24T14:05:47-04:00",
  "description" : "Types of sections that can be embedded within other sections",
  "compose" : {
    "include" : [
      {
        "system" : "http://fhir.apps.health/CodeSystem/polaris-section-types",
        "concept" : [
          {
            "code" : "text-section",
            "display" : "Embedded Text Section"
          },
          {
            "code" : "form-section",
            "display" : "Embedded Form Section"
          },
          {
            "code" : "canvas-section",
            "display" : "Embedded Canvas Section"
          },
          {
            "code" : "attachment-section",
            "display" : "Embedded File Attachment Section"
          }
        ]
      }
    ]
  }
}