FHIR Implementation Guide for ABDM
6.5.0 - active India flag

Banner

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

: Related Claim Relationship - TTL Representation

Draft as of 2023-07-05

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-related-claim-relationship-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-related-claim-relationship-code</b></p><a name=\"ndhm-related-claim-relationship-code\"> </a><a name=\"hcndhm-related-claim-relationship-code\"> </a><a name=\"ndhm-related-claim-relationship-code-hi-IN\"> </a><p>This case-sensitive code system <code>https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-related-claim-relationship-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><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">enhancement<a name=\"ndhm-related-claim-relationship-code-enhancement\"> </a></td><td>Enhancement</td><td>Enhancement in a claim process means asking for more money after realizing the initial estimate wasn't enough to cover the actual costs.</td></tr><tr><td style=\"white-space:nowrap\">settlement<a name=\"ndhm-related-claim-relationship-code-settlement\"> </a></td><td>Settlement</td><td>Settlement in a claim is when the insurance pays the final agreed-upon amount to cover all the costs, marking the end of the reimbursement process.</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-related-claim-relationship-code"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "6.5.0"] ; # 
  fhir:name [ fhir:v "RelatedClaimRelationship"] ; # 
  fhir:title [ fhir:v "Related Claim Relationship"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-07-05"^^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 use to show the relationship between claims."] ; # 
  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 "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "enhancement" ] ;
fhir:display [ fhir:v "Enhancement" ] ;
fhir:definition [ fhir:v "Enhancement in a claim process means asking for more money after realizing the initial estimate wasn't enough to cover the actual costs." ]
  ] [
fhir:code [ fhir:v "settlement" ] ;
fhir:display [ fhir:v "Settlement" ] ;
fhir:definition [ fhir:v "Settlement in a claim is when the insurance pays the final agreed-upon amount to cover all the costs, marking the end of the reimbursement process." ]
  ] ) . #