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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r5.r4b
Resource TypeCodeSystem
IdCodeSystem-artifact-url-classifier.json
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/xver-r5.r4b/0.0.1-snapshot-2/CodeSystem-artifact-url-classifier.html
URLhttp://hl7.org/fhir/artifact-url-classifier
Version5.0.0
Statusactive
Date2020-12-28T15:55:11+10:00
NameArtifactUrlClassifier
TitleArtifact Url Classifier
Realmuv
Authorityhl7
DescriptionCode the reason for different URLs, eg abstract and full-text.
Contentcomplete

Resources that use this resource

ValueSet
R5-artifact-url-classifier-for-R4BCross-version VS for R5.ArtifactUrlClassifier for use in FHIR R4B
R5-artifact-url-classifier-for-R4Cross-version VS for R5.ArtifactUrlClassifier for use in FHIR R4

Resources that this resource uses

No resources found


Narrative

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

This code system http://hl7.org/fhir/artifact-url-classifier defines the following codes:

Code Display Definition
abstract Abstract The URL will reach a brief summary for the article.
full-text Full-Text The URL will reach the full-text of the article.
supplement Supplement The URL will reach a supplement, appendix, or additional supporting information for the article.
webpage Webpage The URL will reach a webpage related to the article, where the content is not easily classified as abstract, full-text or supplement.
file-directory File directory The URL will reach a file directory.
code-repository Code repository File archive and web hosting facility for source code of software, documentation, web pages, and other works.
restricted Restricted The URL content has restricted access (e.g. subcription required).
compressed-file Compressed file Compressed archive file (e.g. a zip file) that contains multiple files
doi-based DOI Based The URL is derived from the Digital Object Identifier (DOI).
pdf PDF The URL will reach content in PDF form.
json JSON The URL will reach content in JSON format.
xml XML The URL will reach content in XML format.
version-specific Version Specific The URL will reach content that is a specific version of the article.
computable-resource Computable resource The URL will reach content that is machine-interpretable.
not-specified Not Specified Used when URL classifier is not specified but expected in a system.

Source1

{
  "resourceType": "CodeSystem",
  "id": "artifact-url-classifier",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r5.r4b"
        },
        {
          "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/artifact-url-classifier",
  "version": "5.0.0",
  "name": "ArtifactUrlClassifier",
  "title": "Artifact Url Classifier",
  "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": "Code the reason for different URLs, eg abstract and full-text.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/artifact-url-classifier",
  "content": "complete",
  "concept": [
    {
      "code": "abstract",
      "display": "Abstract",
      "definition": "The URL will reach a brief summary for the article."
    },
    {
      "code": "full-text",
      "display": "Full-Text",
      "definition": "The URL will reach the full-text of the article."
    },
    {
      "code": "supplement",
      "display": "Supplement",
      "definition": "The URL will reach a supplement, appendix, or additional supporting information for the article."
    },
    {
      "code": "webpage",
      "display": "Webpage",
      "definition": "The URL will reach a webpage related to the article, where the content is not easily classified as abstract, full-text or supplement."
    },
    {
      "code": "file-directory",
      "display": "File directory",
      "definition": "The URL will reach a file directory."
    },
    {
      "code": "code-repository",
      "display": "Code repository",
      "definition": "File archive and web hosting facility for source code of software, documentation, web pages, and other works."
    },
    {
      "code": "restricted",
      "display": "Restricted",
      "definition": "The URL content has restricted access (e.g. subcription required)."
    },
    {
      "code": "compressed-file",
      "display": "Compressed file",
      "definition": "Compressed archive file (e.g. a zip file) that contains multiple files"
    },
    {
      "code": "doi-based",
      "display": "DOI Based",
      "definition": "The URL is derived from the Digital Object Identifier (DOI)."
    },
    {
      "code": "pdf",
      "display": "PDF",
      "definition": "The URL will reach content in PDF form."
    },
    {
      "code": "json",
      "display": "JSON",
      "definition": "The URL will reach content in JSON format."
    },
    {
      "code": "xml",
      "display": "XML",
      "definition": "The URL will reach content in XML format."
    },
    {
      "code": "version-specific",
      "display": "Version Specific",
      "definition": "The URL will reach content that is a specific version of the article."
    },
    {
      "code": "computable-resource",
      "display": "Computable resource",
      "definition": "The URL will reach content that is machine-interpretable."
    },
    {
      "code": "not-specified",
      "display": "Not Specified",
      "definition": "Used when URL classifier is not specified but expected in a system."
    }
  ]
}