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

FHIR IG Statistics: CodeSystem/artifactassessment-workflow-status

Packagehl7.fhir.uv.extensions.r4b
Resource TypeCodeSystem
Idartifactassessment-workflow-status
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/extensions
URLhttp://hl7.org/fhir/artifactassessment-workflow-status
Version5.0.0
Statusactive
Date2021-01-05T10:01:24+11:00
NameArtifactAssessmentWorkflowStatus
TitleArtifact Assessment Workflow Status
Realmuv
Authorityhl7
DescriptionPossible values for the workflow status of the comment or assessment, typically used to coordinate workflow around the process of accepting and rejecting changes and comments on the artifact.
Contentcomplete

Resources that use this resource

ValueSet
R5-artifactassessment-workflow-status-for-R4BCross-version VS for R5.ArtifactAssessmentWorkflowStatus for use in FHIR R4B
artifactassessment-workflow-statusArtifact Assessment Workflow Status
R5-artifactassessment-workflow-status-for-R4Cross-version VS for R5.ArtifactAssessmentWorkflowStatus for use in FHIR R4

Resources that this resource uses

No resources found


Narrative

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

This code system http://hl7.org/fhir/artifactassessment-workflow-status defines the following codes:

Code Display Definition
submitted Submitted The comment has been submitted, but the responsible party has not yet been determined, or the responsible party has not yet determined the next steps to be taken.
triaged Triaged The comment has been triaged, meaning the responsible party has been determined and next steps have been identified to address the comment.
waiting-for-input Waiting for Input The comment is waiting for input from a specific party before next steps can be taken.
resolved-no-change Resolved - No Change The comment has been resolved and no changes resulted from the resolution
resolved-change-required Resolved - Change Required The comment has been resolved and changes are required to address the comment
deferred Deferred The comment is acceptable, but resolution of the comment and application of any associated changes have been deferred
duplicate Duplicate The comment is a duplicate of another comment already received
applied Applied The comment is resolved and any necessary changes have been applied
published Published The necessary changes to the artifact have been published in a new version of the artifact
entered-in-error Entered in Error The assessment was entered in error

Source

{
  "resourceType": "CodeSystem",
  "id": "artifactassessment-workflow-status",
  "meta": {
    "lastUpdated": "2023-03-26T15:21:02.749+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/web-source",
      "valueUrl": "http://hl7.org/fhir/R5/codesystem-artifactassessment-workflow-status.html"
    }
  ],
  "url": "http://hl7.org/fhir/artifactassessment-workflow-status",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.2023"
    }
  ],
  "version": "5.0.0",
  "name": "ArtifactAssessmentWorkflowStatus",
  "title": "Artifact Assessment Workflow Status",
  "status": "active",
  "experimental": false,
  "date": "2021-01-05T10:01:24+11:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "Possible values for the workflow status of the comment or assessment, typically used to coordinate workflow around the process of accepting and rejecting changes and comments on the artifact.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/artifactassessment-workflow-status",
  "content": "complete",
  "concept": [
    {
      "code": "submitted",
      "display": "Submitted",
      "definition": "The comment has been submitted, but the responsible party has not yet been determined, or the responsible party has not yet determined the next steps to be taken."
    },
    {
      "code": "triaged",
      "display": "Triaged",
      "definition": "The comment has been triaged, meaning the responsible party has been determined and next steps have been identified to address the comment."
    },
    {
      "code": "waiting-for-input",
      "display": "Waiting for Input",
      "definition": "The comment is waiting for input from a specific party before next steps can be taken."
    },
    {
      "code": "resolved-no-change",
      "display": "Resolved - No Change",
      "definition": "The comment has been resolved and no changes resulted from the resolution"
    },
    {
      "code": "resolved-change-required",
      "display": "Resolved - Change Required",
      "definition": "The comment has been resolved and changes are required to address the comment"
    },
    {
      "code": "deferred",
      "display": "Deferred",
      "definition": "The comment is acceptable, but resolution of the comment and application of any associated changes have been deferred"
    },
    {
      "code": "duplicate",
      "display": "Duplicate",
      "definition": "The comment is a duplicate of another comment already received"
    },
    {
      "code": "applied",
      "display": "Applied",
      "definition": "The comment is resolved and any necessary changes have been applied"
    },
    {
      "code": "published",
      "display": "Published",
      "definition": "The necessary changes to the artifact have been published in a new version of the artifact"
    },
    {
      "code": "entered-in-error",
      "display": "Entered in Error",
      "definition": "The assessment was entered in error"
    }
  ]
}