FHIR IG analytics| Package | hl7.fhir.uv.xver |
| Resource Type | CodeSystem |
| Id | CodeSystem-xver-conceptmap-properties.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/HL7/fhir-xver/CodeSystem-xver-conceptmap-properties.html |
| URL | http://hl7.org/fhir/uv/xver/CodeSystem/xver-conceptmap-properties |
| Version | 5.0.0 |
| Status | active |
| Date | 2026-07-08T12:00:00.2230772+00:00 |
| Name | XverConceptMapProperties |
| Title | FHIR Cross-Version ConceptMap Properties CodeSystem |
| Realm | uv |
| Authority | hl7 |
| 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. |
| Content | complete |
| ValueSet | ||
| hl7.fhir.uv.xver#current | xver-conceptmap-properties | FHIR Cross-Version ConceptMap Properties ValueSet |
No resources found
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:
{
"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."
}
]
}