FHIR IG analytics| Package | tw.gov.mohw.cdc.tb |
| 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 TB
識別碼型別:National Person Identifier ( Identifier Type Codes#NNxxx)
身分證字號(official):M123456789 (http://www.moi.gov.tw)
識別碼型別:Medical record number ( Identifier Type Codes#MR)
病歷號(official):0059820 (https://www.tph.mohw.gov.tw)
性別:男
出生日期:1986-01-01
{
"resourceType": "Patient",
"id": "pat-min",
"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": "M123456789"
},
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
]
},
"system": "https://www.tph.mohw.gov.tw",
"value": "0059820"
}
],
"gender": "male",
"birthDate": "1986-01-01",
"managingOrganization": {
"reference": "Organization/hosp"
}
}