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 - JSON Representation

Active as of 2026-05-07

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ehealth-device-platform",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ehealth-device-platform</b></p><a name=\"ehealth-device-platform\"> </a><a name=\"hcehealth-device-platform\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-ehealth-device-platform.html\"><code>http://ehealth.sundhed.dk/cs/device-platform</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version &#x1F4E6;9.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-ehealth-device-platform.html#ehealth-device-platform-APN\">APN</a></td><td style=\"color: #cccccc\">Apple Push Notification service</td><td>Apple Push Notification service (APNs) - typically used for iOS devices.</td></tr><tr><td><a href=\"CodeSystem-ehealth-device-platform.html#ehealth-device-platform-FCM\">FCM</a></td><td style=\"color: #cccccc\">Firebase Cloud Messaging</td><td>Firebase Cloud Messaging (FCM) - typically used for Android devices.</td></tr></table></li></ul></div>"
  },
  "url" : "http://ehealth.sundhed.dk/vs/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" : "Device Platform value set.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DK",
          "display" : "Denmark"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://ehealth.sundhed.dk/cs/device-platform",
        "concept" : [
          {
            "code" : "APN"
          },
          {
            "code" : "FCM"
          }
        ]
      }
    ]
  }
}