FHIR Implementation Guide for ABDM
6.0.0 - active
This page is part of the FHIR Implementation Guide for ABDM (v6.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Draft as of 2023-11-28 |
{
"resourceType" : "CodeSystem",
"id" : "ndhm-task-codes",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-task-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">nullify<a name=\"ndhm-task-codes-nullify\"> </a></td><td>nullify</td><td>A formal request to halt or reverse a prior action, ensuring complete purging of all original submissions, with Task updates on acceptance, success, or identified errors</td></tr><tr><td style=\"white-space:nowrap\">deliver<a name=\"ndhm-task-codes-deliver\"> </a></td><td>deliver</td><td>It specifies the FHIR resource shared as part of the Task resource.</td></tr><tr><td style=\"white-space:nowrap\">search<a name=\"ndhm-task-codes-search\"> </a></td><td>Search</td><td>It specifies that the that task is created for search of any claim.</td></tr></table></div>"
},
"url" : "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-task-codes",
"version" : "6.0.0",
"name" : "TaskCodes",
"title" : "Task Codes",
"status" : "draft",
"experimental" : false,
"date" : "2023-11-28",
"publisher" : "National Resource Center for EHR Standards",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://nrces.in/"
}
]
}
],
"description" : "This CodeSystem contains a set of codes that can be utilized to describe the task involved",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "IN"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"concept" : [
{
"code" : "nullify",
"display" : "nullify",
"definition" : "A formal request to halt or reverse a prior action, ensuring complete purging of all original submissions, with Task updates on acceptance, success, or identified errors"
},
{
"code" : "deliver",
"display" : "deliver",
"definition" : "It specifies the FHIR resource shared as part of the Task resource."
},
{
"code" : "search",
"display" : "Search",
"definition" : "It specifies that the that task is created for search of any claim."
}
]
}