@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/120.8-3.1> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "120.8-3.1"] ; # 
  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 120.8-3.1</b></p><a name=\"120.8-3.1\"> </a><a name=\"hc120.8-3.1\"> </a><p>This case-sensitive code system <code>http://va.gov/fhir/CodeSystem/120.8-3.1</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\">D<a name=\"120.8-3.1-D\"> </a></td><td>DRUG</td></tr><tr><td style=\"white-space:nowrap\">O<a name=\"120.8-3.1-O\"> </a></td><td>OTHER</td></tr><tr><td style=\"white-space:nowrap\">F<a name=\"120.8-3.1-F\"> </a></td><td>FOOD</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://va.gov/fhir/CodeSystem/120.8-3.1"^^xsd:anyURI ;
     fhir:l <http://va.gov/fhir/CodeSystem/120.8-3.1>
  ] ; # 
  fhir:version [ fhir:v "2.5.0"] ; # 
  fhir:name [ fhir:v "AllergySubstanceCategory_VistA"] ; # 
  fhir:title [ fhir:v "120.8-3.1"] ; # 
  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) 120.8-3.1"] ; # 
  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 "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "D" ] ;
     fhir:display [ fhir:v "DRUG" ]
  ] [
     fhir:code [ fhir:v "O" ] ;
     fhir:display [ fhir:v "OTHER" ]
  ] [
     fhir:code [ fhir:v "F" ] ;
     fhir:display [ fhir:v "FOOD" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

