@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "investigation-result"] ; # fhir:meta [ fhir:versionId [ fhir:v "2" ] ; fhir:lastUpdated [ fhir:v "2024-08-15T12:36:55.928+03:00"^^xsd:dateTime ] ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem investigation-result

version: 2; Last updated: 2024-08-15 12:36:55+0300

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

CodeDisplayDefinitionArabic (ar)
INP Investigation(s) not performedInvestigation(s) not performedالفحص لم يتم القيام به
IRA Investigation results attachedInvestigation results attachedنتائج الفحص تم إرفاقها
other OtherOtherأخرى
NA Not applicableNot applicableغير قابل للتطبيق
IRP Investigation results pendingInvestigation results pendingنتائج الفحص قيد الانتظار
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://nphies.sa/terminology/CodeSystem/investigation-result"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.3.0"] ; # fhir:name [ fhir:v "InvestigationResult"] ; # fhir:title [ fhir:v "Investigation Result"] ; # 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 codeset includes Investigation Results Supporting info 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 "INP" ] ; fhir:display [ fhir:v "Investigation(s) not performed" ] ; fhir:definition [ fhir:v "Investigation(s) not performed" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "الفحص لم يتم القيام به" ] ] ) ] [ fhir:code [ fhir:v "IRA" ] ; fhir:display [ fhir:v "Investigation results attached" ] ; fhir:definition [ fhir:v "Investigation results attached" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "نتائج الفحص تم إرفاقها" ] ] ) ] [ fhir:code [ fhir:v "other" ] ; fhir:display [ fhir:v "Other" ] ; fhir:definition [ fhir:v "Other" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "أخرى" ] ] ) ] [ fhir:code [ fhir:v "NA" ] ; fhir:display [ fhir:v "Not applicable" ] ; fhir:definition [ fhir:v "Not applicable" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "غير قابل للتطبيق" ] ] ) ] [ fhir:code [ fhir:v "IRP" ] ; fhir:display [ fhir:v "Investigation results pending" ] ; fhir:definition [ fhir:v "Investigation results pending" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "نتائج الفحص قيد الانتظار" ] ] ) ] ) . # # -------------------------------------------------------------------------------------