@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "adjudication-outcome"] ; # fhir:meta [ fhir:versionId [ fhir:v "4" ] ; fhir:lastUpdated [ fhir:v "2024-08-15T10:35:13.09+03:00"^^xsd:dateTime ] ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem adjudication-outcome

version: 4; Last updated: 2024-08-15 10:35:13+0300

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

CodeDisplayDefinitionArabic (ar)
not-required Not RequiredNo Authorization is required for this requestلا يتطلب موافقة مسبقة
pended PendedThe processing of the requested has been pended awaiting further information or processingمعلّق
approved ApprovedAll items approvedموافق عليه-مقبول
rejected RejectedAll items rejectedمرفوض
partial Partially ApprovedAt least one item rejectedمقبول جزئيًا
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://nphies.sa/terminology/CodeSystem/adjudication-outcome"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.3.0"] ; # fhir:name [ fhir:v "AdjudicationOutcome"] ; # fhir:title [ fhir:v "Adjudication Outcome"] ; # 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 "A code indicating the outcome of the adjudication such as rejected, partially approved/paid or approved/paid as submitted."] ; # 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 "not-required" ] ; fhir:display [ fhir:v "Not Required" ] ; fhir:definition [ fhir:v "No Authorization is required for this request" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "لا يتطلب موافقة مسبقة" ] ] ) ] [ fhir:code [ fhir:v "pended" ] ; fhir:display [ fhir:v "Pended" ] ; fhir:definition [ fhir:v "The processing of the requested has been pended awaiting further information or processing" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "معلّق" ] ] ) ] [ fhir:code [ fhir:v "approved" ] ; fhir:display [ fhir:v "Approved" ] ; fhir:definition [ fhir:v "All items approved" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "موافق عليه-مقبول" ] ] ) ] [ fhir:code [ fhir:v "rejected" ] ; fhir:display [ fhir:v "Rejected" ] ; fhir:definition [ fhir:v "All items rejected" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "مرفوض" ] ] ) ] [ fhir:code [ fhir:v "partial" ] ; fhir:display [ fhir:v "Partially Approved" ] ; fhir:definition [ fhir:v "At least one item rejected" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "مقبول جزئيًا" ] ] ) ] ) . # # -------------------------------------------------------------------------------------