電子病歷交換單張實作指引(EMR-IG)
0.1.0 - ci-build
This page is part of the 電子病歷交換單張實作指引(EMR-IG) (v0.1.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Patient",
"id" : "TWCorePatient",
"meta" : {
"profile" : [
🔗 "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/TWCorePatient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient TWCorePatient</b></p><a name=\"TWCorePatient\"> </a><a name=\"hcTWCorePatient\"> </a><a name=\"TWCorePatient-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">胖吉 綠 (official) Male, DoB: 1987-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code\u00a0(use:\u00a0official,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 0912345678</li><li>台北市北投區明德路365號(home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Emergency Contact\">Emergency Contact:</td><td colspan=\"3\"><ul><li>大吉 綠 (Official) (Male)</li><li>台北市北投區明德路365號(home)</li><li>ph: 0987654321</li></ul></td></tr></table></div>"
},
"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"
}
]
}