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