This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R4 R3 R2
Indicates that the receiver has messages for the sender OpenIssue: Description does not make sense relative to name of coding system. Must be reviewed and improved.
{
"resourceType": "ValueSet",
"text": {
"status": "generated",
"div": "<div><p>Release Date: 2014-08-07</p>\r\n<h2>Description</h2>\r\n<p>\n Indicates that the receiver has messages for the sender<br/>\r\n\n \n OpenIssue: Description does not make sense relative to name of coding system. Must be reviewed and improved.<br/>\r\n\n </p>\r\n<hr/>\r\n<table class=\"grid\">\r\n <tr><td><b>Level</b></td><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr>\r\n <tr><td>1</td><td>H<a name=\"H\"> </a></td><td>High</td><td>\n High priority messages are available<br/>\r\n\n </td></tr>\r\n <tr><td>1</td><td>L<a name=\"L\"> </a></td><td>Low</td><td>\n Low priority messages are available<br/>\r\n\n </td></tr>\r\n <tr><td>1</td><td>M<a name=\"M\"> </a></td><td>Medium</td><td>\n Medium priority messages are available<br/>\r\n\n </td></tr>\r\n</table>\r\n</div>"
},
"identifier": "http://hl7.org/fhir/v3/vs/MessageWaitingPriority",
"name": "v3 Code System MessageWaitingPriority",
"publisher": "HL7, Inc",
"telecom": [
{
"system": "url",
"value": "http://hl7.org"
}
],
"description": " Indicates that the receiver has messages for the sender OpenIssue:\r\nDescription does not make sense relative to name of coding system. Must be reviewed and improved.",
"status": "active",
"date": "2014-08-07T00:00:00+10:00",
"define": {
"system": "http://hl7.org/fhir/v3/MessageWaitingPriority",
"caseSensitive": true,
"concept": [
{
"code": "H",
"display": "High",
"definition": "High priority messages are available"
},
{
"code": "L",
"display": "Low",
"definition": "Low priority messages are available"
},
{
"code": "M",
"display": "Medium",
"definition": "Medium priority messages are available"
}
]
}
}