HL7® Serious Med FHIR® Core Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: ValueSet-IdentifierType - 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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "identifier-type"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet identifier-type</b></p><a name=\"identifier-type\"> </a><a name=\"hcidentifier-type\"> </a><a name=\"identifier-type-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v2-0203.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0203</code></a></li><li>Include these codes as defined in <a href=\"CodeSystem-v2-0203.html\"><code>https://whcater.github.io/serious-med-ig/CodeSystem/v2-0203</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-v2-0203.html#v2-0203-GOI\">GOI</a></td><td>Government Organization Identifier</td><td>Government Organization Identifier number</td></tr><tr><td><a href=\"CodeSystem-v2-0203.html#v2-0203-UBN\">UBN</a></td><td>Unified Business number</td><td>Unified Business number</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "https://whcater.github.io/serious-med-ig/ValueSet/identifier-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "IdentifierType"] ; #
fhir:title [ fhir:v "ValueSet-IdentifierType"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2024-10-17"^^xsd:date] ; #
fhir:publisher [ fhir:v "whcater"] ; #
fhir:contact ( [
fhir:name [ fhir:v "whcater" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://whcater.github.io/serious-med-ig/" ] ] )
] ) ; #
fhir:description [ fhir:v "识别码类型值集"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ] [
fhir:system [ fhir:v "https://whcater.github.io/serious-med-ig/CodeSystem/v2-0203"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "GOI" ] ;
fhir:display [ fhir:v "Government Organization Identifier" ] ] [
fhir:code [ fhir:v "UBN" ] ;
fhir:display [ fhir:v "Unified Business number" ] ] ) ] )
] . #