This page is part of the 臺灣核心實作指引(TW Core IG) (v0.3.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" : "RelatedPerson",
"id" : "rel-example",
"meta" : {
"profile" : [
🔗 "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/RelatedPerson-twcore"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson rel-example</b></p><a name=\"rel-example\"> </a><a name=\"hcrel-example\"> </a><a name=\"rel-example-en-US\"> </a><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-pat-example.html\">陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode NIECE}\">niece</span></p><p><b>name</b>: 陳簡伊(Official)</p><p><b>telecom</b>: ph: 0911595995(Mobile)</p><p><b>birthDate</b>: 1996-01-28</p><p><b>address</b>: 臺北市大同區大有里19鄰承德路三段52巷6弄210號2樓C室</p></div>"
},
"active" : true,
"patient" : {
🔗 "reference" : "Patient/pat-example"
},
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "NIECE",
"display" : "niece"
}
]
}
],
"name" : [
{
"use" : "official",
"text" : "陳簡伊",
"family" : "Chen",
"given" : [
"Jian Yi"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "0911595995",
"use" : "mobile"
}
],
"birthDate" : "1996-01-28",
"address" : [
{
"extension" : [
{
"url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section",
"valueString" : "三段"
},
{
"url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number",
"valueString" : "210號"
},
{
"url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-village",
"valueString" : "大有里"
},
{
"url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-neighborhood",
"valueString" : "19鄰"
},
{
"url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-lane",
"valueString" : "52巷"
},
{
"url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-alley",
"valueString" : "6弄"
},
{
"url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-floor",
"valueString" : "2樓"
},
{
"url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-room",
"valueString" : "C室"
}
],
"text" : "臺北市大同區大有里19鄰承德路三段52巷6弄210號2樓C室",
"line" : [
"承德路"
],
"city" : "臺北市",
"district" : "大同區",
"_postalCode" : {
"extension" : [
{
"url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw",
"code" : "103"
}
]
}
}
]
},
"country" : "TW"
}
]
}