Polaris FHIR Implementation Guide
1.10.0 - ci-build

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

: Polaris File Categories - JSON Representation

Draft as of 2026-05-26

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "polaris-file-categories",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet polaris-file-categories</b></p><a name=\"polaris-file-categories\"> </a><a name=\"hcpolaris-file-categories\"> </a><ul><li>Include these codes as defined in <code>http://fhir.apps.health/CodeSystem/polaris-file-categories</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>document</td><td>Document</td></tr><tr><td>image</td><td>Image</td></tr><tr><td>audio</td><td>Audio</td></tr><tr><td>video</td><td>Video</td></tr><tr><td>data</td><td>Data</td></tr><tr><td>archive</td><td>Archive</td></tr><tr><td>other</td><td>Other</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.apps.health/ValueSet/polaris-file-categories",
  "version" : "1.10.0",
  "name" : "PolarisFileCategories",
  "title" : "Polaris File Categories",
  "status" : "draft",
  "date" : "2026-05-26T16:54:17-04:00",
  "description" : "Categories for file attachments to aid in processing and display",
  "compose" : {
    "include" : [
      {
        "system" : "http://fhir.apps.health/CodeSystem/polaris-file-categories",
        "concept" : [
          {
            "code" : "document",
            "display" : "Document"
          },
          {
            "code" : "image",
            "display" : "Image"
          },
          {
            "code" : "audio",
            "display" : "Audio"
          },
          {
            "code" : "video",
            "display" : "Video"
          },
          {
            "code" : "data",
            "display" : "Data"
          },
          {
            "code" : "archive",
            "display" : "Archive"
          },
          {
            "code" : "other",
            "display" : "Other"
          }
        ]
      }
    ]
  }
}