HL7® Serious Med FHIR® Core Implementation Guide
1.0.0 - ci-build
HL7® Serious Med FHIR® Core Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2024-10-17 |
{
"resourceType" : "CodeSystem",
"id" : "v2-0203",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem v2-0203</b></p><a name=\"v2-0203\"> </a><a name=\"hcv2-0203\"> </a><a name=\"v2-0203-en-US\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>updateDate</td><td>updateDate</td><td>string</td><td>更新日期</td></tr><tr><td>event</td><td>event</td><td>string</td><td>更新方式</td></tr></table><p><b>Concepts</b></p><p>This case-sensitive code system <code>https://whcater.github.io/serious-med-ig/CodeSystem/v2-0203</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>updateDate</b></td><td><b>event</b></td><td><b>中文 (中国) (Chinese (China), zh)</b></td></tr><tr><td style=\"white-space:nowrap\">GOI<a name=\"v2-0203-GOI\"> </a></td><td>Government Organization Identifier</td><td>Government Organization Identifier number</td><td>2024-10-17</td><td>新增</td><td>政府机构识别码</td></tr><tr><td style=\"white-space:nowrap\">UBN<a name=\"v2-0203-UBN\"> </a></td><td>Unified Business number</td><td>Unified Business number</td><td>2024-10-17</td><td>新增</td><td>公司或企业识别码</td></tr></table></div>"
},
"url" : "https://whcater.github.io/serious-med-ig/CodeSystem/v2-0203",
"version" : "1.0.0",
"name" : "IdentifierType_V20203",
"title" : "CodeSystem-IdentifierType_V20203",
"status" : "active",
"experimental" : false,
"date" : "2024-10-17",
"publisher" : "whcater",
"contact" : [
{
"name" : "whcater",
"telecom" : [
{
"system" : "url",
"value" : "https://whcater.github.io/serious-med-ig/"
}
]
}
],
"description" : "识别码类型编码系统",
"caseSensitive" : true,
"content" : "complete",
"count" : 2,
"property" : [
{
"code" : "updateDate",
"description" : "更新日期",
"type" : "string"
},
{
"code" : "event",
"description" : "更新方式",
"type" : "string"
}
],
"concept" : [
{
"code" : "GOI",
"display" : "Government Organization Identifier",
"definition" : "Government Organization Identifier number",
"designation" : [
{
"language" : "zh-CN",
"value" : "政府机构识别码"
}
],
"property" : [
{
"code" : "updateDate",
"valueString" : "2024-10-17"
},
{
"code" : "event",
"valueString" : "新增"
}
]
},
{
"code" : "UBN",
"display" : "Unified Business number",
"definition" : "Unified Business number",
"designation" : [
{
"language" : "zh-CN",
"value" : "公司或企业识别码"
}
],
"property" : [
{
"code" : "updateDate",
"valueString" : "2024-10-17"
},
{
"code" : "event",
"valueString" : "新增"
}
]
}
]
}