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

Generated Narrative: CodeSystem diagnosis-type

version: 5; Last updated: 2024-08-15 12:03:02+0300

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

CodeDisplayDefinitionArabic (ar)
discharge Discharge DiagnosisThe diagnosis given when the patient is discharged from the hospital.تشخيص الخروج من المستشفى
differential Differential DiagnosisOne of a set of the possible diagnoses that could be connected to the signs, symptoms, and lab findings.التشخيص التمييزي المحتمل
admitting Admitting DiagnosisThe diagnosis given as the reason why the patient was admitted to the hospital.التشخيص المسبب للإدخال للمستشفى
principal Principal DiagnosisThe single medical diagnosis that is most relevant to the patient's chief complaint or need for treatment.التشخيص الجوهري
secondary Secondary DiagnosisA condition or complaint either coexisting with the principal diagnosis or arising during a service event or episode.التشخيص الثانوي /المصاحب
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://nphies.sa/terminology/CodeSystem/diagnosis-type"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.3.0"] ; # fhir:name [ fhir:v "DiagnosisType"] ; # fhir:title [ fhir:v "Diagnosis Type"] ; # 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 Diagnosis Type 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 "discharge" ] ; fhir:display [ fhir:v "Discharge Diagnosis" ] ; fhir:definition [ fhir:v "The diagnosis given when the patient is discharged from the hospital." ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "تشخيص الخروج من المستشفى" ] ] ) ] [ fhir:code [ fhir:v "differential" ] ; fhir:display [ fhir:v "Differential Diagnosis" ] ; fhir:definition [ fhir:v "One of a set of the possible diagnoses that could be connected to the signs, symptoms, and lab findings." ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "التشخيص التمييزي المحتمل" ] ] ) ] [ fhir:code [ fhir:v "admitting" ] ; fhir:display [ fhir:v "Admitting Diagnosis" ] ; fhir:definition [ fhir:v "The diagnosis given as the reason why the patient was admitted to the hospital." ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "التشخيص المسبب للإدخال للمستشفى" ] ] ) ] [ fhir:code [ fhir:v "principal" ] ; fhir:display [ fhir:v "Principal Diagnosis" ] ; fhir:definition [ fhir:v "The single medical diagnosis that is most relevant to the patient's chief complaint or need for treatment." ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "التشخيص الجوهري" ] ] ) ] [ fhir:code [ fhir:v "secondary" ] ; fhir:display [ fhir:v "Secondary Diagnosis" ] ; fhir:definition [ fhir:v "A condition or complaint either coexisting with the principal diagnosis or arising during a service event or episode." ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "التشخيص الثانوي /المصاحب" ] ] ) ] ) . # # -------------------------------------------------------------------------------------