View raw Markdown
type: codesystemcodesystem: conceptmap-attribute-type

ConceptMap Attribute Type

Concepts

CodeDisplayDefinition
codecodeThe attribute value is a code defined in the code system in context.
CodingCodingThe attribute value is a code defined in a code system.
stringstringThe attribute value is a string.
booleanbooleanThe attribute value is a boolean true
QuantityQuantityThe attribute is a Quantity (may represent an integer or a decimal with no units).

CodeSystem XML

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

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="conceptmap-attribute-type"/>
  <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"/>
  <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."/>
  <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>