FHIR IG analytics| Package | hitstdio.tw.fhir.dcc |
| Resource Type | ValueSet |
| Id | IdentifierType |
| FHIR Version | R4 |
| Source | http://hitstdio.ntunhs.edu.tw/fhir/file://D:\IG\dcc-tw-test\output/ValueSet-IdentifierType.html |
| URL | http://hitstdio.ntunhs.edu.tw/fhir/ValueSet/IdentifierType |
| Version | 0.0.1 |
| Status | draft |
| Date | 2021-08-17T11:14:28+08:00 |
| Name | IdentifierType |
| Title | Identifier Type |
| Description | 這是有關識別號類型的編碼系統。 |
| StructureDefinition | |
| Patient-dcc | Patient(TWDCC) |
| CodeSystem | |
| v2-0203 | identifierType |
| IdentifierType | Identifier Type |
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 |
| BR | Birth registry number | An identifier unique within the Assigning Authority that is the official legal record of a person's birth. |
| PPN | Passport number | A unique number assigned to the document affirming that a person is a citizen of the country. |
http://hitstdio.ntunhs.edu.tw/fhir/CodeSystem/IdentifierType| Code | Display |
| TPR | Temporary Permanent Resident (Taiwan) |
{
"resourceType": "ValueSet",
"id": "IdentifierType",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://hitstdio.ntunhs.edu.tw/fhir/ValueSet/IdentifierType",
"version": "0.0.1",
"name": "IdentifierType",
"title": "Identifier Type",
"status": "draft",
"date": "2021-08-17T11:14:28+08:00",
"publisher": "Giorgio Cangioli - modified by HITSTD Lab",
"contact": [
{
"telecom": [
{
"system": "email",
"value": "mailto:hitstdio@gmail.com"
}
]
}
],
"description": "這是有關識別號類型的編碼系統。",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "158"
}
],
"text": "Taiwan"
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"concept": [
{
"code": "BR",
"display": "Birth registry number"
},
{
"code": "PPN",
"display": "Passport number"
}
]
},
{
"system": "http://hitstdio.ntunhs.edu.tw/fhir/CodeSystem/IdentifierType",
"concept": [
{
"code": "TPR",
"display": "Temporary Permanent Resident (Taiwan)"
}
]
}
]
}
}