@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ndhm-task-codes"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem ndhm-task-codes

This case-sensitive code system https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-task-codes defines the following codes:

CodeDisplayDefinition
nullify nullifyA formal request to halt or reverse a prior action, ensuring complete purging of all original submissions, with Task updates on acceptance, success, or identified errors
deliver deliverIt specifies the FHIR resource shared as part of the Task resource.
search SearchIt specifies that the that task is created for search of any claim.
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-task-codes"^^xsd:anyURI] ; # fhir:version [ fhir:v "6.5.0"] ; # fhir:name [ fhir:v "TaskCode"] ; # fhir:title [ fhir:v "Task Code"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-11-28"^^xsd:date] ; # fhir:publisher [ fhir:v "National Resource Center for EHR Standards"] ; # fhir:contact ( [ fhir:name [ fhir:v "National Resource Center for EHR Standards" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://nrces.in/" ] ] ) ] ) ; # fhir:description [ fhir:v "This CodeSystem contains a set of codes that can be utilized to describe the task involved"] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "IN" ] ; fhir:display [ fhir:v "India" ] ] ) ] ) ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "nullify" ] ; fhir:display [ fhir:v "nullify" ] ; fhir:definition [ fhir:v "A formal request to halt or reverse a prior action, ensuring complete purging of all original submissions, with Task updates on acceptance, success, or identified errors" ] ] [ fhir:code [ fhir:v "deliver" ] ; fhir:display [ fhir:v "deliver" ] ; fhir:definition [ fhir:v "It specifies the FHIR resource shared as part of the Task resource." ] ] [ fhir:code [ fhir:v "search" ] ; fhir:display [ fhir:v "Search" ] ; fhir:definition [ fhir:v "It specifies that the that task is created for search of any claim." ] ] ) . # # -------------------------------------------------------------------------------------