eHealth Infrastructure
9.0.1 - release DK

eHealth Infrastructure, published by Den telemedicinske infrastruktur (eHealth Infrastructure). This guide is not an authorized publication; it is the continuous build for version 9.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fut-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions

: Device Platform - TTL Representation

Active as of 2026-05-07

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ehealth-device-platform"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ehealth-device-platform</b></p><a name=\"ehealth-device-platform\"> </a><a name=\"hcehealth-device-platform\"> </a><p>This case-sensitive code system <code>http://ehealth.sundhed.dk/cs/device-platform</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>Dansk (Danish, da)</b></td></tr><tr><td style=\"white-space:nowrap\">APN<a name=\"ehealth-device-platform-APN\"> </a></td><td>Apple Push Notification service</td><td>Apple Push Notification service (APNs) - typically used for iOS devices.</td><td>Apple Push Notification service</td></tr><tr><td style=\"white-space:nowrap\">FCM<a name=\"ehealth-device-platform-FCM\"> </a></td><td>Firebase Cloud Messaging</td><td>Firebase Cloud Messaging (FCM) - typically used for Android devices.</td><td>Firebase Cloud Messaging</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://ehealth.sundhed.dk/cs/device-platform"^^xsd:anyURI ;
fhir:l <http://ehealth.sundhed.dk/cs/device-platform>
  ] ; # 
  fhir:version [ fhir:v "9.0.1"] ; # 
  fhir:name [ fhir:v "DevicePlatform"] ; # 
  fhir:title [ fhir:v "Device Platform"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-07T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://ehealth.sundhed.dk" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Push notification service identifier for a citizen's mobile device. Used together with a registration token to direct push notifications to the right push notification service."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166>       ] ;
fhir:code [ fhir:v "DK" ] ;
fhir:display [ fhir:v "Denmark" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "APN" ] ;
fhir:display [ fhir:v "Apple Push Notification service" ] ;
fhir:definition [ fhir:v "Apple Push Notification service (APNs) - typically used for iOS devices." ] ;
    ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Apple Push Notification service" ]     ] )
  ] [
fhir:code [ fhir:v "FCM" ] ;
fhir:display [ fhir:v "Firebase Cloud Messaging" ] ;
fhir:definition [ fhir:v "Firebase Cloud Messaging (FCM) - typically used for Android devices." ] ;
    ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Firebase Cloud Messaging" ]     ] )
  ] ) . #