@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "national-identifier-types"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

This value set includes codes based on the following rules:

This value set excludes codes based on the following rules:

" ] ; # fhir:url [ fhir:v "http://lacpass.racsel.org/ValueSet/national-identifier-types"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "National_Identifier_Type"] ; # fhir:title [ fhir:v "National Identifier Types"] ; # fhir:status [ fhir:v "draft"] ; # fhir:date [ fhir:v "2024-04-12T10:14:35-04:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Create"] ; # fhir:contact ( [ fhir:name [ fhir:v "Create" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://lacpapass.create.cl" ] ] ) ] ) ; # fhir:description [ fhir:v "List of national identifier types derived from [HL7 v2-0203](http://terminology.hl7.org/ValueSet/v2-0203)"] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ] ) ; fhir:exclude ( [ 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 " ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------