FHIR Implementation Guide for ABDM
6.0.0 - active India flag

Banner

This page is part of the FHIR Implementation Guide for ABDM (v6.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: ICD10 Diagnostic codes - TTL Representation

Draft as of 2023-07-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 -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ndhm-diagnostic-code"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-icd10.html\"><code>http://hl7.org/fhir/sid/icd-10</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>B53.0</td><td>Plasmodium ovale malaria</td></tr><tr><td>E11.9</td><td>Type 2 diabetes mellitus : Without complications</td></tr><tr><td>I46.9</td><td>Cardiac arrest, unspecified</td></tr><tr><td>S82.1</td><td>Fracture of upper end of tibia</td></tr><tr><td>K70.3</td><td>Alcoholic cirrhosis of liver</td></tr><tr><td>K35.8</td><td>Acute appendicitis, other and unspecified</td></tr><tr><td>A08.4</td><td>Viral intestinal infection, unspecified</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-diagnostic-code"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "6.0.0"] ; # 
  fhir:name [ fhir:v "ICD10Diagnosticcodes"] ; # 
  fhir:title [ fhir:v "ICD10 Diagnostic codes"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-07-20"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "National Resource Center for EHR Standards"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://nrces.in/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This valueset consists of codes that represent ICD-10 Diagnostic codes."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IN" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "B53.0" ] ;
fhir:display [ fhir:v "Plasmodium ovale malaria" ]       ] [
fhir:code [ fhir:v "E11.9" ] ;
fhir:display [ fhir:v "Type 2 diabetes mellitus : Without complications" ]       ] [
fhir:code [ fhir:v "I46.9" ] ;
fhir:display [ fhir:v "Cardiac arrest, unspecified" ]       ] [
fhir:code [ fhir:v "S82.1" ] ;
fhir:display [ fhir:v "Fracture of upper end of tibia" ]       ] [
fhir:code [ fhir:v "K70.3" ] ;
fhir:display [ fhir:v "Alcoholic cirrhosis of liver" ]       ] [
fhir:code [ fhir:v "K35.8" ] ;
fhir:display [ fhir:v "Acute appendicitis, other and unspecified" ]       ] [
fhir:code [ fhir:v "A08.4" ] ;
fhir:display [ fhir:v "Viral intestinal infection, unspecified" ]       ] )     ] )
  ] . #