FHIR IG analytics| Package | tw.gov.mohw.cdc.tb |
| Resource Type | Patient |
| Id | Patient-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Profile: 檢驗通報病人資訊-Patient TB
識別碼型別:National Person Identifier ( Identifier Type Codes#NNxxx)
身分證字號(official):A123456789 (http://www.moi.gov.tw)
識別碼型別:Health Card Number ( Identifier Type Codes#HC)
健保卡序號(official):0000111122223333 (https://www.nhi.gov.tw)
姓名(usual):王大明
性別:男
出生日期:1996-01-01
{
"resourceType": "Patient",
"id": "example",
"meta": {
"profile": [
"https://tb.cdc.gov.tw/tb/StructureDefinition/Patient-tb"
]
},
"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": "HC"
}
]
},
"system": "https://www.nhi.gov.tw",
"value": "0000111122223333"
}
],
"name": [
{
"use": "usual",
"text": "王大明"
}
],
"gender": "male",
"birthDate": "1996-01-01",
"managingOrganization": {
"reference": "Organization/hosp"
}
}