{
  "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.9",
  "name" : "PolarisEmbeddedSectionTypes",
  "title" : "Polaris Embedded Section Types",
  "status" : "draft",
  "date" : "2026-04-27T09:30:20-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"
      }]
    }]
  }
}