Definition for Code SystemCodeSystemContentMode
{
"resourceType" : "CodeSystem",
"id" : "codesystem-content-mode",
"meta" : {
"lastUpdated" : "2025-12-18T07:07:42.170+11:00"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem codesystem-content-mode</b></p><a name=\"codesystem-content-mode\"> </a><a name=\"hccodesystem-content-mode\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/codesystem-content-mode</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\">not-present<a name=\"codesystem-content-mode-not-present\"> </a></td><td>Not Present</td><td>None of the concepts defined by the code system are included in the code system resource.</td></tr><tr><td style=\"white-space:nowrap\">example<a name=\"codesystem-content-mode-example\"> </a></td><td>Example</td><td>A subset of the valid externally defined concepts are included in the code system resource. There is no specific purpose or documented intent other than for illustrative purposes. This example content mode should not be used if the content is better represented in a fragment.</td></tr><tr><td style=\"white-space:nowrap\">fragment<a name=\"codesystem-content-mode-fragment\"> </a></td><td>Fragment</td><td>A subset of the code system concepts that are included in the code system resource. This is a curated subset released for a specific purpose.</td></tr><tr><td style=\"white-space:nowrap\">complete<a name=\"codesystem-content-mode-complete\"> </a></td><td>Complete</td><td>All the concepts defined by the code system are included in the code system resource.</td></tr><tr><td style=\"white-space:nowrap\">supplement<a name=\"codesystem-content-mode-supplement\"> </a></td><td>Supplement</td><td>The resource doesn't define any new concepts; it just provides additional designations and properties to another code system.</td></tr></table></div>"
},
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "vocab"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 5
}],
"url" : "http://hl7.org/fhir/codesystem-content-mode",
"identifier" : [{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.4.783"
},
{
"use" : "old",
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.1.766"
}],
"version" : "6.0.0-ballot4",
"name" : "CodeSystemContentMode",
"title" : "Code System Content Mode",
"status" : "active",
"experimental" : false,
"date" : "2021-01-05T10:01:24+11:00",
"publisher" : "HL7 International / Terminology Infrastructure",
"contact" : [{
"telecom" : [{
"system" : "url",
"value" : "http://hl7.org/fhir"
}]
},
{
"telecom" : [{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm"
}]
}],
"description" : "The extent of the content of the code system (the concepts and codes it defines) are represented in a code system resource.",
"jurisdiction" : [{
"coding" : [{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}]
}],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/codesystem-content-mode",
"content" : "complete",
"concept" : [{
"code" : "not-present",
"display" : "Not Present",
"definition" : "None of the concepts defined by the code system are included in the code system resource."
},
{
"code" : "example",
"display" : "Example",
"definition" : "A subset of the valid externally defined concepts are included in the code system resource. There is no specific purpose or documented intent other than for illustrative purposes. This example content mode should not be used if the content is better represented in a fragment."
},
{
"code" : "fragment",
"display" : "Fragment",
"definition" : "A subset of the code system concepts that are included in the code system resource. This is a curated subset released for a specific purpose."
},
{
"code" : "complete",
"display" : "Complete",
"definition" : "All the concepts defined by the code system are included in the code system resource."
},
{
"code" : "supplement",
"display" : "Supplement",
"definition" : "The resource doesn't define any new concepts; it just provides additional designations and properties to another code 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.