FHIR IG analytics| Package | openehr.base |
| Resource Type | CodeSystem |
| Id | CodeSystem-term-mapping-match.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/openehr-fhir/base-spec/CodeSystem-term-mapping-match.html |
| URL | https://specifications.openehr.org/fhir/codesystem-term_mapping_match |
| Version | 0.1.0 |
| Status | active |
| Date | 2023-06-27T18:45:58+10:00 |
| Name | TERM_MAPPING_MATCH |
| Title | TERM_MAPPING_MATCH Code System |
| Realm | uv |
| Authority | hl7 |
| Description | The relative match of the target term with respect to the mapped text item. The first three values are taken from the ISO standards 2788 ( Guide to Establishment and development of monolingual thesauri) and 5964 (Guide to Establishment and development of multilingual thesauri). |
| Content | complete |
| ValueSet | ||
| openehr.base#current | valueset-term_mapping_match | TERM_MAPPING_MATCH Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem term-mapping-match
This case-sensitive code system https://specifications.openehr.org/fhir/codesystem-term_mapping_match defines the following codes:
{
"resourceType": "CodeSystem",
"id": "term-mapping-match",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/web-source",
"valueUrl": "https://specifications.openehr.org/releases/RM/latest/data_types.html#_term_mapping_class"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 3,
"_valueInteger": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://openehr.org/fhir/ImplementationGuide/openehr.base"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "informative",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://openehr.org/fhir/ImplementationGuide/openehr.base"
}
]
}
}
],
"url": "https://specifications.openehr.org/fhir/codesystem-term_mapping_match",
"version": "0.1.0",
"name": "TERM_MAPPING_MATCH",
"title": "TERM_MAPPING_MATCH Code System",
"status": "active",
"experimental": false,
"date": "2023-06-27T18:45:58+10:00",
"publisher": "openEHR + HL7",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.openehr.org"
}
]
}
],
"description": "The relative match of the target term with respect to the mapped text item. The first three values are taken from the ISO standards 2788 ( Guide to Establishment and development of monolingual thesauri) and 5964 (Guide to Establishment and development of multilingual thesauri).",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"concept": [
{
"code": ">",
"display": "to_broader",
"definition": "The mapping is to a broader term e.g. original text = arbovirus infection , target = viral infection"
},
{
"code": "=",
"display": "equivalent",
"definition": "the mapping is to a (supposedly) equivalent to the original item"
},
{
"code": "<",
"display": "to_narrower",
"definition": "The mapping is to a narrower term. e.g. original text = diabetes , mapping = diabetes mellitus ."
},
{
"code": "?",
"display": "unknown",
"definition": "The kind of mapping is unknown."
}
]
}