FHIR IG analytics| Package | kr.mohw.myhealthway |
| Resource Type | ValueSet |
| Id | myhealthway-identifier-type-codes |
| FHIR Version | R4 |
| Source | https://hins.or.kr/fhir/MyHealthWay/https://simplifier.net/resolve?scope=kr.mohw.myhealthway@1.0.2-beta.4&canonical=https://hins.or.kr/fhir/MyHealthWay/ValueSet/myhealthway-identifier-type-codes |
| URL | https://hins.or.kr/fhir/MyHealthWay/ValueSet/myhealthway-identifier-type-codes |
| Version | 1.0.2-beta.4 |
| Status | active |
| Date | 2024-04-19T09:40:33+09:00 |
| Name | MyHealthWayIdentifierTypeCodes |
| Title | MyHealthWay Identifier Type Codes |
| Description | MyHealthWay 환자 식별자 유형 코드집합 |
| StructureDefinition | |
| myhealthway-patient | MyHealthWay Patient Profile |
| CodeSystem | |
| v2-0203 | identifierType |
| myhealthway-identifier-types | MyHealthWay Identifier Types |
Note: links and images are rebased to the (stated) source
This value set includes codes based on the following rules:
http://terminology.hl7.org/CodeSystem/v2-0203| Code | Display | Definition |
| MR | Medical record number | An identifier that is unique to a patient within a set of medical records, not necessarily unique within an application. |
| NNKOR | National Person Identifier for Republic of Korea |
https://hins.or.kr/fhir/MyHealthWay/CodeSystem/myhealthway-identifier-types| Code | Display |
| MHID | My Healthway Identifier |
{
"resourceType": "ValueSet",
"id": "myhealthway-identifier-type-codes",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://hins.or.kr/fhir/MyHealthWay/ValueSet/myhealthway-identifier-type-codes",
"version": "1.0.2-beta.4",
"name": "MyHealthWayIdentifierTypeCodes",
"title": "MyHealthWay Identifier Type Codes",
"status": "active",
"experimental": false,
"date": "2024-04-19T09:40:33+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",
"display": "Korea, Republic of"
}
]
}
],
"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"
}
]
},
{
"system": "https://hins.or.kr/fhir/MyHealthWay/CodeSystem/myhealthway-identifier-types",
"concept": [
{
"code": "MHID",
"display": "My Healthway Identifier"
}
]
}
]
}
}