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

: Alberta Diabetes Research Portal - JSON Representation

Raw json | Download

{
  "resourceType" : "Device",
  "id" : "diabetes-research-portal",
  "meta" : {
    "profile" : [
      "https://fhir.apps.health/StructureDefinition/polaris-appdevice"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Alberta Diabetes Research Portal</b></p><p>Clinical research platform for diabetes management studies. Client ID: diabetes-research-portal-2025</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.apps.health/NamingSystem/polaris-appdevice-identifier",
      "value" : "diabetes-research-portal"
    },
    {
      "use" : "secondary",
      "system" : "https://oauth.example.com/client-registry",
      "value" : "diabetes-research-portal-2025"
    }
  ],
  "status" : "active",
  "manufacturer" : "University of Alberta - Faculty of Medicine",
  "deviceName" : [
    {
      "name" : "Alberta Diabetes Research Portal",
      "type" : "user-friendly-name"
    }
  ],
  "type" : {
    "text" : "Clinical Research Data Platform"
  },
  "note" : [
    {
      "text" : "Research platform for collecting anonymized diabetes patient data for clinical studies approved by the University of Alberta REB."
    }
  ]
}