FHIR IG analytics| Package | dk.ehealth.sundhed.fhir.ig.core |
| Resource Type | CodeSystem |
| Id | CodeSystem-MessageTypeCS.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/fut-infrastructure/implementation-guide/CodeSystem-MessageTypeCS.html |
| URL | http://ehealth.sundhed.dk/cs/message-type |
| Version | 10.0.0 |
| Status | active |
| Date | 2026-08-05T10:42:25+00:00 |
| Name | MessageTypeCS |
| Title | Message Type CodeSystem |
| Realm | dk |
| Description | Allowed codes for message type. |
| Content | complete |
| ValueSet | ||
| dk.ehealth.sundhed.fhir.ig.core#current | ehealth-carecommunication-message-type | Message Type ValueSet |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem MessageTypeCS
This code system http://ehealth.sundhed.dk/cs/message-type defines the following codes:
| Code | Display |
| new-message | New Message |
| reply-message | Reply |
| forward-message | Forward |
{
"resourceType": "CodeSystem",
"id": "MessageTypeCS",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://ehealth.sundhed.dk/cs/message-type",
"version": "10.0.0",
"name": "MessageTypeCS",
"title": "Message Type CodeSystem",
"status": "active",
"date": "2026-08-05T10:42:25+00:00",
"publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"contact": [
{
"name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"telecom": [
{
"system": "url",
"value": "http://ehealth.sundhed.dk"
}
]
}
],
"description": "Allowed codes for message type.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "DK",
"display": "Denmark"
}
]
}
],
"content": "complete",
"count": 3,
"concept": [
{
"code": "new-message",
"display": "New Message"
},
{
"code": "reply-message",
"display": "Reply"
},
{
"code": "forward-message",
"display": "Forward"
}
]
}