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

臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 0.3.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cctwFHIRterm/MOHW_TWCoreIG_Build/ and changes regularly. See the Directory of published versions

: Slide Microscopy - JSON Representation

Raw json | Download

{
  "resourceType" : "ImagingStudy",
  "id" : "img-sm-example",
  "meta" : {
    "profile" : [
      🔗 "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/ImagingStudy-twcore"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>Slide Microscopy</b></h3><p><b>識別碼(official)</b>:urn:oid: 2.16.886.103.102695.293755960071087971037154104444119427201<br/><b>識別碼(usual)</b>:A20210527083803 <b>識別碼(secondary)</b>:D1M_18S_1</p><p><b>狀態</b>:Available<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ( <a href=\"http://hl7.org/fhir/R4/valueset-imagingstudy-status.html\">ImagingStudyStatus</a>#available)</span></p><p><b>病人</b>:<a href=\"Patient-pat-example.html\">Patient/pat-example</a> \"陳加玲\"</p><p><b>檢查相關Series的數量</b>:1</p><p><b>檢查相關Instances的數量</b>:6</p><p><b>檢查開始日期與時間</b>:2021-05-27T00:00:00+08:00</p><blockquote><p><b>系列(series)實例</b>:</p><p><b>DICOM系列實例UID</b>:2.16.886.103.102695.7661805881534741258144674448294792877<br/><b>所使用的成像儀器</b>: Slide Microscopy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://dicom.nema.org/resources/ontology/DCM\">CID 29 Acquisition Modality</a>#SM)</span><br/></p></blockquote></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "urn:dicom:uid",
      "value" : "urn:oid: 2.16.886.103.102695.293755960071087971037154104444119427201"
    },
    {
      "use" : "usual",
      "value" : "A20210527083803"
    },
    {
      "use" : "secondary",
      "value" : "D1M_18S_1"
    }
  ],
  "status" : "available",
  "subject" : {
    🔗 "reference" : "Patient/pat-example"
  },
  "started" : "2021-05-27T00:00:00+08:00",
  "numberOfSeries" : 1,
  "numberOfInstances" : 6,
  "series" : [
    {
      "uid" : "2.16.886.103.102695.7661805881534741258144674448294792877",
      "modality" : {
        "system" : "http://dicom.nema.org/resources/ontology/DCM",
        "code" : "SM",
        "display" : "Slide Microscopy"
      }
    }
  ]
}