JanuSync Implementation Guide
1.0.0 - trial-use Korea, Republic of flag

JanuSync Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: janusync-dtx-result-report-example - JSON Representation

Raw json | Download

{
  "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"
      }
    ]
  }
}