Polaris FHIR Implementation Guide
1.9.9 - ci-build
Polaris FHIR Implementation Guide - Local Development build (v1.9.9) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"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."
}
]
}