@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "cited-artifact-part-type"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem cited-artifact-part-type

This case-sensitive code system http://terminology.hl7.org/CodeSystem/cited-artifact-part-type defines the following codes:

CodeDisplayDefinition
chapters chaptersDenotes specific chapter or chapters of an article or artifact.
pages pagesDenotes specific page or pages of an article or artifact.
sections sectionsDenotes specific section or sections of an article or artifact.
paragraphs paragraphsDenotes specific paragraph or paragraphs of an article or artifact.
lines linesDenotes specific line or lines of an article or artifact.
tables tablesDenotes specific table or tables of an article or artifact.
figures figuresDenotes specific figure or figures of an article or artifact.
supplement Supplement or AppendixUsed to denote a supplementary file, appendix, or additional part that is not a subpart of the primary article.
supplement-subpart Supplement or Appendix SubpartUsed to denote a subpart within a supplementary file or appendix.
article-set Part of an article setUsed to distinguish an individual article within an article set where the article set is a base citation.
"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "cds" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "trial-use" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ; fhir:value [ a fhir:integer ; fhir:v 1 ] ] ) ; # fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/cited-artifact-part-type"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "CitedArtifactPartType"] ; # fhir:title [ fhir:v "Cited Artifact Part Type"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-01-20T16: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 "To describe the reason for the variant citation, such as version number or subpart specification."] ; # fhir:caseSensitive [ fhir:v true] ; # fhir:valueSet [ fhir:v "http://terminology.hl7.org/ValueSet/cited-artifact-part-type"^^xsd:anyURI ; fhir:link ] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "chapters" ] ; fhir:display [ fhir:v "chapters" ] ; fhir:definition [ fhir:v "Denotes specific chapter or chapters of an article or artifact." ] ] [ fhir:code [ fhir:v "pages" ] ; fhir:display [ fhir:v "pages" ] ; fhir:definition [ fhir:v "Denotes specific page or pages of an article or artifact." ] ] [ fhir:code [ fhir:v "sections" ] ; fhir:display [ fhir:v "sections" ] ; fhir:definition [ fhir:v "Denotes specific section or sections of an article or artifact." ] ] [ fhir:code [ fhir:v "paragraphs" ] ; fhir:display [ fhir:v "paragraphs" ] ; fhir:definition [ fhir:v "Denotes specific paragraph or paragraphs of an article or artifact." ] ] [ fhir:code [ fhir:v "lines" ] ; fhir:display [ fhir:v "lines" ] ; fhir:definition [ fhir:v "Denotes specific line or lines of an article or artifact." ] ] [ fhir:code [ fhir:v "tables" ] ; fhir:display [ fhir:v "tables" ] ; fhir:definition [ fhir:v "Denotes specific table or tables of an article or artifact." ] ] [ fhir:code [ fhir:v "figures" ] ; fhir:display [ fhir:v "figures" ] ; fhir:definition [ fhir:v "Denotes specific figure or figures of an article or artifact." ] ] [ fhir:code [ fhir:v "supplement" ] ; fhir:display [ fhir:v "Supplement or Appendix" ] ; fhir:definition [ fhir:v "Used to denote a supplementary file, appendix, or additional part that is not a subpart of the primary article." ] ] [ fhir:code [ fhir:v "supplement-subpart" ] ; fhir:display [ fhir:v "Supplement or Appendix Subpart" ] ; fhir:definition [ fhir:v "Used to denote a subpart within a supplementary file or appendix." ] ] [ fhir:code [ fhir:v "article-set" ] ; fhir:display [ fhir:v "Part of an article set" ] ; fhir:definition [ fhir:v "Used to distinguish an individual article within an article set where the article set is a base citation." ] ] ) . # # -------------------------------------------------------------------------------------