電子病歷交換單張實作指引(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 - XML Representation

Raw xml | Download



<ImagingStudy xmlns="http://hl7.org/fhir">
  <id value="ImagingStudyBase"/>
  <meta>
    <profile
             value="https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/ImagingStudyBase"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ImagingStudy ImagingStudyBase</b></p><a name="ImagingStudyBase"> </a><a name="hcImagingStudyBase"> </a><a name="ImagingStudyBase-en-US"> </a><p><b>identifier</b>: Study instancce UID/urn:oid:2.25.284733062255854756631429402605810248731 (use: official, ), Accession ID/2ffe0c20-50d8-49df-85f6-6452d1d201b9 (use: official, )</p><p><b>status</b>: Available</p><p><b>subject</b>: <a href="Patient-TWCorePatient.html">胖吉 綠 (official) Male, DoB: 1987-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))</a></p><p><b>started</b>: 2024-01-01 11:01:20+0300</p><p><b>endpoint</b>: <a href="Endpoint-MitwEndpoint.html">Endpoint: status = active; connectionType = DICOM WADO-RS (Endpoint Connection Type#dicom-wado-rs); payloadType = ; payloadMimeType = application/dicom; address = http://localhost:8081/dicom-web</a></p><p><b>numberOfSeries</b>: 1</p><p><b>numberOfInstances</b>: 1</p><p><b>procedureReference</b>: <a href="Procedure-TWCoreProcedure.html">Procedure 胸部及腹部電腦斷層掃描</a></p><p><b>procedureCode</b>: <span title="Codes:{https://twcore.mohw.gov.tw/ig/emr/CodeSystem/ICD-10-procedurecode BW24ZZZ}">Computerized Tomography (CT Scan) of Chest and Abdomen</span></p><blockquote><p><b>series</b></p><p><b>uid</b>: 2.25.88017001449189502323411118737039844242</p><p><b>modality</b>: <a href="CodeSystem-AcquisitionModality.html#AcquisitionModality-CT">Acquisition Modality</a> CT: Computed Tomography</p><p><b>numberOfInstances</b>: 1</p><p><b>bodySite</b>: <a href="http://snomed.info/id/251007">SNOMED CT (all versions)</a> 251007: Pectoral region</p><h3>Instances</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Uid</b></td><td><b>SopClass</b></td></tr><tr><td style="display: none">*</td><td>2.25.284548087604447302186649612333159050027</td><td><a href="CodeSystem-DicomsopClass.html#DicomsopClass-urn.58oid.581.462.46840.4610008.465.461.464.461.461.461">DICOM sopClass</a> urn:oid:1.2.840.10008.5.1.4.1.1.1: Computed Radiography Image Storage</td></tr></table></blockquote></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system
                value="https://twcore.mohw.gov.tw/ig/emr/CodeSystem/ImageIdentifierType"/>
        <code value="SIUID"/>
        <display value="Study instancce UID"/>
      </coding>
    </type>
    <system value="urn:dicom:uid"/>
    <value value="urn:oid:2.25.284733062255854756631429402605810248731"/>
  </identifier>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system
                value="https://twcore.mohw.gov.tw/ig/emr/CodeSystem/ImageIdentifierType"/>
        <code value="ACSN"/>
        <display value="Accession ID"/>
      </coding>
    </type>
    <system value="http://www.moi.gov.tw/"/>
    <value value="2ffe0c20-50d8-49df-85f6-6452d1d201b9"/>
  </identifier>
  <status value="available"/>
  <subject>🔗 
    <reference value="Patient/TWCorePatient"/>
  </subject>
  <started value="2024-01-01T11:01:20+03:00"/>
  <endpoint>🔗 
    <reference value="Endpoint/MitwEndpoint"/>
  </endpoint>
  <numberOfSeries value="1"/>
  <numberOfInstances value="1"/>
  <procedureReference>🔗 
    <reference value="Procedure/TWCoreProcedure"/>
  </procedureReference>
  <procedureCode>
    <coding>
      <system
              value="https://twcore.mohw.gov.tw/ig/emr/CodeSystem/ICD-10-procedurecode"/>
      <code value="BW24ZZZ"/>
      <display
               value="Computerized Tomography (CT Scan) of Chest and Abdomen"/>
    </coding>
  </procedureCode>
  <series>
    <uid value="2.25.88017001449189502323411118737039844242"/>
    <modality>
      <system
              value="https://twcore.mohw.gov.tw/ig/emr/CodeSystem/AcquisitionModality"/>
      <code value="CT"/>
    </modality>
    <numberOfInstances value="1"/>
    <bodySite>
      <system value="http://snomed.info/sct"/>
      <code value="251007"/>
      <display value="Pectoral region"/>
    </bodySite>
    <instance>
      <uid value="2.25.284548087604447302186649612333159050027"/>
      <sopClass>
        <system
                value="https://twcore.mohw.gov.tw/ig/emr/CodeSystem/DicomsopClass"/>
        <code value="urn:oid:1.2.840.10008.5.1.4.1.1.1"/>
      </sopClass>
    </instance>
  </series>
</ImagingStudy>