| Package | openehr.base |
| Resource Type | CodeSystem |
| Id | term-mapping-purpose |
| FHIR Version | R5 |
| Source | http://openehr.org/fhir/https://build.fhir.org/ig/FHIR/openehr-base-ig/CodeSystem-term-mapping-purpose.html |
| URL | https://specifications.openehr.org/fhir/codesystem-term_mapping_purpose |
| Version | 0.1.0 |
| Status | active |
| Date | 2024-08-22 |
| Name | term_mapping_purpose |
| Title | Term Mapping Purpose |
| Realm | uv |
| Authority | hl7 |
| Description | Term Mapping Purpose |
| Content | complete |
| ValueSet | |
| valueset-term_mapping_purpose | Term Mapping Purpose |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem term-mapping-purpose
This case-sensitive code system https://specifications.openehr.org/fhir/codesystem-term_mapping_purpose defines the following codes:
| Code | Display |
| 669 | public health |
| 670 | reimbursement |
| 671 | research study |
Additional Language Displays
| Code | Spanish (es) | Japanese (ja) | Portuguese (pt) | 中文 (Chinese, zh) |
| 669 | salud pública | 公衆衛生 | saúde pública | 公共卫生 |
| 670 | reembolso | 償還 | reembolso | 费用报销 |
| 671 | investigación | 研究 | estudo de investigação | 研究调查 |
{
"resourceType": "CodeSystem",
"id": "term-mapping-purpose",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"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_purpose",
"version": "0.1.0",
"name": "term_mapping_purpose",
"title": "Term Mapping Purpose",
"status": "active",
"experimental": false,
"date": "2024-08-22",
"publisher": "openEHR + HL7",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.openehr.org"
}
]
}
],
"description": "Term Mapping Purpose",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"count": 3,
"concept": [
{
"code": "669",
"display": "public health",
"designation": [
{
"language": "es",
"value": "salud pública"
},
{
"language": "ja",
"value": "公衆衛生"
},
{
"language": "pt",
"value": "saúde pública"
},
{
"language": "zh",
"value": "公共卫生"
}
]
},
{
"code": "670",
"display": "reimbursement",
"designation": [
{
"language": "es",
"value": "reembolso"
},
{
"language": "ja",
"value": "償還"
},
{
"language": "pt",
"value": "reembolso"
},
{
"language": "zh",
"value": "费用报销"
}
]
},
{
"code": "671",
"display": "research study",
"designation": [
{
"language": "es",
"value": "investigación"
},
{
"language": "ja",
"value": "研究"
},
{
"language": "pt",
"value": "estudo de investigação"
},
{
"language": "zh",
"value": "研究调查"
}
]
}
]
}