Client Registry Implementation Guide
0.1.0 - ci-build Sri Lanka flag

Client Registry Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient Business Identifier Types - TTL Representation

Draft as of 2025-10-23

Raw ttl | Download


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

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "vs-identifier-types"] ; # 
  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: ValueSet vs-identifier-types</b></p><a name=\"vs-identifier-types\"> </a><a name=\"hcvs-identifier-types\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-cs-identifier-types.html\"><code>http://ig.hiu.lk/fhir/clientregistry/CodeSystem/cs-identifier-types</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0</span></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://ig.hiu.lk/fhir/clientregistry/ValueSet/vs-identifier-types"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "VSIdentifierTypes"] ; # 
  fhir:title [ fhir:v "Patient Business Identifier Types"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2025-10-23T17:43:42+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Sir Lanka Ministry of Health"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Sir Lanka Ministry of Health" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.health.gov.lk" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Patient Business Identifier Types"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LKA" ] ;
fhir:display [ fhir:v "Sri Lanka" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://ig.hiu.lk/fhir/clientregistry/CodeSystem/cs-identifier-types"^^xsd:anyURI ]     ] )
  ] . #