@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 -------------------------------------------------------------------

<http://va.gov/fhir/CodeSystem/430.3> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "430.3"] ; # 
  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 430.3</b></p><a name=\"430.3\"> </a><a name=\"hc430.3\"> </a><p>This case-sensitive code system <code>http://va.gov/fhir/CodeSystem/430.3</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\">16<a name=\"430.3-16\"> </a></td><td>ACTIVE</td></tr><tr><td style=\"white-space:nowrap\">27<a name=\"430.3-27\"> </a></td><td>BILL INCOMPLETE</td></tr><tr><td style=\"white-space:nowrap\">39<a name=\"430.3-39\"> </a></td><td>CANCELLATION</td></tr><tr><td style=\"white-space:nowrap\">26<a name=\"430.3-26\"> </a></td><td>CANCELLED BILL</td></tr><tr><td style=\"white-space:nowrap\">22<a name=\"430.3-22\"> </a></td><td>COLLECTED/CLOSED</td></tr><tr><td style=\"white-space:nowrap\">15<a name=\"430.3-15\"> </a></td><td>INCOMPLETE</td></tr><tr><td style=\"white-space:nowrap\">18<a name=\"430.3-18\"> </a></td><td>NEW BILL</td></tr><tr><td style=\"white-space:nowrap\">42<a name=\"430.3-42\"> </a></td><td>OPEN</td></tr><tr><td style=\"white-space:nowrap\">28<a name=\"430.3-28\"> </a></td><td>OLD BILL</td></tr><tr><td style=\"white-space:nowrap\">20<a name=\"430.3-20\"> </a></td><td>PENDING APPROVAL</td></tr><tr><td style=\"white-space:nowrap\">44<a name=\"430.3-44\"> </a></td><td>REFUND REVIEW</td></tr><tr><td style=\"white-space:nowrap\">41<a name=\"430.3-41\"> </a></td><td>REFUNDED</td></tr><tr><td style=\"white-space:nowrap\">31<a name=\"430.3-31\"> </a></td><td>RETURNED FROM AR (NEW)</td></tr><tr><td style=\"white-space:nowrap\">40<a name=\"430.3-40\"> </a></td><td>SUSPENDED</td></tr><tr><td style=\"white-space:nowrap\">23<a name=\"430.3-23\"> </a></td><td>WRITE-OFF</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://va.gov/fhir/CodeSystem/430.3"^^xsd:anyURI ;
     fhir:l <http://va.gov/fhir/CodeSystem/430.3>
  ] ; # 
  fhir:version [ fhir:v "2.5.0"] ; # 
  fhir:name [ fhir:v "ARBillStatus_VistA"] ; # 
  fhir:title [ fhir:v "430.3"] ; # 
  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) 430.3"] ; # 
  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 "15"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "16" ] ;
     fhir:display [ fhir:v "ACTIVE" ]
  ] [
     fhir:code [ fhir:v "27" ] ;
     fhir:display [ fhir:v "BILL INCOMPLETE" ]
  ] [
     fhir:code [ fhir:v "39" ] ;
     fhir:display [ fhir:v "CANCELLATION" ]
  ] [
     fhir:code [ fhir:v "26" ] ;
     fhir:display [ fhir:v "CANCELLED BILL" ]
  ] [
     fhir:code [ fhir:v "22" ] ;
     fhir:display [ fhir:v "COLLECTED/CLOSED" ]
  ] [
     fhir:code [ fhir:v "15" ] ;
     fhir:display [ fhir:v "INCOMPLETE" ]
  ] [
     fhir:code [ fhir:v "18" ] ;
     fhir:display [ fhir:v "NEW BILL" ]
  ] [
     fhir:code [ fhir:v "42" ] ;
     fhir:display [ fhir:v "OPEN" ]
  ] [
     fhir:code [ fhir:v "28" ] ;
     fhir:display [ fhir:v "OLD BILL" ]
  ] [
     fhir:code [ fhir:v "20" ] ;
     fhir:display [ fhir:v "PENDING APPROVAL" ]
  ] [
     fhir:code [ fhir:v "44" ] ;
     fhir:display [ fhir:v "REFUND REVIEW" ]
  ] [
     fhir:code [ fhir:v "41" ] ;
     fhir:display [ fhir:v "REFUNDED" ]
  ] [
     fhir:code [ fhir:v "31" ] ;
     fhir:display [ fhir:v "RETURNED FROM AR (NEW)" ]
  ] [
     fhir:code [ fhir:v "40" ] ;
     fhir:display [ fhir:v "SUSPENDED" ]
  ] [
     fhir:code [ fhir:v "23" ] ;
     fhir:display [ fhir:v "WRITE-OFF" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

