電子病歷交換單張實作指引(EMR-IG)
0.1.0 - ci-build

This page is part of the 電子病歷交換單張實作指引(EMR-IG) (v0.1.0: 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

: 出院病摘 醫學影像檢查-ImagingStudy example - JSON Representation

Raw json | Download


{
  "resourceType" : "ImagingStudy",
  "id" : "DMS-Img16",
  "meta" : {
    "profile" : [
      🔗 "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/DMSImagingStudy"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImagingStudy DMS-Img16</b></p><a name=\"DMS-Img16\"> </a><a name=\"hcDMS-Img16\"> </a><a name=\"DMS-Img16-en-US\"> </a><p><b>status</b>: Available</p><p><b>subject</b>: <a href=\"Patient-DMS-Pat2.html\">黃睿駿 Male, DoB: 1999-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>started</b>: 2023-08-21 00:00:00+0800</p><p><b>referrer</b>: <a href=\"Practitioner-DMS-Pra23.html\">Practitioner 賴一施</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 181007}\">出血性支氣管肺炎</span></p><h3>Series</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uid</b></td><td><b>Modality</b></td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>[not stated] : X光</td><td>[not stated] : 胸部</td></tr></table></div>"
  },
  "status" : "available",
  "subject" : {
    🔗 "reference" : "Patient/DMS-Pat2"
  },
  "started" : "2023-08-21T00:00:00+08:00",
  "referrer" : {
    🔗 "reference" : "Practitioner/DMS-Pra23"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "181007"
        }
      ],
      "text" : "出血性支氣管肺炎"
    }
  ],
  "series" : [
    {
      "uid" : "1",
      "modality" : {
        "display" : "X光"
      },
      "bodySite" : {
        "display" : "胸部"
      }
    }
  ]
}