醫查實作指引
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" : "ImagingStudy",
  "id" : "ImagingStudy-min",
  "meta" : {
    "profile" : [
      🔗 "https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/imagingstudy-imri"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>醫療影像檢查</b></h3><p><b>醫療影像檢查狀態</b>:Available <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/imagingstudy-status\">ImagingStudyStatus</a>#available)</span></p><p><b>病人</b>:<a href=\"Patient-Patient-min.html\">Patient/Patient-min</a> \"安格斯\"</p><p><b>就醫事件</b>:<a href=\"Encounter-Encounter-min.html\">Encounter/Encounter-min</a></p><p><b>醫療影像檢查開始時間</b>:2023-09-07 11:01:20-0300</p><p><b>醫療影像檢查解讀者</b>:<a href=\"Practitioner-Practitioner-min.html\">Practitioner/Practitioner-min</a> \"劉伊詩\"</p><p><b>醫療影像檢查敘述</b>:No significant ro entgenological abnormality is observed.</p></div>"
  },
  "status" : "available",
  "subject" : {
    🔗 "reference" : "Patient/Patient-min"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/Encounter-min"
  },
  "started" : "2023-09-07T11:01:20+03:00",
  "interpreter" : [
    {
      🔗 "reference" : "Practitioner/Practitioner-min"
    }
  ],
  "description" : "No significant ro entgenological abnormality is observed."
}