FHIR IG analytics| Package | dk.ehealth.sundhed.fhir.ig.core |
| Resource Type | CodeSystem |
| Id | CodeSystem-ehealth-device-platform.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/fut-infrastructure/implementation-guide/CodeSystem-ehealth-device-platform.html |
| URL | http://ehealth.sundhed.dk/cs/device-platform |
| Version | 10.0.0 |
| Status | active |
| Date | 2026-05-07T00:00:00+00:00 |
| Name | DevicePlatform |
| Title | Device Platform |
| Realm | 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. |
| Content | complete |
| ValueSet | ||
| dk.ehealth.sundhed.fhir.ig.core#current | device-platform | Device Platform |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem ehealth-device-platform
This case-sensitive code system http://ehealth.sundhed.dk/cs/device-platform defines the following codes:
{
"resourceType": "CodeSystem",
"id": "ehealth-device-platform",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://ehealth.sundhed.dk/cs/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": "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"
}
]
}
]
}