HL7 Terminology (THO), published by HL7 International - Vocabulary Work Group. This guide is not an authorized publication; it is the continuous build for version 6.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/UTG/ and changes regularly. See the Directory of published versions
: Placeholder Naming System - 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:NamingSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "placeholder"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: NamingSystem placeholder</b></p><a name=\"placeholder\"> </a><a name=\"hcplaceholder\"> </a><a name=\"placeholder-en-US\"> </a><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>http://terminology.hl7.org/NamingSystem/placeholder</td></tr><tr><td>Version</td><td>1.0.0</td></tr><tr><td>Name</td><td>placeholderNamingSystem</td></tr><tr><td>Title</td><td>Placeholder Naming System</td></tr><tr><td>Status</td><td>draft</td></tr><tr><td>Definition</td><td><div><p>This is a placeholder naming system resource until the list for the pending code systems tab will generate with only one entry.</p>\n</div></td></tr><tr><td>Publisher</td><td>Health Level Seven International</td></tr><tr><td>Committee</td><td><a href=\"CodeSystem-hl7-work-group.html#hl7-work-group-vocab\">Terminology Infrastructure</a></td></tr></table><h3>Identifiers</h3><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Value</b></td><td><b>Preferred</b></td><td><b>Period</b></td><td><b>Comment</b></td></tr><tr><td>URI</td><td>http://terminology.hl7.org/CodeSystem/placeholder</td><td>true</td><td>2024-09-18 --> (ongoing)</td><td>This code system defines a set of codes for Insurance Benefit Type.</td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "vocab" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1"^^xsd:integer ]
] ) ; #
fhir:url [ fhir:v "http://terminology.hl7.org/NamingSystem/placeholder"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "placeholderNamingSystem"] ; #
fhir:title [ fhir:v "Placeholder Naming System"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:kind [ fhir:v "codesystem"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-12-21T06:25:06+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Health Level Seven International"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "hq@HL7.org" ] ] )
] ) ; #
fhir:description [ fhir:v "This is a placeholder naming system resource until the list for the pending code systems tab will generate with only one entry."] ; #
fhir:uniqueId ( [
fhir:type [ fhir:v "uri" ] ;
fhir:value [ fhir:v "http://terminology.hl7.org/CodeSystem/placeholder" ] ;
fhir:preferred [ fhir:v "true"^^xsd:boolean ] ;
fhir:comment [ fhir:v "This code system defines a set of codes for Insurance Benefit Type." ] ;
fhir:period [
fhir:start [ fhir:v "2024-09-18"^^xsd:date ] ]
] ) . #