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-09-24 |
{
"resourceType" : "SearchParameter",
"id" : "RequestType",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter RequestType</b></p><a name=\"RequestType\"> </a><a name=\"hcRequestType\"> </a><a name=\"RequestType-en-US\"> </a><h2>RequestType</h2><p>Parameter <code>creation</code>:<code>token</code></p><div><p>The RequestTypeCodes SearchParameter allows HIHs to filter esMD notifications based on their type. Supported types include ADMIN_ERROR for administrative issues like file corruption, VALIDATION_FAILURE for failed bundle submissions requiring correction, VALIDATION_SUCCESS for successfully validated submissions forwarded to the RC, and PICKUP for notifications on whether the RC successfully retrieved the package. This parameter helps efficiently track and manage transaction notifications.</p>\n</div><table class=\"grid\"><tr><td>Resources</td><td><a href=\"http://hl7.org/fhir/R4/list.html\">List</a>, <a href=\"http://hl7.org/fhir/R4/documentreference.html\">DocumentReference</a></td></tr><tr><td>Expression</td><td><code>List.extension.where(url = 'https://terminology.esmduat.cms.gov:8099/fhir/StructureDefinition/Esmd-Ext-RequestType').value.code | DocumentReference.extension.where(url = 'https://terminology.esmduat.cms.gov:8099/fhir/StructureDefinition/Esmd-Ext-RequestType').value.code</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
},
"url" : "https://terminology.esmduat.cms.gov:8099/fhir/SearchParameter/RequestType",
"version" : "1.0.0",
"name" : "RequestType",
"status" : "active",
"date" : "2024-09-24T09:20:18-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 RequestTypeCodes SearchParameter allows HIHs to filter esMD notifications based on their type. Supported types include ADMIN_ERROR for administrative issues like file corruption, VALIDATION_FAILURE for failed bundle submissions requiring correction, VALIDATION_SUCCESS for successfully validated submissions forwarded to the RC, and PICKUP for notifications on whether the RC successfully retrieved the package. This parameter helps efficiently track and manage transaction notifications.",
"code" : "creation",
"base" : [
"List",
"DocumentReference"
],
"type" : "token",
"expression" : "List.extension.where(url = 'https://terminology.esmduat.cms.gov:8099/fhir/StructureDefinition/Esmd-Ext-RequestType').value.code | DocumentReference.extension.where(url = 'https://terminology.esmduat.cms.gov:8099/fhir/StructureDefinition/Esmd-Ext-RequestType').value.code",
"xpathUsage" : "normal"
}