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
: Form 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-form-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-form-code</b></p><a name=\"ndhm-form-code\"> </a><a name=\"hcndhm-form-code\"> </a><a name=\"ndhm-form-code-hi-IN\"> </a><p>This case-sensitive code system <code>https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-form-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\">preauthapproval<a name=\"ndhm-form-code-preauthapproval\"> </a></td><td>Approval letter for Pre-authorisation</td></tr><tr><td style=\"white-space:nowrap\">claimapproval<a name=\"ndhm-form-code-claimapproval\"> </a></td><td>Approval letter for claim settlement</td></tr><tr><td style=\"white-space:nowrap\">preauthdenial<a name=\"ndhm-form-code-preauthdenial\"> </a></td><td>Rejection letter for Pre-authorisation</td></tr><tr><td style=\"white-space:nowrap\">claimdenial<a name=\"ndhm-form-code-claimdenial\"> </a></td><td>Rejection letter for claim</td></tr><tr><td style=\"white-space:nowrap\">feedbackletter<a name=\"ndhm-form-code-feedbackletter\"> </a></td><td>Patient feedback form</td></tr><tr><td style=\"white-space:nowrap\">policydocument<a name=\"ndhm-form-code-policydocument\"> </a></td><td>Policy Document with terms and conditions</td></tr><tr><td style=\"white-space:nowrap\">dischargeapproval<a name=\"ndhm-form-code-dischargeapproval\"> </a></td><td>Provisional approval of claim for the discharge</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-form-code"^^xsd:anyURI] ; #
fhir:version [ fhir:v "6.5.0"] ; #
fhir:name [ fhir:v "FormCode"] ; #
fhir:title [ fhir:v "Form 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 which specify type of document attached with as form."] ; #
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 "preauthapproval" ] ;
fhir:display [ fhir:v "Approval letter for Pre-authorisation" ]
] [
fhir:code [ fhir:v "claimapproval" ] ;
fhir:display [ fhir:v "Approval letter for claim settlement" ]
] [
fhir:code [ fhir:v "preauthdenial" ] ;
fhir:display [ fhir:v "Rejection letter for Pre-authorisation" ]
] [
fhir:code [ fhir:v "claimdenial" ] ;
fhir:display [ fhir:v "Rejection letter for claim" ]
] [
fhir:code [ fhir:v "feedbackletter" ] ;
fhir:display [ fhir:v "Patient feedback form" ]
] [
fhir:code [ fhir:v "policydocument" ] ;
fhir:display [ fhir:v "Policy Document with terms and conditions" ]
] [
fhir:code [ fhir:v "dischargeapproval" ] ;
fhir:display [ fhir:v "Provisional approval of claim for the discharge" ]
] ) . #