{
  "resourceType" : "DocumentReference",
  "id" : "janusync-dtx-result-report-example",
  "meta" : {
    "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-dtx-result-report"]
  },
  "identifier" : [{
    "system" : "https://connectdtx.net/phicode",
    "value" : "sMbAFvHPH1rS58kTHAkbZ82Xq8kjxVZQYjvN-_-InRU"
  }],
  "status" : "current",
  "type" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "55112-7",
      "display" : "Document summary"
    }]
  },
  "subject" : {
    "reference" : "Patient/janusync-patient-example"
  },
  "date" : "2000-01-01T17:00:00+09:00",
  "author" : [{
    "reference" : "Device/janusync-dtx-device-example"
  }],
  "content" : [{
    "attachment" : {
      "contentType" : "application/pdf",
      "data" : "AA=="
    }
  }],
  "context" : {
    "period" : {
      "start" : "2000-01-01T14:05:00+09:00"
    },
    "related" : [{
      "reference" : "ServiceRequest/dtx-servicerequest-example"
    }]
  }
}