FHIR 5.0.0 © HL7.org  |  FHIRsmith 0.10.0  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem conceptmap-attribute-type

<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="conceptmap-attribute-type"/>
  <meta>
    <lastUpdated value="2023-03-26T15:21:02.749+11:00"/>
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
  </meta>
  <text>
    <status value="generated"/>
    <div value="&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
            &lt;p&gt;This code system 
              &lt;code&gt;http://hl7.org/fhir/conceptmap-attribute-type&lt;/code&gt; defines the following codes:
            &lt;/p&gt;
            &lt;table class=&quot;codes&quot;&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;
                  &lt;b&gt;Code&lt;/b&gt;
                &lt;/td&gt;
                &lt;td&gt;
                  &lt;b&gt;Definition&lt;/b&gt;
                &lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;code
                  &lt;a name=&quot;conceptmap-attribute-type-code&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;The attribute value is a code defined in the code system in context.&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;Coding
                  &lt;a name=&quot;conceptmap-attribute-type-Coding&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;The attribute value is a code defined in a code system.&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;string
                  &lt;a name=&quot;conceptmap-attribute-type-string&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;The attribute value is a string.&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;boolean
                  &lt;a name=&quot;conceptmap-attribute-type-boolean&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;The attribute value is a boolean true | false.&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;Quantity
                  &lt;a name=&quot;conceptmap-attribute-type-Quantity&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;The attribute is a Quantity (may represent an integer or a decimal with no units).&lt;/td&gt;
              &lt;/tr&gt;
            &lt;/table&gt;
          &lt;/div&gt;"/>
  </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-normative-version">
    <valueCode value="4.0.0"/>
  </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="5.0.0"/>
  <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>