@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://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-ije-vr> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "codesystem-ije-vr"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  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 codesystem-ije-vr</b></p><a name=\"codesystem-ije-vr\"> </a><a name=\"hccodesystem-ije-vr\"> </a><p>This case-insensitive code system <code>http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-ije-vr</code> defines codes, but no codes are represented here</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "pher"
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-ije-vr"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-ije-vr>
  ] ; # 
  fhir:version [ fhir:v "2.0.0"] ; # 
  fhir:name [ fhir:v "CodeSystemIJEVitalRecords"] ; # 
  fhir:title [ fhir:v "Code System - Placeholder Code System for IJE in Vital Records"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-06-01T14:50:40+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Public Health"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 International / Public Health" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pher" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "IJE Code System Placeholder is needed to provide a URL upon which to anchor concept maps.\nThis codesystem is only for use in the vital records use cases supported by this Implementation guide, and should not be used elsewhere."] ; # 
  fhir:useContext ( [
     fhir:code [
       fhir:display [ fhir:v "Vital Statistics" ]
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:text [ fhir:v "Vital Statistics" ]
     ]
  ] ) ; # 
  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 false] ; # 
  fhir:compositional [ fhir:v false] ; # 
  fhir:versionNeeded [ fhir:v false] ; # 
  fhir:content [ fhir:v "not-present"] . # 

# -------------------------------------------------------------------------------------

