FHIR IG analytics| Package | tw.gov.mohw.nhi.base |
| Resource Type | Patient |
| Id | Patient-pat-min.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Profile: 病人資訊-Patient TWNHIBASE
病歷號:National Person Identifier ( Identifier Type Codes#NNxxx)
身分證號(official):A123456789 (http://www.moi.gov.tw)
病歷號:Medical record number ( Identifier Type Codes#MR)
病歷號(official):123456 (https://tpech.gov.taipei)
姓名(usual):王大明
性別:男
出生日期:2001-01-01
{
"resourceType": "Patient",
"id": "pat-min",
"meta": {
"profile": [
"https://nhicore.nhi.gov.tw/base/StructureDefinition/Patient-twnhibase"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "NNxxx"
}
]
},
"system": "http://www.moi.gov.tw",
"value": "A123456789"
},
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
]
},
"system": "https://tpech.gov.taipei",
"value": "123456"
}
],
"name": [
{
"use": "usual",
"text": "王大明"
}
],
"gender": "male",
"birthDate": "2001-01-01"
}