ConnectDTx Implementation Guide
0.9.9 - trial-use

ConnectDTx Implementation Guide - Local Development build (v0.9.9). See the Directory of published versions

: connectdtx-result-report-example - JSON Representation

Raw json | Download


{
  "resourceType" : "DocumentReference",
  "id" : "connectdtx-result-report-example",
  "meta" : {
    "profile" : [
      "http://connectdtx.kr/fhir/StructureDefinition/connectdtx-result-report"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DocumentReference</b><a name=\"connectdtx-result-report-example\"> </a></p><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\">Resource DocumentReference &quot;connectdtx-result-report-example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-connectdtx-result-report.html\">ConnectDTx Result Report</a></p></div><p><b>identifier</b>: id:\u00a0PROVIDED_PHI_CODE</p><p><b>status</b>: current</p><p><b>type</b>: Document summary <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#55112-7)</span></p><p><b>subject</b>: <a href=\"Patient-connectdtx-patient-example.html\">Patient/connectdtx-patient-example</a> &quot;&quot;</p><p><b>date</b>: 2000. 1. 1. 오후 5:00:00</p><p><b>author</b>: <a href=\"Device-connectdtx-device-example.html\">Device/connectdtx-device-example</a></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td>-</td><td><b>ContentType</b></td><td><b>Data</b></td></tr><tr><td>*</td><td>application/pdf</td><td>base64Binary</td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td>-</td><td><b>Period</b></td><td><b>Related</b></td></tr><tr><td>*</td><td>2000-01-01 14:05:00+0900 --&gt; (ongoing)</td><td><a href=\"ServiceRequest-connectdtx-servicerequest-prescription-example.html\">ServiceRequest/connectdtx-servicerequest-prescription-example</a></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "https://connectdtx.net/phicode",
      "value" : "PROVIDED_PHI_CODE"
    }
  ],
  "status" : "current",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "55112-7",
        "display" : "Document summary"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/connectdtx-patient-example"
  },
  "date" : "2000-01-01T17:00:00+09:00",
  "author" : [
    {
      "reference" : "Device/connectdtx-device-example"
    }
  ],
  "content" : [
    {
      "attachment" : {
        "contentType" : "application/pdf",
        "data" : "base64Binary"
      }
    }
  ],
  "context" : {
    "period" : {
      "start" : "2000-01-01T14:05:00+09:00"
    },
    "related" : [
      {
        "reference" : "ServiceRequest/connectdtx-servicerequest-prescription-example"
      }
    ]
  }
}