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

This case-sensitive code system http://terminology.hl7.org/CodeSystem/contributor-summary-source defines the following codes:

CodeDisplayDefinition
publisher-data Publisher providedData copied by machine from publisher data.
article-copy Copied from articleData copied by human from article text.
citation-manager Reported by citation managerData copied by machine from citation manager data.
custom custom formatCustom format (may be described in text note).
"^^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/contributor-summary-source"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "ContributorSummarySource"] ; # fhir:title [ fhir:v "Contributor Summary Source"] ; # 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 "Used to code the producer or rule for creating the display string."] ; # fhir:caseSensitive [ fhir:v true] ; # fhir:valueSet [ fhir:v "http://terminology.hl7.org/ValueSet/contributor-summary-source"^^xsd:anyURI ; fhir:link ] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "publisher-data" ] ; fhir:display [ fhir:v "Publisher provided" ] ; fhir:definition [ fhir:v "Data copied by machine from publisher data." ] ] [ fhir:code [ fhir:v "article-copy" ] ; fhir:display [ fhir:v "Copied from article" ] ; fhir:definition [ fhir:v "Data copied by human from article text." ] ] [ fhir:code [ fhir:v "citation-manager" ] ; fhir:display [ fhir:v "Reported by citation manager" ] ; fhir:definition [ fhir:v "Data copied by machine from citation manager data." ] ] [ fhir:code [ fhir:v "custom" ] ; fhir:display [ fhir:v "custom format" ] ; fhir:definition [ fhir:v "Custom format (may be described in text note)." ] ] ) . # # -------------------------------------------------------------------------------------