@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "IdspersonaPeru"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem IdspersonaPeru

This code system https://www.gob.pe/minsa/RENHICE/fhir/CodeSystem/IdspersonaPeru defines the following codes:

CodeDisplayDefinition
1 DNIDNI
2 Carné extranjeríaCarné extranjería
3 PasaportePasaporte
4 Documento de identidad extranjeroDocumento de identidad extranjero
" ] ; # fhir:url [ fhir:v "https://www.gob.pe/minsa/RENHICE/fhir/CodeSystem/IdspersonaPeru"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1"] ; # fhir:name [ fhir:v "IdspersonaPeru"] ; # fhir:title [ fhir:v "Identificadores de Persona CS"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-05-01"^^xsd:date] ; # fhir:publisher [ fhir:v "MSP PERÚ"] ; # fhir:contact ( [ fhir:name [ fhir:v "MSP PERÚ" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://www.gob.pe/minsa" ] ] ) ] ) ; # fhir:description [ fhir:v "Identificadores de Persona Peru VS."] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "PE" ] ] ) ] ) ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "DNI" ] ; fhir:definition [ fhir:v "DNI" ] ] [ fhir:code [ fhir:v "2" ] ; fhir:display [ fhir:v "Carné extranjería" ] ; fhir:definition [ fhir:v "Carné extranjería" ] ] [ fhir:code [ fhir:v "3" ] ; fhir:display [ fhir:v "Pasaporte" ] ; fhir:definition [ fhir:v "Pasaporte" ] ] [ fhir:code [ fhir:v "4" ] ; fhir:display [ fhir:v "Documento de identidad extranjero" ] ; fhir:definition [ fhir:v "Documento de identidad extranjero" ] ] ) . # # -------------------------------------------------------------------------------------