SQL on FHIR
2.1.0-pre - release International flag

SQL on FHIR, published by SQL on FHIR Working Group. This guide is not an authorized publication; it is the continuous build for version 2.1.0-pre built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/sql-on-fhir-v2/ and changes regularly. See the Directory of published versions

: ExampleVehicleCodeSystem - XML Representation

Draft as of 2026-05-21

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="vehicles"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem vehicles</b></p><a name="vehicles"> </a><a name="hcvehicles"> </a><p>This  code system <code>http://example.org/CodeSystem/vehicles</code> defines the following codes in an undefined hierarchy:</p><table class="codes"><tr><td><b>Lvl</b></td><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>1</td><td style="white-space:nowrap">vehicle<a name="vehicles-vehicle"> </a></td><td>Vehicle</td></tr><tr><td>2</td><td style="white-space:nowrap">  car<a name="vehicles-car"> </a></td><td>Car</td></tr><tr><td>3</td><td style="white-space:nowrap">    sedan<a name="vehicles-sedan"> </a></td><td>Sedan</td></tr><tr><td>3</td><td style="white-space:nowrap">    suv<a name="vehicles-suv"> </a></td><td>SUV</td></tr><tr><td>3</td><td style="white-space:nowrap">    hatchback<a name="vehicles-hatchback"> </a></td><td>Hatchback</td></tr><tr><td>2</td><td style="white-space:nowrap">  truck<a name="vehicles-truck"> </a></td><td>Truck</td></tr><tr><td>3</td><td style="white-space:nowrap">    pickup<a name="vehicles-pickup"> </a></td><td>Pickup</td></tr><tr><td>3</td><td style="white-space:nowrap">    semi<a name="vehicles-semi"> </a></td><td>Semi</td></tr><tr><td>2</td><td style="white-space:nowrap">  motorbike<a name="vehicles-motorbike"> </a></td><td>Motorbike</td></tr></table></div>
  </text>
  <url value="http://example.org/CodeSystem/vehicles"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.25.158148347308242154236102391146884827570"/>
  </identifier>
  <version value="2.1.0-pre"/>
  <status value="draft"/>
  <date value="2026-05-21T08:25:31+00:00"/>
  <publisher value="SQL on FHIR Working Group"/>
  <contact>
    <name value="SQL on FHIR Working Group"/>
    <telecom>
      <system value="url"/>
      <value value="https://sql-on-fhir.org"/>
    </telecom>
  </contact>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <content value="complete"/>
  <concept>
    <code value="vehicle"/>
    <display value="Vehicle"/>
    <concept>
      <code value="car"/>
      <display value="Car"/>
      <concept>
        <code value="sedan"/>
        <display value="Sedan"/>
      </concept>
      <concept>
        <code value="suv"/>
        <display value="SUV"/>
      </concept>
      <concept>
        <code value="hatchback"/>
        <display value="Hatchback"/>
      </concept>
    </concept>
    <concept>
      <code value="truck"/>
      <display value="Truck"/>
      <concept>
        <code value="pickup"/>
        <display value="Pickup"/>
      </concept>
      <concept>
        <code value="semi"/>
        <display value="Semi"/>
      </concept>
    </concept>
    <concept>
      <code value="motorbike"/>
      <display value="Motorbike"/>
    </concept>
  </concept>
</CodeSystem>