US Veterans Health Administration FHIR Map Set Implementation Guide
2.5.0 - 260401a United States of America flag

US Veterans Health Administration FHIR Map Set Implementation Guide - Downloaded Version 2.5.0 See the Directory of published versions

: 80.4 - TTL Representation

Active as of 2026-03-31

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 "80.4"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem 80.4</b></p><a name=\"80.4\"> </a><a name=\"hc80.4\"> </a><p>This case-sensitive code system <code>http://va.gov/fhir/CodeSystem/80.4</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\">ICD-10-CM<a name=\"80.4-ICD-10-CM\"> </a></td><td>10D</td></tr><tr><td style=\"white-space:nowrap\">ICD-9-CM<a name=\"80.4-ICD-9-CM\"> </a></td><td>10P</td></tr><tr><td style=\"white-space:nowrap\">ICD-9 Proc<a name=\"80.4-ICD-9Proc\"> </a></td><td>ICP</td></tr><tr><td style=\"white-space:nowrap\">ICD-10-PCS<a name=\"80.4-ICD-10-PCS\"> </a></td><td>ICD</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://va.gov/fhir/CodeSystem/80.4"^^xsd:anyURI ;
fhir:l <http://va.gov/fhir/CodeSystem/80.4>
  ] ; # 
  fhir:version [ fhir:v "2.5.0"] ; # 
  fhir:name [ fhir:v "ICDCodingSystems_VistA"] ; # 
  fhir:title [ fhir:v "80.4"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-03-31T16:09:38+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "VA"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "VA" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.va.gov" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "CodeSystem for VistA file(-field) 80.4"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166>       ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "ICD-10-CM" ] ;
fhir:display [ fhir:v "10D" ]
  ] [
fhir:code [ fhir:v "ICD-9-CM" ] ;
fhir:display [ fhir:v "10P" ]
  ] [
fhir:code [ fhir:v "ICD-9 Proc" ] ;
fhir:display [ fhir:v "ICP" ]
  ] [
fhir:code [ fhir:v "ICD-10-PCS" ] ;
fhir:display [ fhir:v "ICD" ]
  ] ) . #