FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/artifact-url-classifier (Turtle)

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

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Code SystemArtifactUrlClassifier

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

[a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "artifact-url-classifier"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2025-01-23T01:25:19.183+00:00"^^xsd:dateTime ] ;
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem artifact-url-classifier</b></p><a name=\"artifact-url-classifier\"> </a><a name=\"hcartifact-url-classifier\"> </a><a name=\"artifact-url-classifier-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/artifact-url-classifier</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\">abstract<a name=\"artifact-url-classifier-abstract\"> </a></td><td>Abstract</td><td>The URL will reach a brief summary for the article.</td></tr><tr><td style=\"white-space:nowrap\">full-text<a name=\"artifact-url-classifier-full-text\"> </a></td><td>Full-Text</td><td>The URL will reach the full-text of the article.</td></tr><tr><td style=\"white-space:nowrap\">supplement<a name=\"artifact-url-classifier-supplement\"> </a></td><td>Supplement</td><td>The URL will reach a supplement, appendix, or additional supporting information for the article.</td></tr><tr><td style=\"white-space:nowrap\">webpage<a name=\"artifact-url-classifier-webpage\"> </a></td><td>Webpage</td><td>The URL will reach a webpage related to the article, where the content is not easily classified as abstract, full-text or supplement.</td></tr><tr><td style=\"white-space:nowrap\">file-directory<a name=\"artifact-url-classifier-file-directory\"> </a></td><td>File directory</td><td>The URL will reach a file directory.</td></tr><tr><td style=\"white-space:nowrap\">code-repository<a name=\"artifact-url-classifier-code-repository\"> </a></td><td>Code repository</td><td>File archive and web hosting facility for source code of software, documentation, web pages, and other works.</td></tr><tr><td style=\"white-space:nowrap\">restricted<a name=\"artifact-url-classifier-restricted\"> </a></td><td>Restricted</td><td>The URL content has restricted access (e.g. subcription required).</td></tr><tr><td style=\"white-space:nowrap\">compressed-file<a name=\"artifact-url-classifier-compressed-file\"> </a></td><td>Compressed file</td><td>Compressed archive file (e.g. a zip file) that contains multiple files</td></tr><tr><td style=\"white-space:nowrap\">doi-based<a name=\"artifact-url-classifier-doi-based\"> </a></td><td>DOI Based</td><td>The URL is derived from the Digital Object Identifier (DOI).</td></tr><tr><td style=\"white-space:nowrap\">pdf<a name=\"artifact-url-classifier-pdf\"> </a></td><td>PDF</td><td>The URL will reach content in PDF form.</td></tr><tr><td style=\"white-space:nowrap\">json<a name=\"artifact-url-classifier-json\"> </a></td><td>JSON</td><td>The URL will reach content in JSON format.</td></tr><tr><td style=\"white-space:nowrap\">xml<a name=\"artifact-url-classifier-xml\"> </a></td><td>XML</td><td>The URL will reach content in XML format.</td></tr><tr><td style=\"white-space:nowrap\">version-specific<a name=\"artifact-url-classifier-version-specific\"> </a></td><td>Version Specific</td><td>The URL will reach content that is a specific version of the article.</td></tr><tr><td style=\"white-space:nowrap\">computable-resource<a name=\"artifact-url-classifier-computable-resource\"> </a></td><td>Computable resource</td><td>The URL will reach content that is machine-interpretable.</td></tr><tr><td style=\"white-space:nowrap\">not-specified<a name=\"artifact-url-classifier-not-specified\"> </a></td><td>Not Specified</td><td>Used when URL classifier is not specified but expected in a system.</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "cds" ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "trial-use" ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "0"^^xsd:integer ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/artifact-url-classifier"^^xsd:anyURI] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.1876" ]
  ] ) ; # 
  fhir:version [ fhir:v "6.0.0-ballot2"] ; # 
  fhir:name [ fhir:v "ArtifactUrlClassifier"] ; # 
  fhir:title [ fhir:v "Artifact Url Classifier"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2020-12-28T16:55:11+11:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Code the reason for different URLs, eg abstract and full-text."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:valueSet [
     fhir:v "http://hl7.org/fhir/ValueSet/artifact-url-classifier"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/ValueSet/artifact-url-classifier>
  ] ; # 
  fhir:hierarchyMeaning [] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "abstract" ] ;
     fhir:display [ fhir:v "Abstract" ] ;
     fhir:definition [ fhir:v "The URL will reach a brief summary for the article." ]
  ] [
     fhir:code [ fhir:v "full-text" ] ;
     fhir:display [ fhir:v "Full-Text" ] ;
     fhir:definition [ fhir:v "The URL will reach the full-text of the article." ]
  ] [
     fhir:code [ fhir:v "supplement" ] ;
     fhir:display [ fhir:v "Supplement" ] ;
     fhir:definition [ fhir:v "The URL will reach a supplement, appendix, or additional supporting information for the article." ]
  ] [
     fhir:code [ fhir:v "webpage" ] ;
     fhir:display [ fhir:v "Webpage" ] ;
     fhir:definition [ fhir:v "The URL will reach a webpage related to the article, where the content is not easily classified as abstract, full-text or supplement." ]
  ] [
     fhir:code [ fhir:v "file-directory" ] ;
     fhir:display [ fhir:v "File directory" ] ;
     fhir:definition [ fhir:v "The URL will reach a file directory." ]
  ] [
     fhir:code [ fhir:v "code-repository" ] ;
     fhir:display [ fhir:v "Code repository" ] ;
     fhir:definition [ fhir:v "File archive and web hosting facility for source code of software, documentation, web pages, and other works." ]
  ] [
     fhir:code [ fhir:v "restricted" ] ;
     fhir:display [ fhir:v "Restricted" ] ;
     fhir:definition [ fhir:v "The URL content has restricted access (e.g. subcription required)." ]
  ] [
     fhir:code [ fhir:v "compressed-file" ] ;
     fhir:display [ fhir:v "Compressed file" ] ;
     fhir:definition [ fhir:v "Compressed archive file (e.g. a zip file) that contains multiple files" ]
  ] [
     fhir:code [ fhir:v "doi-based" ] ;
     fhir:display [ fhir:v "DOI Based" ] ;
     fhir:definition [ fhir:v "The URL is derived from the Digital Object Identifier (DOI)." ]
  ] [
     fhir:code [ fhir:v "pdf" ] ;
     fhir:display [ fhir:v "PDF" ] ;
     fhir:definition [ fhir:v "The URL will reach content in PDF form." ]
  ] [
     fhir:code [ fhir:v "json" ] ;
     fhir:display [ fhir:v "JSON" ] ;
     fhir:definition [ fhir:v "The URL will reach content in JSON format." ]
  ] [
     fhir:code [ fhir:v "xml" ] ;
     fhir:display [ fhir:v "XML" ] ;
     fhir:definition [ fhir:v "The URL will reach content in XML format." ]
  ] [
     fhir:code [ fhir:v "version-specific" ] ;
     fhir:display [ fhir:v "Version Specific" ] ;
     fhir:definition [ fhir:v "The URL will reach content that is a specific version of the article." ]
  ] [
     fhir:code [ fhir:v "computable-resource" ] ;
     fhir:display [ fhir:v "Computable resource" ] ;
     fhir:definition [ fhir:v "The URL will reach content that is machine-interpretable." ]
  ] [
     fhir:code [ fhir:v "not-specified" ] ;
     fhir:display [ fhir:v "Not Specified" ] ;
     fhir:definition [ fhir:v "Used when URL classifier is not specified but expected in a system." ]
  ] )] . # 

# -------------------------------------------------------------------------------------


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.