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

: SmartDocs AI Scribe App - JSON Representation

Raw json | Download

{
  "resourceType" : "Device",
  "id" : "smartdocs-ai-scribe",
  "meta" : {
    "profile" : [
      "https://fhir.apps.health/StructureDefinition/polaris-appdevice"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>SmartDocs AI Scribe</b></p><p>AI-powered clinical documentation assistant. Client ID: smartdocs-ai-scribe-prod</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.apps.health/NamingSystem/polaris-appdevice-identifier",
      "value" : "smartdocs-ai-scribe"
    },
    {
      "use" : "secondary",
      "system" : "https://oauth.example.com/client-registry",
      "value" : "smartdocs-ai-scribe-prod"
    }
  ],
  "status" : "active",
  "manufacturer" : "ClinicalAI Solutions",
  "deviceName" : [
    {
      "name" : "SmartDocs AI Scribe",
      "type" : "user-friendly-name"
    }
  ],
  "type" : {
    "text" : "AI Clinical Documentation App"
  },
  "note" : [
    {
      "text" : "AI application for automated clinical note generation and transcription that integrates with patient data."
    }
  ]
}