This page is part of the HL7 Tools Extension IG (v0.1.0: Releases - Informative) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions
: Extension Style Codes - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "extension-style",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/tools/CodeSystem/extension-style</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">none<a name=\"extension-style-none\"> </a></td><td>No extensions</td></tr><tr><td style=\"white-space:nowrap\">fhir-extensions<a name=\"extension-style-fhir-extensions\"> </a></td><td>FHIR extension style: the element defines 'extension' which can be constrained by profiles</td></tr><tr><td style=\"white-space:nowrap\">named-elements<a name=\"extension-style-named-elements\"> </a></td><td>The type can be extended by having additional named elements, where the name is from the elementdefinition-xml-name or elementdefinition-json-name for xml and json respectively</td></tr></table></div>"
},
"url" : "http://hl7.org/fhir/tools/CodeSystem/extension-style",
"version" : "0.1.0",
"name" : "ExtensionStyles",
"title" : "Extension Style Codes",
"status" : "active",
"experimental" : false,
"date" : "2023-12-19T11:34:35+11:00",
"publisher" : "HL7 International / FHIR Infrastructure",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.org/Special/committees/fhir-i"
}
]
}
],
"description" : "How the type can be extended. Note that all FHIR types that inherit from ```Element``` have extension-style = fhir-extensions",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"concept" : [
{
"code" : "none",
"display" : "none",
"definition" : "No extensions"
},
{
"code" : "fhir-extensions",
"display" : "fhir-extensions",
"definition" : "FHIR extension style: the element defines 'extension' which can be constrained by profiles"
},
{
"code" : "named-elements",
"display" : "named-elements",
"definition" : "The type can be extended by having additional named elements, where the name is from the elementdefinition-xml-name or elementdefinition-json-name for xml and json respectively"
}
]
}