FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.terminology.r3
Resource TypeCodeSystem
IdCodeSystem-cited-artifact-abstract-type.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem cited-artifact-abstract-type

Language: en

Profile: Shareable CodeSystem

This case-sensitive code system http://terminology.hl7.org/CodeSystem/cited-artifact-abstract-type defines the following codes:

CodeDisplayDefinition
primary-human-use Primary human useHuman-friendly main or official abstract
primary-machine-use Primary machine useMachine-friendly main or official abstract
truncated TruncatedTruncated abstract
short-abstract Short abstractBrief abstract, for use when abstracts are provided in different sizes or lengths
long-abstract Long abstractLong version of the abstract, for use when abstracts are provided in different sizes or lengths
plain-language Plain languageAdditional form of abstract written for the general public
different-publisher Different publisher for abstractAbstract produced by a different publisher than the cited artifact
language Different languageAdditional form of abstract in a different language
autotranslated Different language derived from autotranslationMachine translated form of abstract in a different language, language element codes the language into which it was translated by machine
duplicate-pmid Different text in additional Medline entryAlternative form of abstract in two or more Medline entries
earlier-abstract Different text in an earlier versionAlternative form of abstract in an earlier version such as epub ahead of print

Source1

{
  "resourceType": "CodeSystem",
  "id": "cited-artifact-abstract-type",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "language": "en",
  "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://terminology.hl7.org/CodeSystem/cited-artifact-abstract-type",
  "version": "1.0.0",
  "name": "CitedArtifactAbstractType",
  "title": "Cited Artifact Abstract Type",
  "status": "active",
  "experimental": false,
  "date": "2025-01-20T16: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://terminology.hl7.org/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"
    }
  ]
}