FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Normative | Maturity Level: 5 |
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="conceptmap-attribute-type"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<p>This 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-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>
<extension url="http://hl7.org/fhir/StructureDefinition/package-source">
<extension url="packageId">
<valueId value="hl7.fhir.uv.xver-r5.r4"/>
</extension>
<extension url="version">
<valueString value="0.0.1-snapshot-2"/>
</extension>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="vocab"/>
</extension>
<url value="http://hl7.org/fhir/conceptmap-attribute-type"/>
<version value="5.0.0"/>
<name value="ConceptMapAttributeType"/>
<title value="ConceptMap Attribute Type"/>
<status value="active"/>
<experimental value="false"/>
<date value="2021-01-05T09:01:24+10:00"/>
<publisher value="HL7 International / Terminology Infrastructure"/>
<contact>
<name value="HL7 International / Terminology Infrastructure"/>
<telecom>
<system value="url"/>
<value value="http://www.hl7.org/Special/committees/Vocab"/>
</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>