臺灣核心實作指引(TW Core IG)
0.3.0 - 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.0 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

: 腹部超音波 - JSON Representation

Raw json | Download


{
  "resourceType" : "ImagingStudy",
  "id" : "img-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>腹部超音波</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>識別碼(official)</b>:2ffe0c20-50d8-49df-85f6-6452d1d201b9</p><p><b>檢查開始日期與時間</b>:2022-08-01T19:00:14</p><p><b>病人</b>:<a href=\"Patient-pat-example.html\">Patient/pat-example</a> \"陳加玲\"</p><p><b>就醫事件</b>:<a href=\"Encounter-enc-example.html\">Encounter/enc-example</a> \"就醫資料\"</p><p><b>檢查相關Series的數量</b>:1</p><p><b>檢查相關Instances的數量</b>:1</p><p><b>處置或手術</b>:<a href=\"Procedure-pro-example.html\">Procedure/pro-example</a> \"處置或手術基本資料\"<br/><b>執行的處置或手術代碼</b>:腹部超音波<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ( <a href=\"CodeSystem-icd-10-pcs-2021-tw.html\">TW2021ICD10PCS</a>#BW40ZZZ)</span></p><blockquote><p><b>系列(series)實例</b>:</p><p><b>DICOM系列實例UID</b>:2.25.88017001449189502323411118737039844242<br/><b>所使用的成像儀器</b>: Ultrasound <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://dicom.nema.org/resources/ontology/DCM\">CID 29 Acquisition Modality</a>#US)</span><br/><b>身體部位</b>:Pectoral region <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#251007)</span><br/><b>檢查執行者</b>:<a href=\"Practitioner-pra-radio-example.html\">Practitioner/pra-radio-example</a> \"王曉明\"</p><blockquote><p></p><p><b>SOP實例</b>:</p><b>UID</b>:2.25.284548087604447302186649612333159050027<br/><b>DICOM class 類型</b>: urn:oid:1.2.840.10008.5.1.4.1.1.3.1<p></p></blockquote></blockquote></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "ACSN",
            "display" : "Accession ID"
          }
        ]
      },
      "system" : "http://www.moi.gov.tw",
      "value" : "2ffe0c20-50d8-49df-85f6-6452d1d201b9"
    }
  ],
  "status" : "available",
  "subject" : {
    🔗 "reference" : "Patient/pat-example"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/enc-example"
  },
  "started" : "2022-08-01T19:00:14+08:00",
  "numberOfSeries" : 1,
  "numberOfInstances" : 1,
  "procedureReference" : {
    🔗 "reference" : "Procedure/pro-example"
  },
  "procedureCode" : [
    {
      "coding" : [
        {
          "system" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-pcs-2021-tw",
          "code" : "BW40ZZZ",
          "display" : "腹部超音波"
        }
      ]
    }
  ],
  "series" : [
    {
      "uid" : "2.25.88017001449189502323411118737039844242",
      "modality" : {
        "system" : "http://dicom.nema.org/resources/ontology/DCM",
        "code" : "US"
      },
      "bodySite" : {
        "system" : "http://snomed.info/sct",
        "code" : "251007",
        "display" : "Pectoral region"
      },
      "performer" : [
        {
          "actor" : {
            🔗 "reference" : "Practitioner/pra-radio-example"
          }
        }
      ],
      "instance" : [
        {
          "uid" : "2.25.284548087604447302186649612333159050027",
          "sopClass" : {
            "system" : "urn:ietf:rfc:3986",
            "code" : "urn:oid:1.2.840.10008.5.1.4.1.1.3.1"
          }
        }
      ]
    }
  ]
}