This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Clinical Decision Support Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw JSON (canonical form + also see JSON Format Specification)
Canonical Mapping for "Artifact Assessment Workflow Status"
{ "resourceType" : "ConceptMap", "id" : "sc-artifactassessment-workflow-status", "text" : { "status" : "extensions", "div" : "<div>!-- Snipped for Brevity --></div>" }, "url" : "http://hl7.org/fhir/ConceptMap/sc-artifactassessment-workflow-status", "version" : "5.0.0-ballot", "name" : "ArtifactAssessmentWorkflowStatusCanonicalMap", "title" : "Canonical Mapping for \"Artifact Assessment Workflow Status\"", "status" : "draft", "experimental" : false, "date" : "2020-12-28T16:55:11+11:00", "publisher" : "HL7 (FHIR Project)", "contact" : [{ "telecom" : [{ "system" : "url", "value" : "http://hl7.org/fhir" }, { "system" : "email", "value" : "fhir@lists.hl7.org" }] }], "description" : "Canonical Mapping for \"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.\"", "sourceScopeCanonical" : "http://hl7.org/fhir/ValueSet/artifactassessment-workflow-status", "targetScopeCanonical" : "http://hl7.org/fhir/ValueSet/resource-status", "group" : [{ "source" : "http://hl7.org/fhir/artifactassessment-workflow-status", "target" : "http://hl7.org/fhir/resource-status", "element" : [{ "code" : "submitted", "target" : [{ "code" : "proposed", "relationship" : "equivalent" }] }, { "code" : "triaged", "target" : [{ "code" : "planned", "relationship" : "equivalent" }] }, { "code" : "resolved-no-change", "target" : [{ "code" : "declined", "relationship" : "equivalent" }] }, { "code" : "resolved-change-required", "target" : [{ "code" : "accepted", "relationship" : "equivalent" }] }, { "code" : "applied", "target" : [{ "code" : "active", "relationship" : "equivalent" }] }, { "code" : "waiting-for-input", "target" : [{ "code" : "suspended", "relationship" : "equivalent" }] }, { "code" : "deferred", "target" : [{ "code" : "suspended", "relationship" : "equivalent" }] }, { "code" : "published", "target" : [{ "code" : "complete", "relationship" : "equivalent" }] }, { "code" : "duplicate", "target" : [{ "code" : "complete", "relationship" : "equivalent" }] }] }] }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.