電子カルテ情報共有サービス2文書5情報+患者サマリー FHIR実装ガイド JP-CLINS(CLinical Information Sharing ImplementationGuide) v1.5.5
1.5.5 - release
Japan
電子カルテ情報共有サービス2文書5情報+患者サマリー FHIR実装ガイド JP-CLINS(CLinical Information Sharing ImplementationGuide) v1.5.5 - Local Development build (v1.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "DocumentReference",
"id" : "Example-JP-DocRef-eCS-clinical-ccourse-Referral01",
"meta" : {
"lastUpdated" : "2023-03-31T00:00:00+09:00",
"profile" : [
🔗 "http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_DocumentReference_eCS"
]
},
"language" : "ja",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"ja\" lang=\"ja\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference Example-JP-DocRef-eCS-clinical-ccourse-Referral01</b></p><a name=\"Example-JP-DocRef-eCS-clinical-ccourse-Referral01\"> </a><a name=\"hcExample-JP-DocRef-eCS-clinical-ccourse-Referral01\"> </a><a name=\"Example-JP-DocRef-eCS-clinical-ccourse-Referral01-ja-JP\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2023-03-31 00:00:00+0900; Language: ja</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-JP-DocumentReference-eCS.html\">JP_DocumentReference_eCS</a></p></div><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11506-3}\">Progress note</span></p><p><b>description</b>: 臨床経過</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"file:///clinicalCourseExampleData.pdf\">file:///clinicalCourseExampleData.pdf</a></td></tr></table></blockquote></div>"
},
"status" : "current",
"type" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "11506-3",
"display" : "Progress note"
}
]
},
"description" : "臨床経過",
"content" : [
{
"attachment" : {
"contentType" : "application/pdf",
"url" : "file:///clinicalCourseExampleData.pdf"
}
}
]
}