HL7 Terminology (THO)
6.3.0 - Continuous Process Integration (ci build) International flag

HL7 Terminology (THO), published by HL7 International - Vocabulary Work Group. This guide is not an authorized publication; it is the continuous build for version 6.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/UTG/ and changes regularly. See the Directory of published versions

: Cited Medium - JSON Representation

Page standards status: Trial-use Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "cited-medium",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cited-medium</b></p><a name=\"cited-medium\"> </a><a name=\"hccited-medium\"> </a><a name=\"cited-medium-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R5/shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/cited-medium</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">internet<a name=\"cited-medium-internet\"> </a></td><td>Internet</td><td>Online publication in a periodic release. Used to match NLM JournalIssue CitedMedium code for online version.</td></tr><tr><td style=\"white-space:nowrap\">print<a name=\"cited-medium-print\"> </a></td><td>Print</td><td>Print publication in a periodic release. Used to match NLM JournalIssue CitedMedium code for print version.</td></tr><tr><td style=\"white-space:nowrap\">offline-digital-storage<a name=\"cited-medium-offline-digital-storage\"> </a></td><td>Offline Digital Storage</td><td>Publication in a physical device for electronic data storage, organized in issues for periodic release.</td></tr><tr><td style=\"white-space:nowrap\">internet-without-issue<a name=\"cited-medium-internet-without-issue\"> </a></td><td>Internet without issue</td><td>Online publication without any periodic release. Used for article specific publication date which could be the same as or different from journal issue publication date.</td></tr><tr><td style=\"white-space:nowrap\">print-without-issue<a name=\"cited-medium-print-without-issue\"> </a></td><td>Print without issue</td><td>Print publication without any periodic release.</td></tr><tr><td style=\"white-space:nowrap\">offline-digital-storage-without-issue<a name=\"cited-medium-offline-digital-storage-without-issue\"> </a></td><td>Offline Digital Storage without issue</td><td>Publication in a physical device for electronic data storage, without any periodic release.</td></tr></table></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" : 1
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/cited-medium",
  "version" : "1.0.0",
  "name" : "CitedMedium",
  "title" : "Cited Medium",
  "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" : "NLM codes Internet or Print.",
  "caseSensitive" : true,
  "valueSet" : "http://terminology.hl7.org/ValueSet/cited-medium",
  "content" : "complete",
  "concept" : [
    {
      "code" : "internet",
      "display" : "Internet",
      "definition" : "Online publication in a periodic release. Used to match NLM JournalIssue CitedMedium code for online version."
    },
    {
      "code" : "print",
      "display" : "Print",
      "definition" : "Print publication in a periodic release. Used to match NLM JournalIssue CitedMedium code for print version."
    },
    {
      "code" : "offline-digital-storage",
      "display" : "Offline Digital Storage",
      "definition" : "Publication in a physical device for electronic data storage, organized in issues for periodic release."
    },
    {
      "code" : "internet-without-issue",
      "display" : "Internet without issue",
      "definition" : "Online publication without any periodic release. Used for article specific publication date which could be the same as or different from journal issue publication date."
    },
    {
      "code" : "print-without-issue",
      "display" : "Print without issue",
      "definition" : "Print publication without any periodic release."
    },
    {
      "code" : "offline-digital-storage-without-issue",
      "display" : "Offline Digital Storage without issue",
      "definition" : "Publication in a physical device for electronic data storage, without any periodic release."
    }
  ]
}