This page is part of the FHIR Implementation Guide for ABDM (v6.5.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 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ndhm-task-output-value"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ndhm-task-output-value</b></p><a name=\"ndhm-task-output-value\"> </a><a name=\"hcndhm-task-output-value\"> </a><a name=\"ndhm-task-output-value-hi-IN\"> </a><p>This case-sensitive code system <code>https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-task-output-value</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\">paymentack<a name=\"ndhm-task-output-value-paymentack\"> </a></td><td>Payment is acknowledged</td><td>The payment associated with the task has been acknowledged by the relevant party.</td></tr><tr><td style=\"white-space:nowrap\">claimcancelled<a name=\"ndhm-task-output-value-claimcancelled\"> </a></td><td>Requested claim is cancelled</td><td>The requested claim associated with the task has been cancelled by the requester.</td></tr><tr><td style=\"white-space:nowrap\">claimreinitiated<a name=\"ndhm-task-output-value-claimreinitiated\"> </a></td><td>Requested claim is reinitiated</td><td>The requested claim associated with the task has been reinitiated by the requester.</td></tr><tr><td style=\"white-space:nowrap\">claimsuspended<a name=\"ndhm-task-output-value-claimsuspended\"> </a></td><td>Requested claim is suspended</td><td>The requested claim associated with the task has been suspended by the requester.</td></tr><tr><td style=\"white-space:nowrap\">taskak<a name=\"ndhm-task-output-value-taskak\"> </a></td><td>Requested task is acknowledged</td><td>The requested task has been acknowledged by the relevant party.</td></tr><tr><td style=\"white-space:nowrap\">taskdelivered<a name=\"ndhm-task-output-value-taskdelivered\"> </a></td><td>Requested task is delivered</td><td>The requested task has been completed and the output is delivered to the requester.</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-task-output-value"^^xsd:anyURI] ; #
fhir:version [ fhir:v "6.5.0"] ; #
fhir:name [ fhir:v "TaskOutputValue"] ; #
fhir:title [ fhir:v "Task Output Value"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-11-28"^^xsd:date] ; #
fhir:publisher [ fhir:v "National Resource Center for EHR Standards"] ; #
fhir:contact ( [
fhir:name [ fhir:v "National Resource Center for EHR Standards" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://nrces.in/" ] ] )
] ) ; #
fhir:description [ fhir:v "This CodeSystem contains a set of codes that can be utilized to describe the Value of output in the task resource"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IN" ] ;
fhir:display [ fhir:v "India" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "paymentack" ] ;
fhir:display [ fhir:v "Payment is acknowledged" ] ;
fhir:definition [ fhir:v "The payment associated with the task has been acknowledged by the relevant party." ]
] [
fhir:code [ fhir:v "claimcancelled" ] ;
fhir:display [ fhir:v "Requested claim is cancelled" ] ;
fhir:definition [ fhir:v "The requested claim associated with the task has been cancelled by the requester." ]
] [
fhir:code [ fhir:v "claimreinitiated" ] ;
fhir:display [ fhir:v "Requested claim is reinitiated" ] ;
fhir:definition [ fhir:v "The requested claim associated with the task has been reinitiated by the requester." ]
] [
fhir:code [ fhir:v "claimsuspended" ] ;
fhir:display [ fhir:v "Requested claim is suspended" ] ;
fhir:definition [ fhir:v "The requested claim associated with the task has been suspended by the requester." ]
] [
fhir:code [ fhir:v "taskak" ] ;
fhir:display [ fhir:v "Requested task is acknowledged" ] ;
fhir:definition [ fhir:v "The requested task has been acknowledged by the relevant party." ]
] [
fhir:code [ fhir:v "taskdelivered" ] ;
fhir:display [ fhir:v "Requested task is delivered" ] ;
fhir:definition [ fhir:v "The requested task has been completed and the output is delivered to the requester." ]
] ) . #
IG © 2024+ National Resource Center for EHR Standards. Package ndhm.in#6.5.0 based on FHIR 4.0.1. Generated 2025-05-08
Links: Table of Contents |
QA Report
| Version History | Feedback Form |