@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://terminology.hl7.org/NamingSystem/iso639-1ret> a fhir:NamingSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "iso639-1ret"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "http://terminology.hl7.org/NamingSystem/iso639-1ret"^^xsd:anyURI ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2.1.0" ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.title"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "ISO 639-1 Alpha-2 Language Codes" ]
  ] ) ; # 
  fhir:name [ fhir:v "Iso6391ret"] ; # 
  fhir:status [ fhir:v "retired"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2019-03-20T00:00:00-04:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "International Information Centre for Terminology (Infoterm)" ]
  ] ) ; # 
  fhir:responsible [ fhir:v "HL7"] ; # 
  fhir:description [ fhir:v "Codes for the Representation of Names of Languages Part 1: Alpha-2 Code. Used as part of the IETF 3066 specification for languages throughout the HL7 specification.\r\n\r\n*DeprecationComment:* This code system is being deprecated, as the OID identifying it has been replaced with the correct ISO OID of 1.0.639.1"] ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.6.99" ] ;
     fhir:preferred [ fhir:v "true"^^xsd:boolean ]
  ] [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://terminology.hl7.org/CodeSystem/iso639-1ret" ] ;
     fhir:preferred [ fhir:v "true"^^xsd:boolean ]
  ] ) . # 

# -------------------------------------------------------------------------------------

