Release 4B

This page is part of the FHIR Specification (v4.3.0: R4B - STU). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B

Codesystem-cited-artifact-status-type.json

Clinical Decision Support Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code SystemCitedArtifactStatusType

{
  "resourceType" : "CodeSystem",
  "id" : "cited-artifact-status-type",
  "meta" : {
    "lastUpdated" : "2022-05-28T13:47:40.239+11:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div>!-- Snipped for Brevity --></div>"
  },
  "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" : 0
  }],
  "url" : "http://terminology.hl7.org/CodeSystem/cited-artifact-status-type",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.1.0"
  }],
  "version" : "4.3.0",
  "name" : "CitedArtifactStatusType",
  "title" : "CitedArtifactStatusType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-03-11T10:55:11.085+11:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "Cited Artifact Status Type",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/cited-artifact-status-type",
  "content" : "complete",
  "concept" : [{
    "code" : "created",
    "display" : "Created",
    "definition" : "The content was originally constructed or composed."
  },
  {
    "code" : "submitted",
    "display" : "Submitted",
    "definition" : "The content was sent to the publisher for consideration of publication."
  },
  {
    "code" : "withdrawn",
    "display" : "Withdrawn",
    "definition" : "The content that was not published has been removed from consideration for publishing by the submitter."
  },
  {
    "code" : "pre-review",
    "display" : "Pre review",
    "definition" : "The content is awaiting assignment and delivery to reviewer(s)."
  },
  {
    "code" : "under-review",
    "display" : "Under review",
    "definition" : "The content is in a state of being reviewed."
  },
  {
    "code" : "post-review-pre-published",
    "display" : "Post review pre published",
    "definition" : "The content is in a state between the review(s) being completed and being published."
  },
  {
    "code" : "rejected",
    "display" : "Rejected",
    "definition" : "The content that was not published has been removed from consideration for publishing by a publisher or editor."
  },
  {
    "code" : "published-early-form",
    "display" : "Published early form",
    "definition" : "The content is published but future changes to the published version are expected."
  },
  {
    "code" : "published-final-form",
    "display" : "Published final form",
    "definition" : "The content is published and further changes to the content are not expected."
  },
  {
    "code" : "accepted",
    "display" : "Accepted",
    "definition" : "The content that was not published yet has been approved for publication by the publisher and/or editor."
  },
  {
    "code" : "archived",
    "display" : "Archived",
    "definition" : "The content is retired or considered no longer current but still available as part of the public record."
  },
  {
    "code" : "retracted",
    "display" : "Retracted",
    "definition" : "The content that was published is removed from publication and should no longer be considered part of the public record."
  },
  {
    "code" : "draft",
    "display" : "Draft",
    "definition" : "The content is considered unfinished or incomplete and not representative of the current state desired by the content creator."
  },
  {
    "code" : "active",
    "display" : "Active",
    "definition" : "The content is considered complete for its current state by the content creator."
  },
  {
    "code" : "approved",
    "display" : "Approved",
    "definition" : "The content has been approved for a state transition, with the focus of approval described in the text associated with this coding."
  }]
}

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.