FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/ndhm-task-codes

Packagendhm.in
TypeCodeSystem
Idndhm-task-codes
FHIR VersionR4
Sourcehttps://nrces.in/ndhm/fhir/r4/https://nrces.in/ndhm/fhir/r4/6.5.0/CodeSystem-ndhm-task-codes.html
URLhttps://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-task-codes
Version6.5.0
Statusdraft
Date2023-11-28
NameTaskCode
TitleTask Code
Realmin
Authoritynational
DescriptionThis CodeSystem contains a set of codes that can be utilized to describe the task involved
Contentcomplete

Resources that use this resource

ValueSet
ndhm-task-codesTask Code

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

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.

Source

{
  "resourceType": "CodeSystem",
  "id": "ndhm-task-codes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-task-codes",
  "version": "6.5.0",
  "name": "TaskCode",
  "title": "Task Code",
  "status": "draft",
  "experimental": false,
  "date": "2023-11-28",
  "publisher": "National Resource Center for EHR Standards",
  "contact": [
    {
      "name": "National Resource Center for EHR Standards",
      "telecom": [
        {
          "system": "url",
          "value": "https://nrces.in/"
        }
      ]
    }
  ],
  "description": "This CodeSystem contains a set of codes that can be utilized to describe the task involved",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "IN",
          "display": "India"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "nullify",
      "display": "nullify",
      "definition": "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"
    },
    {
      "code": "deliver",
      "display": "deliver",
      "definition": "It specifies the FHIR resource shared as part of the Task resource."
    },
    {
      "code": "search",
      "display": "Search",
      "definition": "It specifies that the that task is created for search of any claim."
    }
  ]
}