FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | Patient |
| Id | Patient-ltc-patient-referral-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient ltc-patient-referral-example
Profile: 轉介單-個案基本資料
李秀芳(official) Female, DoB: 1950-03-22 ( National Person Identifier (TWN): B987654321 (use: official, ))
| Active: | true | Marital Status: | Widowed | ||
| Other Id: | Provider number/REF-98765 (use: official, ) | ||||
| Contact Detail |
| ||||
| Next-of-Kin: |
| ||||
| 長照機構住民經濟狀況 | 勉持 | ||||
{
"resourceType": "Patient",
"id": "ltc-patient-referral-example",
"meta": {
"profile": [
"http://ltc-ig.fhir.tw/StructureDefinition/LTCPatientReferral"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://ltc-ig.fhir.tw/StructureDefinition/ExtPatientEconomyStatus-TWLTC",
"valueCodeableConcept": {
"coding": [
{
"system": "http://ltc-ig.fhir.tw/CodeSystem/EconomyStatusCS-TWLTC",
"code": "barely-maintain",
"display": "勉持"
}
]
}
}
],
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PRN",
"display": "Provider number"
}
]
},
"system": "http://ltc-referral-center.tw",
"value": "REF-98765"
},
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "NNxxx",
"display": "National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code"
}
],
"text": "National Person Identifier (TWN)"
},
"system": "http://www.moi.gov.tw",
"value": "B987654321"
}
],
"active": true,
"name": [
{
"use": "official",
"text": "李秀芳",
"family": "李",
"given": [
"秀芳"
]
}
],
"telecom": [
{
"system": "phone",
"value": "07-98765432",
"use": "home"
}
],
"gender": "female",
"birthDate": "1950-03-22",
"address": [
{
"use": "home",
"type": "both",
"text": "高雄市前鎮區成功二路25號",
"line": [
"成功二路25號"
],
"city": "高雄市",
"district": "前鎮區",
"postalCode": "806",
"country": "TW"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "W",
"display": "Widowed"
}
]
},
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"code": "N",
"display": "Next-of-Kin"
}
]
}
],
"name": {
"use": "official",
"text": "李志明",
"family": "李",
"given": [
"志明"
]
},
"telecom": [
{
"system": "phone",
"value": "0923-456-789",
"use": "mobile"
}
]
}
]
}