HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1
1.0.0 - STU1 International flag

HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-pt/patient-admin-ig/ and changes regularly. See the Directory of published versions

: Tipos de Identificadores de Paciente - TTL Representation

Active as of 2025-09-26

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 "patient-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 patient-identifier-type</b></p><a name=\"patient-identifier-type\"> </a><a name=\"hcpatient-identifier-type\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v2-0203.html\"><code>http://terminology.hl7.org/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=\"http://terminology.hl7.org/6.5.0/CodeSystem-v2-0203.html#v2-0203-PPN\">PPN</a></td><td>Passport Number</td><td>A unique number assigned to the document affirming that a person is a citizen of the country.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v2-0203.html#v2-0203-NI\">NI</a></td><td>National unique individual identifier</td><td>National unique individual identifier</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v2-0203.html#v2-0203-DL\">DL</a></td><td>Driver's License Number</td><td>Driver's license number</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://example.com/fhir/example/ValueSet/patient-identifier-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "VS_PatientIdentifierType"] ; # 
  fhir:title [ fhir:v "Tipos de Identificadores de Paciente"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-09-26T15:40:05+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Portugal"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Portugal" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.pt" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@hl7.pt" ]     ] )
  ] [
fhir:name [ fhir:v "HL7 Portugal" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "geral@hl7.pt" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Conjunto de tipos válidos de identificadores para pacientes em Portugal."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "PPN" ] ;
fhir:display [ fhir:v "Passport Number" ]       ] [
fhir:code [ fhir:v "NI" ] ;
fhir:display [ fhir:v "National unique individual identifier" ]       ] [
fhir:code [ fhir:v "DL" ] ;
fhir:display [ fhir:v "Driver's License Number" ]       ] )     ] )
  ] . #