Care Coordination Management, published by Helex OÜ. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/helexlab/bridge-ig/ and changes regularly. See the Directory of published versions
: Client Registry - TTL Representation
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:ActorDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ClientRegistry"] ; #
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: ActorDefinition ClientRegistry</b></p><a name=\"ClientRegistry\"> </a><a name=\"hcClientRegistry\"> </a><table class=\"grid\"><tr><td><b>Actor: Client Registry </b></td><td>Client Registry</td><td>Type: system </td></tr><tr><td colspan=\"3\"/></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://helex.org/ig/ccm/ActorDefinition/ClientRegistry"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.0.1"] ; #
fhir:name [ fhir:v "Client Registry"] ; #
fhir:title [ fhir:v "Client Registry"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-08-07T13:32:54+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Helex OÜ"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Helex OÜ" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://helex.org" ] ] )
] ) ; #
fhir:description [ fhir:v "The Client Registry assists in uniquely identifying individuals who receive health care services by:\nMaintaining a central registry of all patients and their demographics and assigning a unique identifier to each patient. \n\nLinking patient registration entries that result due to changes in patient demographics (patient moved to another location), data entry errors during patient registration, or missing demographic information. \n\nEnabling health care workers to identify facilities at which a patient has received care."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "233" ] ;
fhir:display [ fhir:v "Estonia (EST)" ] ] )
] ) ; #
fhir:type [ fhir:v "system"] . #