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-referral-documentreference-example - JSON Representation

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "id" : "janusync-referral-documentreference-example",
  "meta" : {
    "profile" : [
      🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-referral-documentreference"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference janusync-referral-documentreference-example</b></p><a name=\"janusync-referral-documentreference-example\"> </a><a name=\"hcjanusync-referral-documentreference-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-referral-documentreference.html\">JanuSync Referral DocumentReference</a></p></div><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 57133-1}\">Referral Note</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>description</b>: 김환자씨는 알콜 사용에 의한 기타 정신 및 행동장애(F108)로 진단받은바 있습니다. 현재 본격적인 감염의 징후는 없으나 ALL, DM, HTN의 기저 질환이 있으며, 1월 18일부터 38이상의 열이 있습니다.</p><blockquote><p><b>content</b></p><h3>Attachments</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></blockquote></div>"
  },
  "status" : "current",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "57133-1",
        "display" : "Referral Note"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/janusync-patient-example"
  },
  "description" : "김환자씨는 알콜 사용에 의한 기타 정신 및 행동장애(F108)로 진단받은바 있습니다. 현재 본격적인 감염의 징후는 없으나 ALL, DM, HTN의 기저 질환이 있으며, 1월 18일부터 38이상의 열이 있습니다.",
  "content" : [
    {
      "attachment" : {
        "contentType" : "image/jpeg",
        "data" : "AA=="
      }
    }
  ]
}