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

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

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

Resources that use this resource

ValueSet
ndhm-task-output-typeTask Output Type

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-type

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

CodeDisplayDefinition
include IncludeThis code is used when the resources are included as task output reference.
status StatusThis code is used when the output of the task provides a status update.

Source

{
  "resourceType": "CodeSystem",
  "id": "ndhm-task-output-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-task-output-type",
  "version": "6.5.0",
  "name": "TaskOutputType",
  "title": "Task Output Type",
  "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 type of output in the task resource",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "IN",
          "display": "India"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "include",
      "display": "Include",
      "definition": "This code is used when the resources are included as task output reference."
    },
    {
      "code": "status",
      "display": "Status",
      "definition": "This code is used when the output of the task provides a status update."
    }
  ]
}