臺灣核心實作指引(TW Core IG)
0.2.2 - Trial Use

This page is part of the 臺灣核心實作指引(TW Core IG) (v0.2.2: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: 驗傷報告 - JSON Representation

Raw json | Download


{
  "resourceType" : "DocumentReference",
  "id" : "doc-wound-example",
  "meta" : {
    "profile" : [
      🔗 "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/DocumentReference-twcore"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>驗傷報告</b></h3><p><b>狀態</b>:Current <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/codesystem-document-reference-status.html\">DocumentReferenceStatus</a>#current)</span></p><p><b>類型(type)</b>:驗傷報告(Injury event summary Document) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://loinc.org\">LOINC</a>#74209-8)</span></p><p><b>病人</b>:<a href=\"Patient-pat-example.html\">Patient/pat-example</a> \"陳加玲\"</p><p><b>日期</b>:2024-01-23T15:45:00</p><p><b>紀錄者</b>:<a href=\"Practitioner-pra-dr-example.html\">Practitioner/pra-dr-example</a> \"王依昇\"</p><p><b>就醫資料</b>:<a href=\"Encounter-enc-example.html\">Encounter/enc-example</a> \"就醫資料\"</p><p><b>紀錄中使用的檔案</b>:</p><blockquote><p><b>檔案類型(type)</b>:image/jpeg</p><p><b>檔案</b>:<a href=\"https://obs.line-scdn.net/0hJczFr9HRFUxHPzhi5CVqG31pFiN0UwZPIwlETwRRS3g5ClpKL1wPImRrSCg6D1ISKQlYKGY7Dn1jBlZPf1sP/w1200\"> Wound Photo</a></p></blockquote></div>"
  },
  "status" : "current",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "74209-8",
        "display" : "Injury event summary Document"
      }
    ],
    "text" : "驗傷報告"
  },
  "subject" : {
    🔗 "reference" : "Patient/pat-example"
  },
  "date" : "2024-01-23T15:45:00Z",
  "author" : [
    {
      🔗 "reference" : "Practitioner/pra-dr-example"
    }
  ],
  "custodian" : {
    🔗 "reference" : "Organization/org-hosp-example"
  },
  "content" : [
    {
      "attachment" : {
        "contentType" : "image/jpeg",
        "url" : "https://obs.line-scdn.net/0hJczFr9HRFUxHPzhi5CVqG31pFiN0UwZPIwlETwRRS3g5ClpKL1wPImRrSCg6D1ISKQlYKGY7Dn1jBlZPf1sP/w1200",
        "title" : "Wound Photo"
      }
    }
  ],
  "context" : {
    "encounter" : [
      {
        🔗 "reference" : "Encounter/enc-example"
      }
    ]
  }
}