@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "claim-subtype"] ; # fhir:meta [ fhir:versionId [ fhir:v "2" ] ; fhir:lastUpdated [ fhir:v "2024-08-15T11:40:47.387+03:00"^^xsd:dateTime ] ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem claim-subtype

version: 2; Last updated: 2024-08-15 11:40:47+0300

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

CodeDisplayDefinitionArabic (ar)
emr EmergencyA claim for emergency servicesخاص بالطوارئ
op OutPatientOutpatient claims from Physician, Psychological, Chiropractor, Physiotherapy, Speech Pathology, rehabilitative, consultationخاص بالمرضي الخارجيين
ip InPatientHospital, clinic inpatient claimsخاص بالمرضي المنوّمين
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://nphies.sa/terminology/CodeSystem/claim-subtype"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.3.0"] ; # fhir:name [ fhir:v "ClaimSubType"] ; # fhir:title [ fhir:v "Claim SubType"] ; # 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 includes Claim SubType codes which are used to distinguish the claim types for example within type institutional there may be subtypes for emergency services, bed stay and transportation."] ; # 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 "emr" ] ; fhir:display [ fhir:v "Emergency" ] ; fhir:definition [ fhir:v "A claim for emergency services" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "خاص بالطوارئ" ] ] ) ] [ fhir:code [ fhir:v "op" ] ; fhir:display [ fhir:v "OutPatient" ] ; fhir:definition [ fhir:v "Outpatient claims from Physician, Psychological, Chiropractor, Physiotherapy, Speech Pathology, rehabilitative, consultation" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "خاص بالمرضي الخارجيين" ] ] ) ] [ fhir:code [ fhir:v "ip" ] ; fhir:display [ fhir:v "InPatient" ] ; fhir:definition [ fhir:v "Hospital, clinic inpatient claims" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "خاص بالمرضي المنوّمين" ] ] ) ] ) . # # -------------------------------------------------------------------------------------