醫查實作指引
0.1.0 - CI Build

醫查實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 手術圖像 - JSON Representation

Raw json | Download


{
  "resourceType" : "DocumentReference",
  "id" : "DocumentReference-min",
  "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>病人</b>:<a href=\"Patient-Patient-min.html\">Patient/Patient-min</a> \"安格斯\"</p><p><b>紀錄中使用的檔案</b>:</p><blockquote><p><b>檔案類型(type)</b>:image/png</p><br/><p><b>檔案</b>:<a href=\"https://telegraph-image-55i.pages.dev/file/3830a304a2eb70419c80a.png\"> gallbladder polyp</a></p></blockquote></div>"
  },
  "status" : "current",
  "subject" : {
    🔗 "reference" : "Patient/Patient-min"
  },
  "content" : [
    {
      "attachment" : {
        "contentType" : "image/png",
        "url" : "https://telegraph-image-55i.pages.dev/file/3830a304a2eb70419c80a.png",
        "title" : "gallbladder polyp"
      }
    }
  ]
}