This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). 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
A code identifying the specific message to be provided. Discussion: A textual value may be specified as the print name, or for non-coded messages, as the original text. Examples: 'Required attribute xxx is missing', 'System will be unavailable March 19 from 0100 to 0300'
{
"resourceType": "ValueSet",
"id": "v3-AcknowledgementDetailType",
"meta": {
"lastUpdated": "2015-03-23T00:00:00.000+11:00",
"profile": [
"http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
]
},
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
"valueUri": "urn:oid:2.16.840.1.113883.1.11.19358"
}
],
"url": "http://hl7.org/fhir/v3/vs/AcknowledgementDetailType",
"version": "2015-03-23",
"name": "v3 Code System AcknowledgementDetailType",
"publisher": "HL7, Inc",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org"
}
]
}
],
"description": " A code identifying the specific message to be provided. Discussion:\r\nA textual value may be specified as the print name, or for non-coded messages, as the original text. Examples:\r\n'Required attribute xxx is missing', 'System will be unavailable March 19 from 0100 to 0300'",
"status": "active",
"experimental": false,
"date": "2015-03-23",
"define": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
"valueUri": "urn:oid:2.16.840.1.113883.5.1082"
}
],
"system": "http://hl7.org/fhir/v3/AcknowledgementDetailType",
"caseSensitive": true,
"concept": [
{
"code": "E",
"abstract": false,
"display": "Error",
"definition": "Definition:An issue which has prevented, or will prevent (unless a management is provided for the issue by the sender), the successful processing of an interaction. Response interactions which include an issue which is an Error are a 'rejection', indicating that the request was not successfully processed. \r\n\n \n Example:Unable to find specified patient."
},
{
"code": "I",
"abstract": false,
"display": "Information",
"definition": "Definition: The message relates to an issue which has no bearing on the successful processing of the request. Information issues cannot be overridden by specifying a management.\r\n\n \n Example: A Patient's coverage will expire in 5 days."
},
{
"code": "W",
"abstract": false,
"display": "Warning",
"definition": "Definition: The message relates to an issue which cannot prevent the successful processing of a request, but which could result in the processing not having the ideal or intended effect. Managing a warning issue is not required for successful processing, but will suppress the warning from being raised. \r\n\n \n Example:\n \r\n\n Unexpected additional repetitions of phone number have been ignored."
}
]
}
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.