電子カルテ情報共有サービス2文書5情報+患者サマリー FHIR実装ガイド JP-CLINS(CLinical Information Sharing ImplementationGuide) v1.4.1
1.4.1 - release
Japan
電子カルテ情報共有サービス2文書5情報+患者サマリー FHIR実装ガイド JP-CLINS(CLinical Information Sharing ImplementationGuide) v1.4.1 - Local Development build (v1.4.1) 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><b>Generated Narrative: DocumentReference </b><a name=\"Example-JP-DocRef-eCS-clinical-ccourse-Referral01\"> </a><a name=\"hcExample-JP-DocRef-eCS-clinical-ccourse-Referral01\"> </a></p><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\">ResourceDocumentReference "Example-JP-DocRef-eCS-clinical-ccourse-Referral01" 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>: Progress note <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#11506-3)</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><code>file:///clinicalCourseExampleData.pdf</code></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"
}
}
]
}