FHIR IG analytics| Package | io.health-samurai.core.r4b |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-concept-map-rule.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2601.0&canonical=http://health-samurai.io/fhir/core/StructureDefinition/ConceptMapRule |
| URL | http://health-samurai.io/fhir/core/StructureDefinition/ConceptMapRule |
| Version | 0.2601.0 |
| Status | active |
| Name | ConceptMapRule |
| Description | Concept mapping rule resource for terminology translations. |
| Type | ConceptMapRule |
| Kind | resource |
No resources found
No resources found
No narrative content found in resource
{
"description": "Concept mapping rule resource for terminology translations.",
"derivation": "specialization",
"fhirVersion": "4.3.0",
"name": "ConceptMapRule",
"abstract": false,
"type": "ConceptMapRule",
"resourceType": "StructureDefinition",
"status": "active",
"id": "ConceptMapRule",
"kind": "resource",
"url": "http://health-samurai.io/fhir/core/StructureDefinition/ConceptMapRule",
"version": "0.2601.0",
"differential": {
"element": [
{
"id": "ConceptMapRule",
"path": "ConceptMapRule",
"min": 0,
"max": "*",
"extension": [
{
"url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
"valueCode": "any"
}
]
},
{
"id": "ConceptMapRule._source",
"path": "ConceptMapRule._source",
"short": "System Property. DO NOT USE IT.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "ConceptMapRule.conceptmapId",
"path": "ConceptMapRule.conceptmapId",
"short": "ID of the parent concept map.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "ConceptMapRule.conceptmapUrl",
"path": "ConceptMapRule.conceptmapUrl",
"short": "URL of the parent concept map.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "ConceptMapRule.source",
"path": "ConceptMapRule.source",
"short": "Source system for the mapping.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "ConceptMapRule.target",
"path": "ConceptMapRule.target",
"short": "Target system for the mapping.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "ConceptMapRule.sourceValueSet",
"path": "ConceptMapRule.sourceValueSet",
"short": "Source value set for the mapping.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "ConceptMapRule.targetValueSet",
"path": "ConceptMapRule.targetValueSet",
"short": "Target value set for the mapping.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "ConceptMapRule.unmapped",
"path": "ConceptMapRule.unmapped",
"short": "Rules for handling unmapped concepts.",
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
],
"extension": [
{
"url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
"valueCode": "any"
}
]
},
{
"id": "ConceptMapRule.unmapped.url",
"path": "ConceptMapRule.unmapped.url",
"short": "URL for unmapped value set.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "ConceptMapRule.unmapped.mode",
"path": "ConceptMapRule.unmapped.mode",
"short": "Mode for handling unmapped concepts.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "ConceptMapRule.element",
"path": "ConceptMapRule.element",
"short": "Element mapping definition.",
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
],
"extension": [
{
"url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
"valueCode": "any"
}
]
},
{
"id": "ConceptMapRule.element.target",
"path": "ConceptMapRule.element.target",
"short": "Target mapping information.",
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "ConceptMapRule.element.target.comment",
"path": "ConceptMapRule.element.target.comment",
"short": "Comment about the mapping.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "ConceptMapRule.element.target.equivalence",
"path": "ConceptMapRule.element.target.equivalence",
"short": "Equivalence relationship between source and target.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
}
]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}