FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver
Resource TypeCodeSystem
IdCodeSystem-xver-conceptmap-properties.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7/fhir-xver/CodeSystem-xver-conceptmap-properties.html
URLhttp://hl7.org/fhir/uv/xver/CodeSystem/xver-conceptmap-properties
Version5.0.0
Statusactive
Date2026-07-08T12:00:00.2230772+00:00
NameXverConceptMapProperties
TitleFHIR Cross-Version ConceptMap Properties CodeSystem
Realmuv
Authorityhl7
DescriptionProperties for FHIR Cross-Version ConceptMaps. These properties are used to include additional details about the relationship between source and target elements in a ConceptMap that maps between different versions of FHIR.
Contentcomplete

Resources that use this resource

ValueSet
hl7.fhir.uv.xver#currentxver-conceptmap-propertiesFHIR Cross-Version ConceptMap Properties ValueSet

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem xver-conceptmap-properties

This case-sensitive code system http://hl7.org/fhir/uv/xver/CodeSystem/xver-conceptmap-properties defines the following codes:

CodeDisplayDefinition
extracted-contents Extracted ContentsBoolean value that indicates whether the mapping target is an extracted or derived value from the source element, rather than a direct mapping. This property is used to indicate that the target element is not a direct representation of the source element, but rather a value that has been extracted or derived from it.
cardinality-collapses Cardinality CollapsesBoolean value that indicates whether the cardinality of the source element collapses when mapped to the target element. E.g., 0..* string values can be concatenated into a single string value.
mapping-guidance Mapping GuidanceString value that provides guidance or notes about how the mapping should be interpreted or applied.

Source1

{
  "resourceType": "CodeSystem",
  "id": "xver-conceptmap-properties",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    }
  ],
  "url": "http://hl7.org/fhir/uv/xver/CodeSystem/xver-conceptmap-properties",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.76.16.1"
    }
  ],
  "version": "5.0.0",
  "name": "XverConceptMapProperties",
  "title": "FHIR Cross-Version ConceptMap Properties CodeSystem",
  "status": "active",
  "experimental": false,
  "date": "2026-07-08T12:00:00.2230772+00:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "name": "HL7 International / FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "Properties for FHIR Cross-Version ConceptMaps. These properties are used to include additional details about the relationship between source and target elements in a ConceptMap that maps between different versions of FHIR.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/uv/xver/ValueSet/xver-conceptmap-properties",
  "content": "complete",
  "concept": [
    {
      "code": "extracted-contents",
      "display": "Extracted Contents",
      "definition": "Boolean value that indicates whether the mapping target is an extracted or derived value from the source element, rather than a direct mapping. This property is used to indicate that the target element is not a direct representation of the source element, but rather a value that has been extracted or derived from it."
    },
    {
      "code": "cardinality-collapses",
      "display": "Cardinality Collapses",
      "definition": "Boolean value that indicates whether the cardinality of the source element collapses when mapped to the target element. E.g., 0..* string values can be concatenated into a single string value."
    },
    {
      "code": "mapping-guidance",
      "display": "Mapping Guidance",
      "definition": "String value that provides guidance or notes about how the mapping should be interpreted or applied."
    }
  ]
}