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

: Cedarbrook Juno EMR Device - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cedarbrook-juno-emr"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.apps.health/StructureDefinition/polaris-emrdevice"^^xsd:anyURI ;
fhir:link <https://fhir.apps.health/StructureDefinition/polaris-emrdevice>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Juno EMR system v2025.1 by WELLSTAR Technology Group, deployed at Cedarbrook Family Health.</div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-device-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "JUNO-EMR-2025" ]
  ] ) ; # 
  fhir:manufacturer [ fhir:v "WELLSTAR Technology Group"] ; # 
  fhir:deviceName ( [
fhir:name [ fhir:v "Juno EMR" ] ;
fhir:type [ fhir:v "model-name" ]
  ] ) ; # 
  fhir:type [
fhir:text [ fhir:v "software" ]
  ] ; # 
  fhir:version ( [
fhir:value [ fhir:v "2025.1" ]
  ] ) ; # 
  fhir:owner [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.apps.health/NamingSystem/organization-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cedarbrook-clinic" ]     ] ;
fhir:display [ fhir:v "Cedarbrook Family Health" ]
  ] . #