| Package | dk.ehealth.sundhed.fhir.ig.core |
| Resource Type | CodeSystem |
| Id | ehealth-message-category |
| FHIR Version | R4 |
| Source | http://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/CodeSystem-ehealth-message-category.html |
| URL | http://ehealth.sundhed.dk/cs/message-category |
| Version | 5.0.1 |
| Status | active |
| Date | 2019-01-29T00:00:00+00:00 |
| Name | MessageCategory |
| Title | Message Category |
| Realm | dk |
| Description | Message category types |
| Content | complete |
| ValueSet | |
| message-category | MessageCategory |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Kodesystem ehealth-message-category
This case-sensitive code system http://ehealth.sundhed.dk/cs/message-category defines the following codes:
| Code | Display |
| message | Message |
| notification | Notification |
| advice | Advice |
| note | Note |
Additional Language Displays
| Code | Dansk (Danish, da) | English (United States) (English (United States), en) |
| message | Besked | Message |
| notification | Notifikation | Notification |
| advice | Advisering | Advice |
| note | Note | Note |
{
"resourceType": "CodeSystem",
"id": "ehealth-message-category",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://ehealth.sundhed.dk/cs/message-category",
"version": "5.0.1",
"name": "MessageCategory",
"title": "Message Category",
"status": "active",
"experimental": false,
"date": "2019-01-29T00: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": "Message category types",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "DK",
"display": "Denmark"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"concept": [
{
"code": "message",
"display": "Message",
"designation": [
{
"language": "en-US",
"value": "Message"
},
{
"language": "da",
"value": "Besked"
}
]
},
{
"code": "notification",
"display": "Notification",
"designation": [
{
"language": "en-US",
"value": "Notification"
},
{
"language": "da",
"value": "Notifikation"
}
]
},
{
"code": "advice",
"display": "Advice",
"designation": [
{
"language": "en-US",
"value": "Advice"
},
{
"language": "da",
"value": "Advisering"
}
]
},
{
"code": "note",
"display": "Note",
"designation": [
{
"language": "en-US",
"value": "Note"
},
{
"language": "da",
"value": "Note"
}
]
}
]
}