@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "organization-type"] ; # fhir:meta [ fhir:versionId [ fhir:v "2" ] ; fhir:lastUpdated [ fhir:v "2024-08-15T13:41:39.626+03:00"^^xsd:dateTime ] ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem organization-type

version: 2; Last updated: 2024-08-15 13:41:39+0300

This case-sensitive code system http://nphies.sa/terminology/CodeSystem/organization-type defines the following codes:

CodeDisplayDefinitionArabic (ar)
dept Hospital DepartmentA department or ward within a hospital (Generally is not applicable to top level organizations)قسم تابع لمستشفى
prov Healthcare ProviderAn organization that provides healthcare services.مقدم رعاية صحية
pay PayerA company, charity, or governmental organization, which processes claims and/or issues payments to providers on behalf of patients or groups of patients.الجهة الدافعة
ins Insurance CompanyA company that provides insurance to its subscribers that may include healthcare related policies.شركة تأمين
other OtherOther type of organization not already specified.أخرى
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://nphies.sa/terminology/CodeSystem/organization-type"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.3.0"] ; # fhir:name [ fhir:v "OrganizationType"] ; # fhir:title [ fhir:v "Organization Type"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-06-23T22:09:21+03:00"^^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 "This code set defines a set of codes that can be used to indicate a type of organization."] ; # 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:copyright [ fhir:v "nphies 2020+ (https://nphies.sa)"] ; # fhir:caseSensitive [ fhir:v true] ; # fhir:compositional [ fhir:v false] ; # fhir:versionNeeded [ fhir:v false] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "dept" ] ; fhir:display [ fhir:v "Hospital Department" ] ; fhir:definition [ fhir:v "A department or ward within a hospital (Generally is not applicable to top level organizations)" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "قسم تابع لمستشفى" ] ] ) ] [ fhir:code [ fhir:v "prov" ] ; fhir:display [ fhir:v "Healthcare Provider" ] ; fhir:definition [ fhir:v "An organization that provides healthcare services." ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "مقدم رعاية صحية" ] ] ) ] [ fhir:code [ fhir:v "pay" ] ; fhir:display [ fhir:v "Payer" ] ; fhir:definition [ fhir:v "A company, charity, or governmental organization, which processes claims and/or issues payments to providers on behalf of patients or groups of patients." ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "الجهة الدافعة" ] ] ) ] [ fhir:code [ fhir:v "ins" ] ; fhir:display [ fhir:v "Insurance Company" ] ; fhir:definition [ fhir:v "A company that provides insurance to its subscribers that may include healthcare related policies." ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "شركة تأمين" ] ] ) ] [ fhir:code [ fhir:v "other" ] ; fhir:display [ fhir:v "Other" ] ; fhir:definition [ fhir:v "Other type of organization not already specified." ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "أخرى" ] ] ) ] ) . # # -------------------------------------------------------------------------------------