ESMD FHIR Implementation Guide
1.0.0 - esmd
ESMD FHIR Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2024-04-16 |
{
"resourceType" : "CodeSystem",
"id" : "Esmd-CS-RequestTypes",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem Esmd-CS-RequestTypes</b></p><a name=\"Esmd-CS-RequestTypes\"> </a><a name=\"hcEsmd-CS-RequestTypes\"> </a><a name=\"Esmd-CS-RequestTypes-en-US\"> </a><p>This case-sensitive code system <code>https://terminology.esmduat.cms.gov:8099/fhir/CodeSystem/Esmd-CS-RequestTypes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">ADMIN_ERROR<a name=\"Esmd-CS-RequestTypes-ADMIN_ERROR\"> </a></td><td>Administrative Error Response</td></tr><tr><td style=\"white-space:nowrap\">VALIDATION_FAILURE<a name=\"Esmd-CS-RequestTypes-VALIDATION_FAILURE\"> </a></td><td>Validation failure response</td></tr><tr><td style=\"white-space:nowrap\">VALIDATION_SUCCESS<a name=\"Esmd-CS-RequestTypes-VALIDATION_SUCCESS\"> </a></td><td>Validation success response</td></tr><tr><td style=\"white-space:nowrap\">PICKUP<a name=\"Esmd-CS-RequestTypes-PICKUP\"> </a></td><td>Pickup success or failure notification response</td></tr></table></div>"
},
"url" : "https://terminology.esmduat.cms.gov:8099/fhir/CodeSystem/Esmd-CS-RequestTypes",
"version" : "1.0.0",
"name" : "EsmdCSRequestTypes",
"title" : "Mime Types",
"status" : "active",
"experimental" : false,
"date" : "2024-04-16T10:59:15-05:00",
"publisher" : "CMS FHIR esMD",
"contact" : [
{
"name" : "CMS FHIR esMD",
"telecom" : [
{
"system" : "url",
"value" : "https://www.cms.gov/data-research/computer-data-systems/esmd"
},
{
"system" : "email",
"value" : "esmd_support@cms.hhs.gov"
}
]
}
],
"description" : "The RequestTypes Code System categorizes esMD transaction notifications into four types. ADMIN_ERROR notifications indicate that a Review Contractor (RC) found issues with a submitted package, making it unusable due to problems like corrupted files or incorrect metadata. VALIDATION_FAILURE notifications inform HIHs when a submitted bundle fails validation, listing errors that need correction. VALIDATION_SUCCESS confirms that a bundle has passed validation and has been forwarded to the RC. PICKUP notifications indicate whether an RC successfully retrieved a package from esMD, with failure notifications specifying the reason. These categories help HIHs efficiently track and manage their transactions.",
"caseSensitive" : true,
"content" : "complete",
"count" : 4,
"concept" : [
{
"code" : "ADMIN_ERROR",
"display" : "Administrative Error Response"
},
{
"code" : "VALIDATION_FAILURE",
"display" : "Validation failure response"
},
{
"code" : "VALIDATION_SUCCESS",
"display" : "Validation success response"
},
{
"code" : "PICKUP",
"display" : "Pickup success or failure notification response"
}
]
}