FHIR Implementation Guide for ABDM
7.0.0 - active India flag

Banner

FHIR Implementation Guide for ABDM - Local Development build (v7.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Reason Code - TTL Representation

Draft as of 2024-09-20

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/ndhm-reason-code> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ndhm-reason-code"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.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><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>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-reason-code"] ;
  fhir:CodeSystem.version [ fhir:value "7.0.0"] ;
  fhir:CodeSystem.name [ fhir:value "ReasonCode"] ;
  fhir:CodeSystem.title [ fhir:value "Reason Code"] ;
  fhir:CodeSystem.status [ fhir:value "draft"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2024-09-20"^^xsd:date] ;
  fhir:CodeSystem.publisher [ fhir:value "National Resource Center for EHR Standards"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "National Resource Center for EHR Standards" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://nrces.in/" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "This CodeSystem contains codes to captures reasons associated with task processing."] ;
  fhir:CodeSystem.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "IN" ] ;
       fhir:Coding.display [ fhir:value "India" ]
     ]
  ] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "7"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "partialpayment" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Reprocess request due to partial payment by payer" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "erroneousclaim" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Reprocess request due to erroneous claim submission by provider" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "claimrejected" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Reprocess request due to claim rejected by payer" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "referred" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Referred to another hospital" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "erroneousregistration" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Beneficiary registered by mistakenly for a given policy" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "wrongdiagnosis" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Additional facts were diagnosed during treatment." ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "treatmentplanchanged" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Treatment plan changed during hospitalization." ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/ndhm-reason-code.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/ndhm-reason-code.ttl> .