{
  "resourceType" : "Media",
  "id" : "janusync-clinical-decision-image-presurvey-example",
  "meta" : {
    "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-clinical-decision-image"]
  },
  "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=="
  }
}