MyHealthWay - Local Development build (v0.1.1). See the Directory of published versions
: MyHealthWay Identifier Type Codes - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "myhealthway-identifier-type-codes",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0203.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0203</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0203.html#v2-0203-MR\">MR</a></td><td>Medical record number</td><td>An identifier that is unique to a patient within a set of medical records, not necessarily unique within an application.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0203.html#v2-0203-NNKOR\">NNKOR</a></td><td>National Person Identifier for Republic of Korea</td><td/></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0203.html#v2-0203-XX\">XX</a></td><td>Organization identifier</td><td>Organization identifier</td></tr></table></li></ul></div>"
},
"url" : "https://hins.or.kr/fhir/MyHealthWay/ValueSet/myhealthway-identifier-type-codes",
"version" : "0.1.1",
"name" : "MyHealthWayIdentifierTypeCodes",
"title" : "MyHealthWay Identifier Type Codes",
"status" : "draft",
"date" : "2023-12-21T14:48:24+09:00",
"publisher" : "한국보건의료정보원",
"contact" : [
{
"name" : "한국보건의료정보원",
"telecom" : [
{
"system" : "url",
"value" : "https://hins.or.kr"
}
]
}
],
"description" : "MyHealthWay 환자 식별자 유형 코드집합",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "KR"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"concept" : [
{
"code" : "MR",
"display" : "Medical record number"
},
{
"code" : "NNKOR",
"display" : "National Person Identifier for Republic of Korea"
},
{
"code" : "XX",
"display" : "Organization identifier"
}
]
}
]
}
}