Open Health Hub FHIR Implementation Guide
0.1.0 - v0.1.0

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

: OHH Patient Identifier Type - TTL Representation

Active as of 2025-12-03

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 "ohh-patient-identifier-type-value-set"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ohh-patient-identifier-type-value-set</b></p><a name=\"ohh-patient-identifier-type-value-set\"> </a><a name=\"hcohh-patient-identifier-type-value-set\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"http://hl7.org/fhir/R4/valueset-identifier-type.html\">IdentifierType</a></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/7.0.0/CodeSystem-v2-0203.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0203</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 5.0.0, the version found through the package references\"> version ?5.0.0</span><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=\"http://terminology.hl7.org/7.0.0/CodeSystem-v2-0203.html#v2-0203-PT\">PT</a></td><td>Patient external identifier</td><td>Patient external identifier</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://api.openhealthhub.com/OpenHealthhub/fhir/4/ValueSet/ohh-patient-identifier-type-value-set"^^xsd:anyURI ;
fhir:l <https://api.openhealthhub.com/OpenHealthhub/fhir/4/ValueSet/ohh-patient-identifier-type-value-set>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "OhhPatientIdentifierTypeValueSet"] ; # 
  fhir:title [ fhir:v "OHH Patient Identifier Type Value Set"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-12-03T12:00:57+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Open Health Hub"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Open Health Hub" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.openhealthhub.com" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "support@openhealthhub.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Extend the default identifier type with the PT value for identifiers without system"] ; # 
  fhir:compose [
    ( fhir:include [
      ( fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/identifier-type"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/ValueSet/identifier-type>       ] )     ] [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203>       ] ;
      ( fhir:concept [
fhir:code [ fhir:v "PT" ] ;
fhir:display [ fhir:v "Patient external identifier" ]       ] )     ] )
  ] . #