Polaris FHIR Implementation Guide
1.9.3 - ci-build
Polaris FHIR Implementation Guide - Local Development build (v1.9.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Device",
"id" : "cedarbrook-juno-emr",
"meta" : {
"profile" : [
"https://fhir.apps.health/StructureDefinition/polaris-emrdevice"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Juno EMR system v2025.1 by WELLSTAR Technology Group, deployed at Cedarbrook Family Health.</div>"
},
"identifier" : [
{
"system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-device-identifier",
"value" : "JUNO-EMR-2025"
}
],
"manufacturer" : "WELLSTAR Technology Group",
"deviceName" : [
{
"name" : "Juno EMR",
"type" : "model-name"
}
],
"type" : {
"text" : "software"
},
"version" : [
{
"value" : "2025.1"
}
],
"owner" : {
"identifier" : {
"system" : "https://fhir.apps.health/NamingSystem/organization-identifier",
"value" : "cedarbrook-clinic"
},
"display" : "Cedarbrook Family Health"
}
}