Release 5 Ballot

This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B

Example CodeSystem/citation-artifact-classifier (Turtle)

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

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

Definition for Code SystemCitationArtifactClassifier

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

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

[] a fhir:CodeSystem;
  fhir:Resource.id [ fhir:value "citation-artifact-classifier"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2022-09-07T10:58:29.429+10:00" ];
     fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "cds" ]
  ], [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-activity" ];
     fhir:Extension.value [ fhir:value "trial-use" ]
  ], [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
     fhir:Extension.value [ fhir:value "1" ]
  ], [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
     fhir:Extension.value [ fhir:value "trial-use" ]
  ];
  fhir:CanonicalResource.url [ fhir:value "http://hl7.org/fhir/citation-artifact-classifier"];
  fhir:CanonicalResource.identifier [
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.1982" ]
  ];
  fhir:CanonicalResource.version [ fhir:value "5.0.0-ballot"];
  fhir:CanonicalResource.name [ fhir:value "CitationArtifactClassifier"];
  fhir:CanonicalResource.title [ fhir:value "CitationArtifactClassifier"];
  fhir:CanonicalResource.status [ fhir:value "draft"];
  fhir:CanonicalResource.experimental [ fhir:value "true"];
  fhir:CanonicalResource.date [ fhir:value "2021-03-11T10:55:11.085+11:00"];
  fhir:CanonicalResource.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CanonicalResource.contact [
     fhir:ContactDetail.telecom [
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
     ]
  ], [
     fhir:ContactDetail.telecom [
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
     ]
  ];
  fhir:CanonicalResource.description [ fhir:value "Citation artifact classifier"];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/citation-artifact-classifier"];
  fhir:CodeSystem.identifier [
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.1982" ]
  ];
  fhir:CodeSystem.version [ fhir:value "5.0.0-ballot"];
  fhir:CodeSystem.name [ fhir:value "CitationArtifactClassifier"];
  fhir:CodeSystem.title [ fhir:value "CitationArtifactClassifier"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "true"];
  fhir:CodeSystem.date [ fhir:value "2021-03-11T10:55:11.085+11:00"];
  fhir:CodeSystem.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CodeSystem.contact [
     fhir:ContactDetail.telecom [
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
     ]
  ], [
     fhir:ContactDetail.telecom [
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
     ]
  ];
  fhir:CodeSystem.description [ fhir:value "Citation artifact classifier"];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/citation-artifact-classifier"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:ConceptDefinitionComponent.code [ fhir:value "audio" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Audio file" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The article cited is an audio file." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "D001877" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Book" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Non-periodical written or printed works consisting of sheets of pages fastened or bound together within covers." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "cds-artifact" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Clinical Decision Support Artifact" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The artifact is used for decision support for healthcare decisions." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "D016420" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Comment" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Comment" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "common-share" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Common Share" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Citation Resource containing value added data that is openly shared" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "D019991" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Database" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "A structured file of information or a set of logically related data stored and retrieved using computer-based means." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "D064886" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Dataset" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Works consisting of organized collections of data, which have been stored permanently in a formalized manner suitable for communication, interpretation, or processing." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "dataset-unpublished" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Dataset Unpublished" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "An organized collection of data that is not stored permanently for communication." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "Electronic" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Electronic" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "the journal is published in electronic format only" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "Electronic-eCollection" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Electronic-eCollection" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "used for electronic-only journals that publish individual articles first and then later collect them into an \"issue\" date that is typically called an eCollection." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "Electronic-Print" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Electronic-Print" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "the journal is published first in electronic format followed by print (this value is currently used for just one journal, Nucleic Acids Research)" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "executable-app" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Executable app" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Executable app" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "fhir-resource" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "FHIR Resource" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The article cited is a FHIR resource." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "image" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Image file" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The article cited is an image file." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "interactive-form" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Interactive Form" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "A user interface that supports data entry and data display." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "D016428" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Journal Article" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Journal Article" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "D016422" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Letter" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Letter" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "machine-code" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Machine code" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The article cited is machine code." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "medline-base" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Medline Base" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Citation Resource containing only data from Medline" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "prediction-model" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Prediction Model" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "A formula or expression used to calculate an outcome representing a predicted result." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "D000076942" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Preprint" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Scientific manuscript made available prior to PEER REVIEW." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "Print" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Print" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "the journal is published in print format only" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "Print-Electronic" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Print Electronic" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "the journal is published in both print and electronic format" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "project-specific" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Project Specific" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Citation Resource containing value added data specific to a project" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "protocol" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Protocol" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The article cited is the protocol of an activity and not the results or findings." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "pseudocode" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "PseudoCode" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "A non-executable, human-readable representation of software code." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "D016425" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Published Erratum" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Published Erratum" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "standard-specification" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Standard Specification" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "An explicit set of requirements for an item, material, component, system or service, often used to define a technical standard which is an established norm or requirement for a repeatable technical task." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "terminology" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Terminology" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "A structured set of codes and display values, which may be subtyped as a code system, value set, taxonomy, or ontology." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "D059040" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Video-Audio Media" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Used with articles which include video files or clips, or for articles which are entirely video." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "webpage" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Webpage" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Webpage" ]
  ] .

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


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.