FHIR IG analytics| Package | tw.gov.mohw.emr |
| Resource Type | Patient |
| Id | Patient-TWCorePatient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient TWCorePatient
胖吉 綠 (official) Male, DoB: 1987-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))
| Contact Detail |
| ||
| Emergency Contact: |
| ||
{
"resourceType": "Patient",
"id": "TWCorePatient",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/TWCorePatient"
]
},
"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"
}
],
"name": [
{
"use": "official",
"family": "綠",
"given": [
"胖吉"
]
}
],
"telecom": [
{
"system": "phone",
"value": "0912345678"
}
],
"gender": "male",
"birthDate": "1987-01-01",
"address": [
{
"use": "home",
"type": "postal",
"text": "台北市北投區明德路365號",
"line": [
"明德路365號"
],
"city": "台北市",
"postalCode": "11219",
"country": "Taiwan"
}
],
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"code": "C",
"display": "Emergency Contact"
}
]
}
],
"name": {
"use": "official",
"family": "綠",
"given": [
"大吉"
]
},
"telecom": [
{
"system": "phone",
"value": "0987654321"
}
],
"address": {
"use": "home",
"type": "postal",
"text": "台北市北投區明德路365號",
"line": [
"明德路365號"
],
"city": "台北市",
"postalCode": "11219",
"country": "Taiwan"
},
"gender": "male"
}
]
}