@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "patient-identifier-type"] ; # fhir:meta [ fhir:versionId [ fhir:v "23" ] ; fhir:lastUpdated [ fhir:v "2024-09-09T16:04:29.688+03:00"^^xsd:dateTime ] ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: ValueSet patient-identifier-type

version: 23; Last updated: 2024-09-09 16:04:29+0300

This value set includes codes based on the following rules:

  • Include all codes defined in http://nphies.sa/terminology/CodeSystem/patient-identifier-type
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v2-0203
    CodeDisplayDefinition
    PRCPermanent Resident Card NumberPermanent Resident Card Number
    PPNPassport numberA unique number assigned to the document affirming that a person is a citizen of the country.
    NINational unique individual identifierNational unique individual identifier
    VPVisitor PermitA number associated with a document identifying a person as a visitor of a jurisdiction or country.
    MRMedical record numberAn identifier that is unique to a patient within a set of medical records, not necessarily unique within an application.
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://nphies.sa/terminology/ValueSet/patient-identifier-type"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.3.0"] ; # fhir:name [ fhir:v "PatientIdentifierType"] ; # fhir:title [ fhir:v "Patient Identifier Type"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2024-09-09T13:04:28.728Z"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 Saudi Arabia"] ; # fhir:contact ( [ fhir:name [ fhir:v "HL7 Saudi Arabia" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://test-project.org/test-publisher" ] ] ) ] ) ; # fhir:description [ fhir:v "Codes for the supported patient identifiers for the healthcare system in Saudi Arabia."] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "SA" ] ; fhir:display [ fhir:v "Saudi Arabia" ] ] ) ] ) ; # fhir:immutable [ fhir:v false] ; # fhir:copyright [ fhir:v "nphies 2020+ (https://nphies.sa)"] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "http://nphies.sa/terminology/CodeSystem/patient-identifier-type"^^xsd:anyURI ] ] [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "PRC" ] ; fhir:display [ fhir:v "Permanent Resident Card Number" ] ] [ 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 "VP" ] ; fhir:display [ fhir:v "Visitor Permit" ] ] [ fhir:code [ fhir:v "MR" ] ; fhir:display [ fhir:v "Medical record number" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------