FHIR Implementation Guide for ABDM
7.0.0 - active India flag

Banner

FHIR Implementation Guide for ABDM - Local Development build (v7.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Task Code - TTL Representation

Draft as of 2023-11-28

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/ndhm-task-codes> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ndhm-task-codes"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ndhm-task-codes</b></p><a name=\"ndhm-task-codes\"> </a><a name=\"hcndhm-task-codes\"> </a><p>This case-sensitive code system <code>https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-task-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">nullify<a name=\"ndhm-task-codes-nullify\"> </a></td><td>nullify</td><td>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</td></tr><tr><td style=\"white-space:nowrap\">deliver<a name=\"ndhm-task-codes-deliver\"> </a></td><td>deliver</td><td>It specifies the FHIR resource shared as part of the Task resource.</td></tr><tr><td style=\"white-space:nowrap\">search<a name=\"ndhm-task-codes-search\"> </a></td><td>Search</td><td>It specifies that the that task is created for search of any claim.</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-task-codes"] ;
  fhir:CodeSystem.version [ fhir:value "7.0.0"] ;
  fhir:CodeSystem.name [ fhir:value "TaskCode"] ;
  fhir:CodeSystem.title [ fhir:value "Task Code"] ;
  fhir:CodeSystem.status [ fhir:value "draft"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2023-11-28"^^xsd:date] ;
  fhir:CodeSystem.publisher [ fhir:value "National Resource Center for EHR Standards"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "National Resource Center for EHR Standards" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://nrces.in/" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "This CodeSystem contains a set of codes that can be utilized to describe the task involved"] ;
  fhir:CodeSystem.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "IN" ] ;
       fhir:Coding.display [ fhir:value "India" ]
     ]
  ] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "3"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "nullify" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "nullify" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "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:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "deliver" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "deliver" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "It specifies the FHIR resource shared as part of the Task resource." ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "search" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Search" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "It specifies that the that task is created for search of any claim." ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/ndhm-task-codes.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/ndhm-task-codes.ttl> .