@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ndhm-form-code"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem ndhm-form-code

This case-sensitive code system https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-form-code defines the following codes:

CodeDisplay
preauthapproval Approval letter for Pre-authorisation
claimapproval Approval letter for claim settlement
preauthdenial Rejection letter for Pre-authorisation
claimdenial Rejection letter for claim
feedbackletter Patient feedback form
policydocument Policy Document with terms and conditions
dischargeapproval Provisional approval of claim for the discharge
"^^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" ] ] ) . # # -------------------------------------------------------------------------------------