US Veterans Health Administration FHIR Map Set Implementation Guide
1.8.0 - 250901 United States of America flag

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

: VistA CodeSystem for 9000011-.12 - TTL Representation

Active as of 2025-09-02

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 "CSproblemStatus"] ; # 
  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 CSproblemStatus</b></p><a name=\"CSproblemStatus\"> </a><a name=\"hcCSproblemStatus\"> </a><p>This case-sensitive code system <code>http://va.gov/terminology/vistaDefinedTerms/9000011-.12</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\">A<a name=\"CSproblemStatus-A\"> </a></td><td>ACTIVE</td></tr><tr><td style=\"white-space:nowrap\">I<a name=\"CSproblemStatus-I\"> </a></td><td>INACTIVE</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://va.gov/terminology/vistaDefinedTerms/9000011-.12"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.8.0"] ; # 
  fhir:name [ fhir:v "CSproblemStatus"] ; # 
  fhir:title [ fhir:v "VistA CodeSystem for 9000011-.12"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-09-02T14:12:45+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 "VistA Source CodeSystem for Terminology Maps using http://va.gov/terminology/vistaDefinedTerms/9000011-.12"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
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 "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "A" ] ;
fhir:display [ fhir:v "ACTIVE" ]
  ] [
fhir:code [ fhir:v "I" ] ;
fhir:display [ fhir:v "INACTIVE" ]
  ] ) . #