FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: Cited Medium - JSON Representation

Page standards status: Informative Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "cited-medium",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/cited-medium</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">internet\n                  <a name=\"cited-medium-internet\"> </a>\n                </td>\n                <td>Internet</td>\n                <td>Online publication in a periodic release. Used to match NLM JournalIssue CitedMedium code for online version.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">print\n                  <a name=\"cited-medium-print\"> </a>\n                </td>\n                <td>Print</td>\n                <td>Print publication in a periodic release. Used to match NLM JournalIssue CitedMedium code for print version.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">offline-digital-storage\n                  <a name=\"cited-medium-offline-digital-storage\"> </a>\n                </td>\n                <td>Offline Digital Storage</td>\n                <td>Publication in a physical device for electronic data storage, organized in issues for periodic release.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">internet-without-issue\n                  <a name=\"cited-medium-internet-without-issue\"> </a>\n                </td>\n                <td>Internet without issue</td>\n                <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>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">print-without-issue\n                  <a name=\"cited-medium-print-without-issue\"> </a>\n                </td>\n                <td>Print without issue</td>\n                <td>Print publication without any periodic release.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">offline-digital-storage-without-issue\n                  <a name=\"cited-medium-offline-digital-storage-without-issue\"> </a>\n                </td>\n                <td>Offline Digital Storage without issue</td>\n                <td>Publication in a physical device for electronic data storage, without any periodic release.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 0
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r5.r4"
        },
        {
          "url" : "version",
          "valueString" : "0.0.1-snapshot-2"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cds"
    }
  ],
  "url" : "http://hl7.org/fhir/cited-medium",
  "version" : "5.0.0",
  "name" : "CitedMedium",
  "title" : "Cited Medium",
  "status" : "active",
  "experimental" : false,
  "date" : "2020-12-28T15:55:11+10:00",
  "publisher" : "Clinical Decision Support",
  "contact" : [
    {
      "name" : "Clinical Decision Support",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description" : "NLM codes Internet or Print.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/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."
    }
  ]
}