FHIR IG analytics| Package | tw.gov.mohw.cdc.twidir |
| Resource Type | Patient |
| Id | Patient-patient-passport-min.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
識別碼型別:Passport number ( IdentifierType#PPN)
護照號碼(official):888800371 (http://www.boca.gov.tw/)
識別碼型別:Medical record number ( IdentifierType#MR)
病歷號(official):8862168 (https://tpech.gov.taipei/)
姓名(official):陳嘉明
性別:男
出生日期:1990-01-01
居住地址:臺北市大安區 ( postal-code3-tw#106)
{
"resourceType": "Patient",
"id": "patient-passport-min",
"meta": {
"profile": [
"https://twidir.cdc.gov.tw/twidir/StructureDefinition/patient-reporting"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PPN"
}
]
},
"system": "http://www.boca.gov.tw/",
"value": "888800371"
},
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
]
},
"system": "https://tpech.gov.taipei/",
"value": "88001555"
}
],
"name": [
{
"use": "usual",
"text": "陳嘉明"
}
],
"gender": "male",
"birthDate": "1995-06-26",
"address": [
{
"_postalCode": {
"extension": [
{
"url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code",
"valueCodeableConcept": {
"coding": [
{
"system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw",
"code": "106"
}
]
}
}
]
}
}
]
}