FHIR Tooling Extensions IG
0.1.0 - Release International flag

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 - XML Representation

Active as of 2023-12-19

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"><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>
  </text>
  <url value="http://hl7.org/fhir/tools/CodeSystem/extension-style"/>
  <version value="0.1.0"/>
  <name value="ExtensionStyles"/>
  <title value="Extension Style Codes"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2023-12-19T11:34:35+11:00"/>
  <publisher value="HL7 International / FHIR Infrastructure"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/Special/committees/fhir-i"/>
    </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>