<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="conceptmap-attribute-type"/>
  <meta>
    <lastUpdated value="2026-04-01T17:59:15.240+00:00"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p class="res-header-id">
        <b>Generated Narrative: CodeSystem conceptmap-attribute-type</b>
      </p>
      <a name="conceptmap-attribute-type"> </a>
      <a name="hcconceptmap-attribute-type"> </a>
      <p>This case-sensitive code system 
        <code>http://hl7.org/fhir/conceptmap-attribute-type</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">code
            <a name="conceptmap-attribute-type-code"> </a>
          </td>
          <td>The attribute value is a code defined in the code system in context.</td>
        </tr>
        <tr>
          <td style="white-space:nowrap">Coding
            <a name="conceptmap-attribute-type-Coding"> </a>
          </td>
          <td>The attribute value is a code defined in a code system.</td>
        </tr>
        <tr>
          <td style="white-space:nowrap">string
            <a name="conceptmap-attribute-type-string"> </a>
          </td>
          <td>The attribute value is a string.</td>
        </tr>
        <tr>
          <td style="white-space:nowrap">boolean
            <a name="conceptmap-attribute-type-boolean"> </a>
          </td>
          <td>The attribute value is a boolean true | false.</td>
        </tr>
        <tr>
          <td style="white-space:nowrap">Quantity
            <a name="conceptmap-attribute-type-Quantity"> </a>
          </td>
          <td>The attribute is a Quantity (may represent an integer or a decimal with no units).</td>
        </tr>
      </table>
    </div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="vocab"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="normative"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="5"/>
  </extension>
  <url value="http://hl7.org/fhir/conceptmap-attribute-type"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.2119"/>
  </identifier>
  <version value="6.0.0-ballot4"/>
  <name value="ConceptMapAttributeType"/>
  <title value="ConceptMap Attribute Type"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2021-01-05T10:01:24+11:00"/>
  <publisher value="HL7 (FHIR Project)"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fhir@lists.hl7.org"/>
    </telecom>
  </contact>
  <description value="The type of a ConceptMap map attribute value."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/conceptmap-attribute-type"/>
  <content value="complete"/>
  <concept>
    <code value="code"/>
    <display value="code"/>
    <definition value="The attribute value is a code defined in the code system in context."/>
  </concept>
  <concept>
    <code value="Coding"/>
    <display value="Coding"/>
    <definition value="The attribute value is a code defined in a code system."/>
  </concept>
  <concept>
    <code value="string"/>
    <display value="string"/>
    <definition value="The attribute value is a string."/>
  </concept>
  <concept>
    <code value="boolean"/>
    <display value="boolean"/>
    <definition value="The attribute value is a boolean true | false."/>
  </concept>
  <concept>
    <code value="Quantity"/>
    <display value="Quantity"/>
    <definition value="The attribute is a Quantity (may represent an integer or a decimal with no units)."/>
  </concept>
</CodeSystem>