@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "communication-reason"] ; # fhir:meta [ fhir:versionId [ fhir:v "5" ] ; fhir:lastUpdated [ fhir:v "2024-09-01T14:17:58.788+03:00"^^xsd:dateTime ] ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem communication-reason

version: 5; Last updated: 2024-09-01 14:17:58+0300

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

CodeDisplayDefinitionArabic (ar)
info-correct Information correctionPayer request to the provider to submitt a corrected information based on their agreementتصحيح معلومات
missing-attach Missing informationMissing information that will be required for the adjudication and processing of the messageمعلومات ناقصة
missing-info Missing attachementMissing attachement that will be required for the adjudication and processing of the messageمرفقات ناقصة
re-adjudication Claim Re-adjudication Requestإعادة تحكيم للمطالبة
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://nphies.sa/terminology/CodeSystem/communication-reason"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.3.0"] ; # fhir:name [ fhir:v "CommunicationReason"] ; # fhir:title [ fhir:v "Communication Reason"] ; # 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 "Set of code indicating the reason or justification for the communication."] ; # 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 "info-correct" ] ; fhir:display [ fhir:v "Information correction" ] ; fhir:definition [ fhir:v "Payer request to the provider to submitt a corrected information based on their agreement" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "تصحيح معلومات" ] ] ) ] [ fhir:code [ fhir:v "missing-attach" ] ; fhir:display [ fhir:v "Missing information" ] ; fhir:definition [ fhir:v "Missing information that will be required for the adjudication and processing of the message" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "معلومات ناقصة" ] ] ) ] [ fhir:code [ fhir:v "missing-info" ] ; fhir:display [ fhir:v "Missing attachement" ] ; fhir:definition [ fhir:v "Missing attachement that will be required for the adjudication and processing of the message" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "مرفقات ناقصة" ] ] ) ] [ fhir:code [ fhir:v "re-adjudication" ] ; fhir:display [ fhir:v "Claim Re-adjudication Request" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "إعادة تحكيم للمطالبة" ] ] ) ] ) . # # -------------------------------------------------------------------------------------