@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "related-claim-relationship"] ; # fhir:meta [ fhir:versionId [ fhir:v "3" ] ; fhir:lastUpdated [ fhir:v "2024-08-15T14:16:02.842+03:00"^^xsd:dateTime ] ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem related-claim-relationship

version: 3; Last updated: 2024-08-15 14:16:02+0300

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

CodeDisplayDefinitionArabic (ar)
extend Authorization to extendA prior authorization for a suite of services which is to be extended by this authorization.طلب تمديد
associated Associated ClaimA claim for a different suite of services which is related the suite claimed hereمطالبة مرتبطة
prior Prior ClaimA prior claim instance for the same intended suite of servicesطلب تعديل/ زيادة خدمات
appealing AppealingAppealing for a precriptionالتماس/استئناف
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://nphies.sa/terminology/CodeSystem/related-claim-relationship"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.3.0"] ; # fhir:name [ fhir:v "RelatedClaimRelationship"] ; # fhir:title [ fhir:v "Related Claim Relationship"] ; # 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 Related Claim Relationship codes."] ; # 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 "extend" ] ; fhir:display [ fhir:v "Authorization to extend" ] ; fhir:definition [ fhir:v "A prior authorization for a suite of services which is to be extended by this authorization." ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "طلب تمديد" ] ] ) ] [ fhir:code [ fhir:v "associated" ] ; fhir:display [ fhir:v "Associated Claim" ] ; fhir:definition [ fhir:v "A claim for a different suite of services which is related the suite claimed here" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "مطالبة مرتبطة" ] ] ) ] [ fhir:code [ fhir:v "prior" ] ; fhir:display [ fhir:v "Prior Claim" ] ; fhir:definition [ fhir:v "A prior claim instance for the same intended suite of services" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "طلب تعديل/ زيادة خدمات" ] ] ) ] [ fhir:code [ fhir:v "appealing" ] ; fhir:display [ fhir:v "Appealing" ] ; fhir:definition [ fhir:v "Appealing for a precription" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "التماس/استئناف" ] ] ) ] ) . # # -------------------------------------------------------------------------------------