Release 4B Ballot #1

This page is part of the FHIR Specification (v4.1.0: Release 4B Ballot #1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Codesystem-pubmed-pubstatus.json

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

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

Definition for Code System PubMedPubStatus

{
  "resourceType" : "CodeSystem",
  "id" : "pubmed-pubstatus",
  "meta" : {
    "lastUpdated" : "2021-03-11T17:06:20.662+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://hl7.org/fhir/pubmed-pubstatus",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.1.0"
  }],
  "version" : "4.1.0",
  "name" : "PubMedPubStatus",
  "title" : "PubMedPubStatus",
  "status" : "draft",
  "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" : "PubMed Publication Status.",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/pubmed-pubstatus",
  "content" : "complete",
  "concept" : [{
    "code" : "received",
    "display" : "received",
    "definition" : "Used as the value of PublicationStatus or attribute of PubmedPubDate in MEDLINE DTD."
  },
  {
    "code" : "accepted",
    "display" : "accepted",
    "definition" : "Used as the value of PublicationStatus or attribute of PubmedPubDate in MEDLINE DTD."
  },
  {
    "code" : "epublish",
    "display" : "epublish",
    "definition" : "Used as the value of PublicationStatus or attribute of PubmedPubDate in MEDLINE DTD."
  },
  {
    "code" : "ppublish",
    "display" : "ppublish",
    "definition" : "Used as the value of PublicationStatus or attribute of PubmedPubDate in MEDLINE DTD."
  },
  {
    "code" : "revised",
    "display" : "revised",
    "definition" : "Used as the value of PublicationStatus or attribute of PubmedPubDate in MEDLINE DTD."
  },
  {
    "code" : "aheadofprint",
    "display" : "aheadofprint",
    "definition" : "Used as the value of PublicationStatus or attribute of PubmedPubDate in MEDLINE DTD."
  },
  {
    "code" : "retracted",
    "display" : "retracted",
    "definition" : "Used as the value of PublicationStatus or attribute of PubmedPubDate in MEDLINE DTD."
  },
  {
    "code" : "ecollection",
    "display" : "ecollection",
    "definition" : "Used as the value of PublicationStatus or attribute of PubmedPubDate in MEDLINE DTD."
  },
  {
    "code" : "pmc",
    "display" : "pmc",
    "definition" : "Used as the value of PublicationStatus or attribute of PubmedPubDate in MEDLINE DTD."
  },
  {
    "code" : "pmcr",
    "display" : "pmcr",
    "definition" : "Used as the value of PublicationStatus or attribute of PubmedPubDate in MEDLINE DTD."
  },
  {
    "code" : "pubmed",
    "display" : "pubmed",
    "definition" : "Used as the value of PublicationStatus or attribute of PubmedPubDate in MEDLINE DTD."
  },
  {
    "code" : "pubmedr",
    "display" : "pubmedr",
    "definition" : "Used as the value of PublicationStatus or attribute of PubmedPubDate in MEDLINE DTD."
  },
  {
    "code" : "premedline",
    "display" : "premedline",
    "definition" : "Used as the value of PublicationStatus or attribute of PubmedPubDate in MEDLINE DTD."
  },
  {
    "code" : "medline",
    "display" : "medline",
    "definition" : "Used as the value of PublicationStatus or attribute of PubmedPubDate in MEDLINE DTD."
  },
  {
    "code" : "medliner",
    "display" : "medliner",
    "definition" : "Used as the value of PublicationStatus or attribute of PubmedPubDate in MEDLINE DTD."
  },
  {
    "code" : "entrez",
    "display" : "entrez",
    "definition" : "Used as the value of PublicationStatus or attribute of PubmedPubDate in MEDLINE DTD."
  },
  {
    "code" : "pmc-release",
    "display" : "pmc-release",
    "definition" : "Used as the value of PublicationStatus or attribute of PubmedPubDate in MEDLINE DTD."
  }]
}

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.