@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "published-in-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 published-in-type

This case-sensitive code system http://terminology.hl7.org/CodeSystem/published-in-type defines the following codes:

CodeDisplayDefinition
D020492 PeriodicalPublication intended to be issued on an ongoing basis, generally more frequently than annually, containing separate articles, stories, or writings.
D019991 DatabaseA structured file of information or a set of logically related data stored and retrieved using computer-based means.
D001877 BookNon-periodical written or printed works consisting of sheets of pages fastened or bound together within covers.
D064886 DatasetWorks consisting of organized collections of data, which have been stored permanently in a formalized manner suitable for communication, interpretation, or processing.
"^^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/published-in-type"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "PublishedInType"] ; # fhir:title [ fhir:v "Published In 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 "The type of publication such as book, database, or journal."] ; # fhir:caseSensitive [ fhir:v true] ; # fhir:valueSet [ fhir:v "http://terminology.hl7.org/ValueSet/published-in-type"^^xsd:anyURI ; fhir:link ] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "D020492" ] ; fhir:display [ fhir:v "Periodical" ] ; fhir:definition [ fhir:v "Publication intended to be issued on an ongoing basis, generally more frequently than annually, containing separate articles, stories, or writings." ] ] [ fhir:code [ fhir:v "D019991" ] ; fhir:display [ fhir:v "Database" ] ; fhir:definition [ fhir:v "A structured file of information or a set of logically related data stored and retrieved using computer-based means." ] ] [ fhir:code [ fhir:v "D001877" ] ; fhir:display [ fhir:v "Book" ] ; fhir:definition [ fhir:v "Non-periodical written or printed works consisting of sheets of pages fastened or bound together within covers." ] ] [ fhir:code [ fhir:v "D064886" ] ; fhir:display [ fhir:v "Dataset" ] ; fhir:definition [ fhir:v "Works consisting of organized collections of data, which have been stored permanently in a formalized manner suitable for communication, interpretation, or processing." ] ] ) . # # -------------------------------------------------------------------------------------