JanuSync Implementation Guide
1.0.0 - trial-use
JanuSync Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Bundle",
"id" : "janusync-ve-curation-observation-bundle-example",
"type" : "collection",
"entry" : [
{
"resource" : {
"resourceType" : "Observation",
"id" : "janusync-ve-curation-observation-example",
"meta" : {
"profile" : [
🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-ve-curation-observation"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_janusync-ve-curation-observation-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation janusync-ve-curation-observation-example</b></p><a name=\"janusync-ve-curation-observation-example\"> </a><a name=\"hcjanusync-ve-curation-observation-example\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-janusync-ve-curation-observation.html\">JanuSync VE Curation Observation</a></p></div><p><b>JanuSyncVeCurationContentType</b>: video/mp4</p><p><b>identifier</b>: <code>https://connectdtx.net/phicode</code>/sMbAFvHPH1rS58kTHAkbZ82Xq8kjxVZQYjvN-_-InRU</p><p><b>status</b>: Preliminary</p><p><b>code</b>: <span title=\"Codes:\">검사안내동영상(대장내시경 안내)</span></p><p><b>effective</b>: 2024-02-21 15:41:00+0900</p><p><b>performer</b>: <a href=\"Patient-janusync-patient-example.html\">김환자 Male, DoB: 1990-01-01 ( Medical record number)</a></p><p><b>dataAbsentReason</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/data-absent-reason not-permitted}\">Not Permitted</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:\">시청완료여부 (Viewing Completion Status)</span></p><p><b>value</b>: true</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:\">시청시간 (Viewing Time)</span></p><p><b>value</b>: 3.5<span style=\"background: LightGoldenRodYellow\"> (Details: [not stated] codemin = 'min')</span></p></blockquote></div>"
},
"extension" : [
{
"url" : "http://connectdtx.kr/fhir/StructureDefinition/JanuSyncVeCurationContentType",
"valueCode" : "video/mp4"
}
],
"identifier" : [
{
"system" : "https://connectdtx.net/phicode",
"value" : "sMbAFvHPH1rS58kTHAkbZ82Xq8kjxVZQYjvN-_-InRU"
}
],
"status" : "preliminary",
"code" : {
"text" : "검사안내동영상(대장내시경 안내)"
},
"effectiveDateTime" : "2024-02-21T15:41:00+09:00",
"performer" : [
{
🔗 "reference" : "Patient/janusync-patient-example"
}
],
"dataAbsentReason" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason",
"code" : "not-permitted",
"display" : "Not Permitted"
}
]
},
"component" : [
{
"code" : {
"text" : "시청완료여부 (Viewing Completion Status)"
},
"valueBoolean" : true
},
{
"code" : {
"text" : "시청시간 (Viewing Time)"
},
"valueQuantity" : {
"value" : 3.5,
"code" : "min"
}
}
]
}
}
]
}