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
| Active as of 2026-05-07 |
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="ehealth-device-platform"/>
<text>
<status value="generated"/>
<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>
</text>
<url value="http://ehealth.sundhed.dk/cs/device-platform"/>
<version value="9.0.1"/>
<name value="DevicePlatform"/>
<title value="Device Platform"/>
<status value="active"/>
<experimental value="false"/>
<date value="2026-05-07T00:00:00+00:00"/>
<publisher
value="Den telemedicinske infrastruktur (eHealth Infrastructure)"/>
<contact>
<name value="Den telemedicinske infrastruktur (eHealth Infrastructure)"/>
<telecom>
<system value="url"/>
<value value="http://ehealth.sundhed.dk"/>
</telecom>
</contact>
<description
value="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."/>
<jurisdiction>
<coding>
<system value="urn:iso:std:iso:3166"/>
<code value="DK"/>
<display value="Denmark"/>
</coding>
</jurisdiction>
<caseSensitive value="true"/>
<content value="complete"/>
<concept>
<code value="APN"/>
<display value="Apple Push Notification service"/>
<definition
value="Apple Push Notification service (APNs) - typically used for iOS devices."/>
<designation>
<language value="da"/>
<value value="Apple Push Notification service"/>
</designation>
</concept>
<concept>
<code value="FCM"/>
<display value="Firebase Cloud Messaging"/>
<definition
value="Firebase Cloud Messaging (FCM) - typically used for Android devices."/>
<designation>
<language value="da"/>
<value value="Firebase Cloud Messaging"/>
</designation>
</concept>
</CodeSystem>