<<<<<<< HEAD ======= >>>>>>> med01


0.1.3 - ci-build

MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: National Person Identifier - TTL Representation

Active as of 2024-07-31

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PersonIdentifierCS"] ; # 
  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: CodeSystem PersonIdentifierCS</b></p><a name=\"PersonIdentifierCS\"> </a><a name=\"hcPersonIdentifierCS\"> </a><a name=\"PersonIdentifierCS-en-US\"> </a><p>This case-insensitive code system <code>https://fhir.medicaia.ar/CodeSystem/PersonIdentifierCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">DNI<a name=\"PersonIdentifierCS-DNI\"> </a></td><td>DOCUMENTO NACIONAL DE IDENTIDAD</td></tr><tr><td style=\"white-space:nowrap\">LC<a name=\"PersonIdentifierCS-LC\"> </a></td><td>LIBRETA CIVICA</td></tr><tr><td style=\"white-space:nowrap\">LE<a name=\"PersonIdentifierCS-LE\"> </a></td><td>LIBRETA DE ENROLAMIENTO</td></tr><tr><td style=\"white-space:nowrap\">SD<a name=\"PersonIdentifierCS-SD\"> </a></td><td>SIN DOCUMENTO</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.medicaia.ar/CodeSystem/PersonIdentifierCS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.3"] ; # 
  fhir:name [ fhir:v "PersonIdentifierCS"] ; # 
  fhir:title [ fhir:v "National Person Identifier"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-07-31"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Zentricx"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Zentricx" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://zentricx.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "National Person Identifier. [ES: Identificacion nacional de la persona]"] ; # 
  fhir:copyright [ fhir:v "Zentricx 2024+"] ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:valueSet [
fhir:v "https://fhir.medicaia.ar/ValueSet/PersonIdentifierVS"^^xsd:anyURI ;
fhir:link <https://fhir.medicaia.ar/ValueSet/PersonIdentifierVS>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "DNI" ] ;
fhir:display [ fhir:v "DOCUMENTO NACIONAL DE IDENTIDAD" ]
  ] [
fhir:code [ fhir:v "LC" ] ;
fhir:display [ fhir:v "LIBRETA CIVICA" ]
  ] [
fhir:code [ fhir:v "LE" ] ;
fhir:display [ fhir:v "LIBRETA DE ENROLAMIENTO" ]
  ] [
fhir:code [ fhir:v "SD" ] ;
fhir:display [ fhir:v "SIN DOCUMENTO" ]
  ] ) . #