電子カルテ情報共有サービス2文書5情報+患者サマリー FHIR実装ガイド JP-CLINS(CLinical Information Sharing ImplementationGuide) v1.3.0-rc3 (リリース候補v3)
1.3.0-rc3 - release
Japan
電子カルテ情報共有サービス2文書5情報+患者サマリー FHIR実装ガイド JP-CLINS(CLinical Information Sharing ImplementationGuide) v1.3.0-rc3 (リリース候補v3) - Local Development build (v1.3.0-rc3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "Example-JP-Patient-eCS-MAKINO",
"meta" : {
"lastUpdated" : "2021-11-26T10:00:00+09:00",
"profile" : [
🔗 "http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Patient_eCS"
]
},
"language" : "ja",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"ja\" lang=\"ja\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>牧野 爛漫</b> female, DoB: 1930-06-28 ( <code>urn:oid:1.2.392.100495.20.3.51.11318814790</code>/000999739)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>http://jpfhir.jp/fhir/clins/Idsystem/JP_Insurance_memberID</code>/00012345:あいう:187:05</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt. Name:</td><td colspan=\"3\">マキノ ランマン</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 03-123-1234(HOME)</li><li>高知県高知市五台山4200-6</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient contact\">Contact:</td><td colspan=\"3\"><ul><li>ph: 03-0123-4545 99991(WORK)</li></ul></td></tr></table></div>"
},
"identifier" : [
{
"system" : "urn:oid:1.2.392.100495.20.3.51.11318814790",
"value" : "000999739"
},
{
"system" : "http://jpfhir.jp/fhir/clins/Idsystem/JP_Insurance_memberID",
"value" : "00012345:あいう:187:05"
}
],
"active" : true,
"name" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation",
"valueCode" : "IDE"
}
],
"text" : "牧野 爛漫",
"family" : "牧野",
"given" : [
"爛漫"
]
},
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation",
"valueCode" : "SYL"
}
],
"text" : "マキノ ランマン",
"family" : "マキノ",
"given" : [
"ランマン"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "03-123-1234",
"use" : "home",
"rank" : 1
}
],
"gender" : "female",
"birthDate" : "1930-06-28",
"address" : [
{
"text" : "高知県高知市五台山4200-6",
"city" : "高知市",
"state" : "高知県",
"postalCode" : "781-8125"
}
],
"contact" : [
{
"telecom" : [
{
"system" : "phone",
"value" : "03-0123-4545 99991",
"use" : "work",
"rank" : 2
}
]
}
]
}