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" : "Media",
"id" : "janusync-clinical-decision-image-presurvey-example",
"meta" : {
"profile" : [
🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-clinical-decision-image"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Media janusync-clinical-decision-image-presurvey-example</b></p><a name=\"janusync-clinical-decision-image-presurvey-example\"> </a><a name=\"hcjanusync-clinical-decision-image-presurvey-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-clinical-decision-image.html\">JanuSync Clinical Decision Image</a></p></div><p><b>status</b>: Completed</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/media-type image}\">Image</span></p><p><b>subject</b>: <a href=\"Patient-janusync-patient-example.html\">김환자 Male, DoB: 1990-01-01 ( Medical record number)</a></p><p><b>created</b>: 2000-01-01 14:05:00+0900</p><h3>Contents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Data</b></td></tr><tr><td style=\"display: none\">*</td><td>image/jpeg</td><td><code>AA==</code></td></tr></table></div>"
},
"status" : "completed",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/media-type",
"code" : "image",
"display" : "Image"
}
]
},
"subject" : {
🔗 "reference" : "Patient/janusync-patient-example"
},
"createdDateTime" : "2000-01-01T14:05:00+09:00",
"content" : {
"contentType" : "image/jpeg",
"data" : "AA=="
}
}