HL7 Terminology (THO)
5.0.0 - Publication International flag

This page is part of the HL7 Terminology (v5.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

: Externals With Content Manifest - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:List;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "extwcontent-Rendering"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Externals With Content Manifest</h2><table class=\"clstu\"><tr><td>Mode: workingStatus: currentCode: 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=\"http://www.ada.org/snodent\">http://www.ada.org/snodent</a> \"AdaSnodent\"</td></tr><tr><td><a href=\"CodeSystem-v3-mediaType.html\">CodeSystem/v3-mediaType</a> \"MediaType\"</td></tr><tr><td><a href=\"CodeSystem-v2-0227.html\">CodeSystem/v2-0227</a> \"PHManufacturersOfVaccinesMVXCDCNIP\"</td></tr></table></div>"
  ];
  fhir:List.status [ fhir:value "current"];
  fhir:List.mode [ fhir:value "working"];
  fhir:List.title [ fhir:value "Externals With Content Manifest"];
  fhir:List.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra" ];
       fhir:Coding.code [ fhir:value "UTGCTGManifest" ]     ]
  ];
  fhir:List.orderedBy [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/list-order" ];
       fhir:Coding.code [ fhir:value "alphabetic" ]     ]
  ];
  fhir:List.entry [
     fhir:index 0;
     fhir:List.entry.item [
       fhir:link <http://www.ada.org/snodent>;
       fhir:Reference.reference [ fhir:value "http://www.ada.org/snodent" ];
       fhir:Reference.type [ fhir:value "CodeSystem" ]     ]
  ], [
     fhir:index 1;
     fhir:List.entry.item [
       fhir:Reference.reference [ fhir:value "CodeSystem/v3-mediaType" ];
       fhir:Reference.type [ fhir:value "CodeSystem" ]     ]
  ], [
     fhir:index 2;
     fhir:List.entry.item [
       fhir:Reference.reference [ fhir:value "CodeSystem/v2-0227" ];
       fhir:Reference.type [ fhir:value "CodeSystem" ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.