@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:NamingSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "passportNumNS-VCT"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "
Placeholder
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url"^^xsd:anyURI ] ; fhir:value [ fhir:v "http://terminology.hl7.org/NamingSystem/passportNumNS-VCT"^^xsd:anyURI ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version"^^xsd:anyURI ] ; fhir:value [ fhir:v "1.0.0" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.title"^^xsd:anyURI ] ; fhir:value [ fhir:v "Passport Numbers Namespace for SAINT VINCENT AND THE GRENADINES" ] ] ) ; # fhir:name [ fhir:v "PassportNumNS_VCT"] ; # fhir:status [ fhir:v "active"] ; # fhir:kind [ fhir:v "identifier"] ; # fhir:date [ fhir:v "2022-02-07T00:00:00-00:00"^^xsd:dateTime] ; # fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PPN" ] ] ) ] ; # fhir:description [ fhir:v "Identifier of the namespace for Passport Numbers issued by the country of SAINT VINCENT AND THE GRENADINES. Used for the HL7 v3 data type II.root and FHIR Identifer.system values for Passport Numbers"] ; # fhir:uniqueId ( [ fhir:type [ fhir:v "oid" ] ; fhir:value [ fhir:v "2.16.840.1.113883.4.330.670" ] ; fhir:preferred [ fhir:v "true"^^xsd:boolean ] ] [ fhir:type [ fhir:v "uri" ] ; fhir:value [ fhir:v "http://hl7.org/fhir/sid/passport-VCT" ] ; fhir:preferred [ fhir:v "true"^^xsd:boolean ] ] ) . # # -------------------------------------------------------------------------------------