| Package | ndhm.in |
| Resource Type | CodeSystem |
| Id | ndhm-task-output-value |
| FHIR Version | R4 |
| Source | https://nrces.in/ndhm/fhir/r4/https://nrces.in/ndhm/fhir/r4/6.5.0/CodeSystem-ndhm-task-output-value.html |
| URL | https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-task-output-value |
| Version | 6.5.0 |
| Status | draft |
| Date | 2023-11-28 |
| Name | TaskOutputValue |
| Title | Task Output Value |
| Realm | in |
| Authority | national |
| Description | This CodeSystem contains a set of codes that can be utilized to describe the Value of output in the task resource |
| Content | complete |
| ValueSet | |
| ndhm-task-output-value | Task Output Value |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem ndhm-task-output-value
This case-sensitive code system https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-task-output-value defines the following codes:
{
"resourceType": "CodeSystem",
"id": "ndhm-task-output-value",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-task-output-value",
"version": "6.5.0",
"name": "TaskOutputValue",
"title": "Task Output Value",
"status": "draft",
"experimental": false,
"date": "2023-11-28",
"publisher": "National Resource Center for EHR Standards",
"contact": [
{
"name": "National Resource Center for EHR Standards",
"telecom": [
{
"system": "url",
"value": "https://nrces.in/"
}
]
}
],
"description": "This CodeSystem contains a set of codes that can be utilized to describe the Value of output in the task resource",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "IN",
"display": "India"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"count": 6,
"concept": [
{
"code": "paymentack",
"display": "Payment is acknowledged",
"definition": "The payment associated with the task has been acknowledged by the relevant party."
},
{
"code": "claimcancelled",
"display": "Requested claim is cancelled",
"definition": "The requested claim associated with the task has been cancelled by the requester."
},
{
"code": "claimreinitiated",
"display": "Requested claim is reinitiated",
"definition": "The requested claim associated with the task has been reinitiated by the requester."
},
{
"code": "claimsuspended",
"display": "Requested claim is suspended",
"definition": "The requested claim associated with the task has been suspended by the requester."
},
{
"code": "taskak",
"display": "Requested task is acknowledged",
"definition": "The requested task has been acknowledged by the relevant party."
},
{
"code": "taskdelivered",
"display": "Requested task is delivered",
"definition": "The requested task has been completed and the output is delivered to the requester."
}
]
}