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

FHIR IG Statistics: CodeSystem/ndhm-task-output-value

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

Resources that use this resource

ValueSet
ndhm-task-output-valueTask Output Value

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem ndhm-task-output-value

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

CodeDisplayDefinition
paymentack Payment is acknowledgedThe payment associated with the task has been acknowledged by the relevant party.
claimcancelled Requested claim is cancelledThe requested claim associated with the task has been cancelled by the requester.
claimreinitiated Requested claim is reinitiatedThe requested claim associated with the task has been reinitiated by the requester.
claimsuspended Requested claim is suspendedThe requested claim associated with the task has been suspended by the requester.
taskak Requested task is acknowledgedThe requested task has been acknowledged by the relevant party.
taskdelivered Requested task is deliveredThe requested task has been completed and the output is delivered to the requester.

Source

{
  "resourceType": "CodeSystem",
  "id": "ndhm-task-output-value",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-task-output-value",
  "version": "6.5.0",
  "name": "TaskOutputValue",
  "title": "Task Output Value",
  "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 Value of output in the task resource",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "IN",
          "display": "India"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 6,
  "concept": [
    {
      "code": "paymentack",
      "display": "Payment is acknowledged",
      "definition": "The payment associated with the task has been acknowledged by the relevant party."
    },
    {
      "code": "claimcancelled",
      "display": "Requested claim is cancelled",
      "definition": "The requested claim associated with the task has been cancelled by the requester."
    },
    {
      "code": "claimreinitiated",
      "display": "Requested claim is reinitiated",
      "definition": "The requested claim associated with the task has been reinitiated by the requester."
    },
    {
      "code": "claimsuspended",
      "display": "Requested claim is suspended",
      "definition": "The requested claim associated with the task has been suspended by the requester."
    },
    {
      "code": "taskak",
      "display": "Requested task is acknowledged",
      "definition": "The requested task has been acknowledged by the relevant party."
    },
    {
      "code": "taskdelivered",
      "display": "Requested task is delivered",
      "definition": "The requested task has been completed and the output is delivered to the requester."
    }
  ]
}