@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://terminology.hl7.org/List/extwcontent-Rendering> a fhir:List ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "extwcontent-Rendering"] ; # 
  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: List extwcontent-Rendering</b></p><a name=\"extwcontent-Rendering\"> </a><a name=\"hcextwcontent-Rendering\"> </a><h2>Externals With Content Manifest</h2><table class=\"clstu\"><tr><td>Mode: Working List </td><td>Status: Current </td><td>Code: UTG Control Manifest </td></tr><tr><td>Order: Sorted Alphabetically </td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"CodeSystem-v3-ada-snodent.html\">Systematized Nomenclature of Dentistry (SNODENT)</a></td></tr><tr><td><a href=\"CodeSystem-v3-mediaType.html\">CodeSystem Media Type</a></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:mode [ fhir:v "working"] ; # 
  fhir:title [ fhir:v "Externals With Content Manifest"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra>
       ] ;
       fhir:code [ fhir:v "UTGCTGManifest" ]
     ] )
  ] ; # 
  fhir:orderedBy [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/list-order"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/list-order>
       ] ;
       fhir:code [ fhir:v "alphabetic" ]
     ] )
  ] ; # 
  fhir:entry ( [
     fhir:item [
       fhir:l <http://www.ada.org/snodent> ;
       fhir:reference [ fhir:v "http://www.ada.org/snodent" ] ;
       fhir:type [
         fhir:v "CodeSystem"^^xsd:anyURI ;
         fhir:l fhir:CodeSystem
       ]
     ]
  ] [
     fhir:item [
       fhir:l <http://terminology.hl7.org/CodeSystem/v3-mediaType> ;
       fhir:reference [ fhir:v "CodeSystem/v3-mediaType" ] ;
       fhir:type [
         fhir:v "CodeSystem"^^xsd:anyURI ;
         fhir:l fhir:CodeSystem
       ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

