Polaris FHIR Implementation Guide
1.9.6 - ci-build

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

: WellnessTracker Pro App - JSON Representation

Raw json | Download

{
  "resourceType" : "Device",
  "id" : "wellness-tracker-pro",
  "meta" : {
    "profile" : [
      "https://fhir.apps.health/StructureDefinition/polaris-appdevice"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>WellnessTracker Pro</b></p><p>Comprehensive wellness monitoring and lifestyle coaching app. Client ID: wellness-tracker-prod-v2</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.apps.health/NamingSystem/polaris-appdevice-identifier",
      "value" : "wellness-tracker-pro"
    },
    {
      "use" : "secondary",
      "system" : "https://oauth.example.com/client-registry",
      "value" : "wellness-tracker-prod-v2"
    }
  ],
  "status" : "active",
  "manufacturer" : "HealthTech Innovations Inc",
  "deviceName" : [
    {
      "name" : "WellnessTracker Pro",
      "type" : "user-friendly-name"
    }
  ],
  "type" : {
    "text" : "Personal Health Monitoring App"
  },
  "note" : [
    {
      "text" : "Personal wellness application that tracks vitals, medications, and lifestyle factors to provide coaching recommendations."
    }
  ]
}