@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "reissue-reason"] ; # fhir:meta [ fhir:versionId [ fhir:v "7" ] ; fhir:lastUpdated [ fhir:v "2024-08-15T14:14:03.665+03:00"^^xsd:dateTime ] ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem reissue-reason

version: 7; Last updated: 2024-08-15 14:14:03+0300

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

CodeDisplayDefinitionArabic (ar)
other OtherReissue has been requested due to a needed Otherآخر
audit AuditReissue has been requested due to a needed Auditتدقيق/فحص
correction Error correctionReissue has been requested due to a needed Error correctionتصحيح خطأ
benefit Benefit processing correctionReissue has been requested due to a needed Benefit processing correctionتصحيح معالجة المزايا/الاستحقاقات
adjudication Additional adjudicationReissue has been requested due to a needed Additional adjudicationتحكيم إضافي
miscalculation Miscalculation correctionReissue has been requested due to a needed Miscalculation correctionتصحيح خطأ حسابي
cancel CancelReissue has been requested to cancel a previous issued responseإلغاء رد سابق
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://nphies.sa/terminology/CodeSystem/reissue-reason"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.3.0"] ; # fhir:name [ fhir:v "ReissueReason"] ; # fhir:title [ fhir:v "Reissue 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 "The set of codes indicating the reason why adjudicator has reissued an authorization response or claim response."] ; # 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 "other" ] ; fhir:display [ fhir:v "Other" ] ; fhir:definition [ fhir:v "Reissue has been requested due to a needed Other" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "آخر" ] ] ) ] [ fhir:code [ fhir:v "audit" ] ; fhir:display [ fhir:v "Audit" ] ; fhir:definition [ fhir:v "Reissue has been requested due to a needed Audit" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "تدقيق/فحص" ] ] ) ] [ fhir:code [ fhir:v "correction" ] ; fhir:display [ fhir:v "Error correction" ] ; fhir:definition [ fhir:v "Reissue has been requested due to a needed Error correction" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "تصحيح خطأ" ] ] ) ] [ fhir:code [ fhir:v "benefit" ] ; fhir:display [ fhir:v "Benefit processing correction" ] ; fhir:definition [ fhir:v "Reissue has been requested due to a needed Benefit processing correction" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "تصحيح معالجة المزايا/الاستحقاقات" ] ] ) ] [ fhir:code [ fhir:v "adjudication" ] ; fhir:display [ fhir:v "Additional adjudication" ] ; fhir:definition [ fhir:v "Reissue has been requested due to a needed Additional adjudication" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "تحكيم إضافي" ] ] ) ] [ fhir:code [ fhir:v "miscalculation" ] ; fhir:display [ fhir:v "Miscalculation correction" ] ; fhir:definition [ fhir:v "Reissue has been requested due to a needed Miscalculation correction" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "تصحيح خطأ حسابي" ] ] ) ] [ fhir:code [ fhir:v "cancel" ] ; fhir:display [ fhir:v "Cancel" ] ; fhir:definition [ fhir:v "Reissue has been requested to cancel a previous issued response" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "إلغاء رد سابق" ] ] ) ] ) . # # -------------------------------------------------------------------------------------