@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 -------------------------------------------------------------------

<http://openhie.org/fhir/sri-lanka/CodeSystem/cs-register-patient-codes> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cs-register-patient-codes"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://openhie.org/fhir/sri-lanka/CodeSystem/cs-register-patient-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">RP1<a name=\"cs-register-patient-codes-RP1\"> </a></td><td>Personal health number</td><td>Unique identifier for the patient, according to the policies applicable to each country.</td></tr><tr><td style=\"white-space:nowrap\">RP2<a name=\"cs-register-patient-codes-RP2\"> </a></td><td>National identity card</td><td>Unique identifier for the patient, according to the policies applicable to each country.</td></tr><tr><td style=\"white-space:nowrap\">RP3<a name=\"cs-register-patient-codes-RP3\"> </a></td><td>Passport</td><td>Unique identifier for the patient, according to the policies applicable to each country.</td></tr><tr><td style=\"white-space:nowrap\">RP4<a name=\"cs-register-patient-codes-RP4\"> </a></td><td>Driving license</td><td>Unique identifier for the patient, according to the policies applicable to each country.</td></tr><tr><td style=\"white-space:nowrap\">RP5<a name=\"cs-register-patient-codes-RP5\"> </a></td><td>Senior citizen number</td><td>Unique identifier for the patient, according to the policies applicable to each country.</td></tr><tr><td style=\"white-space:nowrap\">RP6<a name=\"cs-register-patient-codes-RP6\"> </a></td><td>Name</td><td>The full name of the patient</td></tr><tr><td style=\"white-space:nowrap\">RP7<a name=\"cs-register-patient-codes-RP7\"> </a></td><td>First name</td><td>Patient's first name or given name</td></tr><tr><td style=\"white-space:nowrap\">RP8<a name=\"cs-register-patient-codes-RP8\"> </a></td><td>Family name</td><td>Patient's family name or last name</td></tr><tr><td style=\"white-space:nowrap\">RP9<a name=\"cs-register-patient-codes-RP9\"> </a></td><td>Sex</td><td>Documentation of a specific instance of sex information for the patient</td></tr><tr><td style=\"white-space:nowrap\">RP10<a name=\"cs-register-patient-codes-RP10\"> </a></td><td>City</td><td>Address city</td></tr><tr><td style=\"white-space:nowrap\">RP11<a name=\"cs-register-patient-codes-RP11\"> </a></td><td>Street name and number</td><td>Address street name and number</td></tr><tr><td style=\"white-space:nowrap\">RP12<a name=\"cs-register-patient-codes-RP12\"> </a></td><td>State</td><td>Address state</td></tr><tr><td style=\"white-space:nowrap\">RP13<a name=\"cs-register-patient-codes-RP13\"> </a></td><td>Country</td><td>Address country</td></tr><tr><td style=\"white-space:nowrap\">RP14<a name=\"cs-register-patient-codes-RP14\"> </a></td><td>Postal code</td><td>Address postal code</td></tr><tr><td style=\"white-space:nowrap\">RP15<a name=\"cs-register-patient-codes-RP15\"> </a></td><td>Date of birth</td><td>Patient's date of birth (DOB) if known; if unknown, use assigned DOB for administrative purposes</td></tr><tr><td style=\"white-space:nowrap\">RP16<a name=\"cs-register-patient-codes-RP16\"> </a></td><td>Mobile phone number</td><td>Patient's mobile phone number</td></tr><tr><td style=\"white-space:nowrap\">RP17<a name=\"cs-register-patient-codes-RP17\"> </a></td><td>Landline phone number</td><td>Patient's landline phone number</td></tr><tr><td style=\"white-space:nowrap\">RP18<a name=\"cs-register-patient-codes-RP18\"> </a></td><td>Name (Multiple)</td><td>Patient names</td></tr><tr><td style=\"white-space:nowrap\">RP19<a name=\"cs-register-patient-codes-RP19\"> </a></td><td>Address (Multiple)</td><td>Patient addresses</td></tr><tr><td style=\"white-space:nowrap\">RP20<a name=\"cs-register-patient-codes-RP20\"> </a></td><td>Contact details (Multiple)</td><td>Patient contact details</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://openhie.org/fhir/sri-lanka/CodeSystem/cs-register-patient-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "CSRegisterPatientCodes"] ; # 
  fhir:title [ fhir:v "Register Patient"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-11-10T04:37:53+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Jembi Health Systems"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Jembi Health Systems" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.jembi.org" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "info@jembi.org" ]
     ] )
  ] [
     fhir:name [ fhir:v "Richard Langford" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "richard.langford@jembi.org" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "CodeSystem for Register Patient Data Elements"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "20"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "RP1" ] ;
     fhir:display [ fhir:v "Personal health number" ] ;
     fhir:definition [ fhir:v "Unique identifier for the patient, according to the policies applicable to each country." ]
  ] [
     fhir:code [ fhir:v "RP2" ] ;
     fhir:display [ fhir:v "National identity card" ] ;
     fhir:definition [ fhir:v "Unique identifier for the patient, according to the policies applicable to each country." ]
  ] [
     fhir:code [ fhir:v "RP3" ] ;
     fhir:display [ fhir:v "Passport" ] ;
     fhir:definition [ fhir:v "Unique identifier for the patient, according to the policies applicable to each country." ]
  ] [
     fhir:code [ fhir:v "RP4" ] ;
     fhir:display [ fhir:v "Driving license" ] ;
     fhir:definition [ fhir:v "Unique identifier for the patient, according to the policies applicable to each country." ]
  ] [
     fhir:code [ fhir:v "RP5" ] ;
     fhir:display [ fhir:v "Senior citizen number" ] ;
     fhir:definition [ fhir:v "Unique identifier for the patient, according to the policies applicable to each country." ]
  ] [
     fhir:code [ fhir:v "RP6" ] ;
     fhir:display [ fhir:v "Name" ] ;
     fhir:definition [ fhir:v "The full name of the patient" ]
  ] [
     fhir:code [ fhir:v "RP7" ] ;
     fhir:display [ fhir:v "First name" ] ;
     fhir:definition [ fhir:v "Patient's first name or given name" ]
  ] [
     fhir:code [ fhir:v "RP8" ] ;
     fhir:display [ fhir:v "Family name" ] ;
     fhir:definition [ fhir:v "Patient's family name or last name" ]
  ] [
     fhir:code [ fhir:v "RP9" ] ;
     fhir:display [ fhir:v "Sex" ] ;
     fhir:definition [ fhir:v "Documentation of a specific instance of sex information for the patient" ]
  ] [
     fhir:code [ fhir:v "RP10" ] ;
     fhir:display [ fhir:v "City" ] ;
     fhir:definition [ fhir:v "Address city" ]
  ] [
     fhir:code [ fhir:v "RP11" ] ;
     fhir:display [ fhir:v "Street name and number" ] ;
     fhir:definition [ fhir:v "Address street name and number" ]
  ] [
     fhir:code [ fhir:v "RP12" ] ;
     fhir:display [ fhir:v "State" ] ;
     fhir:definition [ fhir:v "Address state" ]
  ] [
     fhir:code [ fhir:v "RP13" ] ;
     fhir:display [ fhir:v "Country" ] ;
     fhir:definition [ fhir:v "Address country" ]
  ] [
     fhir:code [ fhir:v "RP14" ] ;
     fhir:display [ fhir:v "Postal code" ] ;
     fhir:definition [ fhir:v "Address postal code" ]
  ] [
     fhir:code [ fhir:v "RP15" ] ;
     fhir:display [ fhir:v "Date of birth" ] ;
     fhir:definition [ fhir:v "Patient's date of birth (DOB) if known; if unknown, use assigned DOB for administrative purposes" ]
  ] [
     fhir:code [ fhir:v "RP16" ] ;
     fhir:display [ fhir:v "Mobile phone number" ] ;
     fhir:definition [ fhir:v "Patient's mobile phone number" ]
  ] [
     fhir:code [ fhir:v "RP17" ] ;
     fhir:display [ fhir:v "Landline phone number" ] ;
     fhir:definition [ fhir:v "Patient's landline phone number" ]
  ] [
     fhir:code [ fhir:v "RP18" ] ;
     fhir:display [ fhir:v "Name (Multiple)" ] ;
     fhir:definition [ fhir:v "Patient names" ]
  ] [
     fhir:code [ fhir:v "RP19" ] ;
     fhir:display [ fhir:v "Address (Multiple)" ] ;
     fhir:definition [ fhir:v "Patient addresses" ]
  ] [
     fhir:code [ fhir:v "RP20" ] ;
     fhir:display [ fhir:v "Contact details (Multiple)" ] ;
     fhir:definition [ fhir:v "Patient contact details" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

