Fujitsu Healthy Living Implementation Guide
1.1.29 - release
Publication Build: This will be filled in by the publication tooling
{
"resourceType" : "Patient",
"id" : "p001",
"meta" : {
"profile" : [
🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>健康\u3000太郎(Official)</b> male, DoB: 1980-12-09 ( Patient internal identifier/123456)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt. Name:</td><td colspan=\"3\">ケンコウ\u3000タロウ(Official)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 03-0000-0000(HOME)</li><li>ph: 044-000-0000(WORK)</li><li>ph: 090-0000-0000(MOBILE)</li><li>東京都港区東新橋1-5-2 汐留シティセンター</li></ul></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "PI",
"display" : "Patient internal identifier"
}
]
},
"system" : "urn:uuid:ba2cf49b-d27a-52cb-1cdb-2a19e472bb89",
"value" : "123456"
}
],
"name" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation",
"valueCode" : "IDE"
}
],
"use" : "official",
"text" : "健康\u3000太郎",
"family" : "健康",
"given" : [
"太郎"
]
},
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation",
"valueCode" : "SYL"
}
],
"use" : "official",
"text" : "ケンコウ\u3000タロウ",
"family" : "ケンコウ",
"given" : [
"タロウ"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "03-0000-0000",
"use" : "home"
},
{
"system" : "phone",
"value" : "044-000-0000",
"use" : "work"
},
{
"system" : "phone",
"value" : "090-0000-0000",
"use" : "mobile"
}
],
"gender" : "male",
"birthDate" : "1980-12-09",
"address" : [
{
"text" : "東京都港区東新橋1-5-2 汐留シティセンター",
"postalCode" : "105-7123",
"country" : "jp"
}
]
}