@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "task-output-type"] ; # fhir:meta [ fhir:versionId [ fhir:v "2" ] ; fhir:lastUpdated [ fhir:v "2024-08-15T14:46:43.375+03:00"^^xsd:dateTime ] ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem task-output-type

version: 2; Last updated: 2024-08-15 14:46:43+0300

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

CodeDisplayDefinitionArabic (ar)
status StatusThe processing status of the references message or resource.حالة
error ErrorError codes indicating the issues found with the request or why the request could not be fulfiled.خطأ
response ResponseA reference to the revised response resource or message.رد
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://nphies.sa/terminology/CodeSystem/task-output-type"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.3.0"] ; # fhir:name [ fhir:v "TaskOutputType"] ; # fhir:title [ fhir:v "Task Output 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 "Codes defining the type of content in Task.input."] ; # 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 "status" ] ; fhir:display [ fhir:v "Status" ] ; fhir:definition [ fhir:v "The processing status of the references message or resource." ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "حالة" ] ] ) ] [ fhir:code [ fhir:v "error" ] ; fhir:display [ fhir:v "Error" ] ; fhir:definition [ fhir:v "Error codes indicating the issues found with the request or why the request could not be fulfiled." ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "خطأ" ] ] ) ] [ fhir:code [ fhir:v "response" ] ; fhir:display [ fhir:v "Response" ] ; fhir:definition [ fhir:v "A reference to the revised response resource or message." ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "رد" ] ] ) ] ) . # # -------------------------------------------------------------------------------------