FHIR Tooling Extensions IG
0.2.0 - Release 0.2.0 International flag

FHIR Tooling Extensions IG, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/fhir-tools-ig/ and changes regularly. See the Directory of published versions

: Extension Style Codes - XML Representation

Active as of 2024-10-23

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="extension-style"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><div xml:lang="en" lang="en"><hr/><p><b>English</b></p><hr/><p class="res-header-id"><b>Generated Narrative: CodeSystem extension-style</b></p><a name="extension-style"> </a><a name="hcextension-style"> </a><a name="extension-style-en"> </a><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><div xml:lang="es" lang="es"><hr/><p><b>Spanish</b></p><hr/><p class="res-header-id"><b>Generated Narrative: CodeSystem extension-style</b></p><a name="extension-style"> </a><a name="hcextension-style"> </a><a name="extension-style-es"> </a><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></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fhir"/>
  </extension>
  <url value="http://hl7.org/fhir/tools/CodeSystem/extension-style"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.40.1.16.7"/>
  </identifier>
  <version value="0.2.0"/>
  <name value="ExtensionStyles"/>
  <title value="Extension Style Codes"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2024-10-23T22:00:12+00:00"/>
  <publisher value="HL7 International / FHIR Infrastructure"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/fiwg"/>
    </telecom>
  </contact>
  <description
               value="How the type can be extended. Note that all FHIR types that inherit from ```Element``` have extension-style = fhir-extensions"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="none"/>
    <display value="none"/>
    <definition value="No extensions"/>
  </concept>
  <concept>
    <code value="fhir-extensions"/>
    <display value="fhir-extensions"/>
    <definition
                value="FHIR extension style: the element defines 'extension' which can be constrained by profiles"/>
  </concept>
  <concept>
    <code value="named-elements"/>
    <display value="named-elements"/>
    <definition
                value="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"/>
  </concept>
</CodeSystem>