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. For a full list of available versions, see the Directory of published versions
: Reason Code - TTL Representation
Raw ttl | Download
@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-reason-code"] ; #
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-reason-code</b></p><a name=\"ndhm-reason-code\"> </a><a name=\"hcndhm-reason-code\"> </a><a name=\"ndhm-reason-code-hi-IN\"> </a><p>This case-sensitive code system <code>https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-reason-code</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\">partialpayment<a name=\"ndhm-reason-code-partialpayment\"> </a></td><td>Reprocess request due to partial payment by payer</td></tr><tr><td style=\"white-space:nowrap\">erroneousclaim<a name=\"ndhm-reason-code-erroneousclaim\"> </a></td><td>Reprocess request due to erroneous claim submission by provider</td></tr><tr><td style=\"white-space:nowrap\">claimrejected<a name=\"ndhm-reason-code-claimrejected\"> </a></td><td>Reprocess request due to claim rejected by payer</td></tr><tr><td style=\"white-space:nowrap\">referred<a name=\"ndhm-reason-code-referred\"> </a></td><td>Referred to another hospital</td></tr><tr><td style=\"white-space:nowrap\">erroneousregistration<a name=\"ndhm-reason-code-erroneousregistration\"> </a></td><td>Beneficiary registered by mistakenly for a given policy</td></tr><tr><td style=\"white-space:nowrap\">wrongdiagnosis<a name=\"ndhm-reason-code-wrongdiagnosis\"> </a></td><td>Additional facts were diagnosed during treatment.</td></tr><tr><td style=\"white-space:nowrap\">treatmentplanchanged<a name=\"ndhm-reason-code-treatmentplanchanged\"> </a></td><td>Treatment plan changed during hospitalization.</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-reason-code"^^xsd:anyURI] ; #
fhir:version [ fhir:v "6.5.0"] ; #
fhir:name [ fhir:v "ReasonCode"] ; #
fhir:title [ fhir:v "Reason Code"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-09-20"^^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 codes to captures reasons associated with task processing."] ; #
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 "7"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "partialpayment" ] ;
fhir:display [ fhir:v "Reprocess request due to partial payment by payer" ]
] [
fhir:code [ fhir:v "erroneousclaim" ] ;
fhir:display [ fhir:v "Reprocess request due to erroneous claim submission by provider" ]
] [
fhir:code [ fhir:v "claimrejected" ] ;
fhir:display [ fhir:v "Reprocess request due to claim rejected by payer" ]
] [
fhir:code [ fhir:v "referred" ] ;
fhir:display [ fhir:v "Referred to another hospital" ]
] [
fhir:code [ fhir:v "erroneousregistration" ] ;
fhir:display [ fhir:v "Beneficiary registered by mistakenly for a given policy" ]
] [
fhir:code [ fhir:v "wrongdiagnosis" ] ;
fhir:display [ fhir:v "Additional facts were diagnosed during treatment." ]
] [
fhir:code [ fhir:v "treatmentplanchanged" ] ;
fhir:display [ fhir:v "Treatment plan changed during hospitalization." ]
] ) . #