FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| dk.ehealth.sundhed.fhir.ig.core#current | device-platform | Device Platform |
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://ehealth.sundhed.dk/cs/device-platform version 📦10.0.0| Code | Display | Definition |
| APN | Apple Push Notification service | Apple Push Notification service (APNs) - typically used for iOS devices. |
| FCM | Firebase Cloud Messaging | Firebase 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"
}
]
}
]
}
}