--- type: "codesystem" title: "FHIR Defined ConceptMap Properties" codesystem: "conceptmap-properties" --- # FHIR Defined ConceptMap Properties - **Official URL**: http://hl7.org/fhir/conceptmap-properties - **Status**: draft - **Name**: ConceptMapProperties - **Title**: FHIR Defined ConceptMap Properties - **Publisher**: FHIR Project - **Description**: A set of common concept properties for use on ConceptMap - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | relationshipRefinement | Relationship Refinement | Property of type coding that indicates a specific refined relationship such as categorized by or grouped | ## CodeSystem XML ```xml <status value="draft"/> <experimental value="true"/> <publisher value="FHIR Project"/> <description value="A set of common concept properties for use on ConceptMap"/> <caseSensitive value="true"/> <content value="complete"/> <concept> <code value="relationshipRefinement"/> <display value="Relationship Refinement"/> <definition value="Property of type coding that indicates a specific refined relationship such as categorized by or grouped"/> </concept> </CodeSystem> ```