Release 5 Draft Ballot

This page is part of the FHIR Specification (v4.6.0: R5 Draft Ballot). 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-abstract-type.json

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

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

Definition for Code System CitedArtifactAbstractType

{
  "resourceType" : "CodeSystem",
  "id" : "cited-artifact-abstract-type",
  "meta" : {
    "lastUpdated" : "2021-04-15T13:25:09.461+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-abstract-type",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.1.1493"
  }],
  "version" : "4.6.0",
  "name" : "CitedArtifactAbstractType",
  "title" : "CitedArtifactAbstractType",
  "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" : "Used to express the reason and specific aspect for the variant abstract, such as language and specific language",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/cited-artifact-abstract-type",
  "content" : "complete",
  "concept" : [{
    "code" : "primary-human-use",
    "display" : "Primary human use",
    "definition" : "Human-friendly main or official abstract"
  },
  {
    "code" : "primary-machine-use",
    "display" : "Primary machine use",
    "definition" : "Machine-friendly main or official abstract"
  },
  {
    "code" : "truncated",
    "display" : "Truncated",
    "definition" : "Truncated abstract"
  },
  {
    "code" : "short-abstract",
    "display" : "Short abstract",
    "definition" : "Brief abstract, for use when abstracts are provided in different sizes or lengths"
  },
  {
    "code" : "long-abstract",
    "display" : "Long abstract",
    "definition" : "Long version of the abstract, for use when abstracts are provided in different sizes or lengths"
  },
  {
    "code" : "plain-language",
    "display" : "Plain language",
    "definition" : "Additional form of abstract written for the general public"
  },
  {
    "code" : "different-publisher",
    "display" : "Different publisher for abstract",
    "definition" : "Abstract produced by a different publisher than the cited artifact"
  },
  {
    "code" : "language",
    "display" : "Different language",
    "definition" : "Additional form of abstract in a different language"
  },
  {
    "code" : "autotranslated",
    "display" : "Different language derived from autotranslation",
    "definition" : "Machine translated form of abstract in a different language, language element codes the language into which it was translated by machine"
  },
  {
    "code" : "duplicate-pmid",
    "display" : "Different text in additional Medline entry",
    "definition" : "Alternative form of abstract in two or more Medline entries"
  },
  {
    "code" : "earlier-abstract",
    "display" : "Different text in an earlier version",
    "definition" : "Alternative form of abstract in an earlier version such as epub ahead of print"
  }]
}

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.