FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeValueSet
IdValueSet-ehealth-device-platform.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/fut-infrastructure/implementation-guide/ValueSet-ehealth-device-platform.html
URLhttp://ehealth.sundhed.dk/vs/device-platform
Version10.0.0
Statusactive
Date2026-05-07T00:00:00+00:00
NameDevicePlatform
TitleDevice Platform
Realmdk
DescriptionDevice Platform value set.

Resources that use this resource

StructureDefinition
dk.ehealth.sundhed.fhir.ig.core#currentehealth-device-platformDevice platform

Resources that this resource uses

CodeSystem
dk.ehealth.sundhed.fhir.ig.core#currentdevice-platformDevice Platform

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet ehealth-device-platform

  • Include these codes as defined in http://ehealth.sundhed.dk/cs/device-platform version 📦10.0.0
    CodeDisplayDefinition
    APNApple Push Notification serviceApple Push Notification service (APNs) - typically used for iOS devices.
    FCMFirebase Cloud MessagingFirebase Cloud Messaging (FCM) - typically used for Android devices.

Source1

{
  "resourceType": "ValueSet",
  "id": "ehealth-device-platform",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealth.sundhed.dk/vs/device-platform",
  "version": "10.0.0",
  "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"
          }
        ]
      }
    ]
  }
}