電子病歷交換單張實作指引(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
{
"resourceType" : "ImagingStudy",
"id" : "ImagingStudyBase",
"meta" : {
"profile" : [
🔗 "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/ImagingStudyBase"
]
},
"text" : {
"status" : "generated",
"div" : "<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\u00a0(use:\u00a0official,\u00a0), Accession ID/2ffe0c20-50d8-49df-85f6-6452d1d201b9\u00a0(use:\u00a0official,\u00a0)</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\u00a0(use:\u00a0official,\u00a0))</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>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "https://twcore.mohw.gov.tw/ig/emr/CodeSystem/ImageIdentifierType",
"code" : "SIUID",
"display" : "Study instancce UID"
}
]
},
"system" : "urn:dicom:uid",
"value" : "urn:oid:2.25.284733062255854756631429402605810248731"
},
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "https://twcore.mohw.gov.tw/ig/emr/CodeSystem/ImageIdentifierType",
"code" : "ACSN",
"display" : "Accession ID"
}
]
},
"system" : "http://www.moi.gov.tw/",
"value" : "2ffe0c20-50d8-49df-85f6-6452d1d201b9"
}
],
"status" : "available",
"subject" : {
🔗 "reference" : "Patient/TWCorePatient"
},
"started" : "2024-01-01T11:01:20+03:00",
"endpoint" : [
{
🔗 "reference" : "Endpoint/MitwEndpoint"
}
],
"numberOfSeries" : 1,
"numberOfInstances" : 1,
"procedureReference" : {
🔗 "reference" : "Procedure/TWCoreProcedure"
},
"procedureCode" : [
{
"coding" : [
{
"system" : "https://twcore.mohw.gov.tw/ig/emr/CodeSystem/ICD-10-procedurecode",
"code" : "BW24ZZZ",
"display" : "Computerized Tomography (CT Scan) of Chest and Abdomen"
}
]
}
],
"series" : [
{
"uid" : "2.25.88017001449189502323411118737039844242",
"modality" : {
"system" : "https://twcore.mohw.gov.tw/ig/emr/CodeSystem/AcquisitionModality",
"code" : "CT"
},
"numberOfInstances" : 1,
"bodySite" : {
"system" : "http://snomed.info/sct",
"code" : "251007",
"display" : "Pectoral region"
},
"instance" : [
{
"uid" : "2.25.284548087604447302186649612333159050027",
"sopClass" : {
"system" : "https://twcore.mohw.gov.tw/ig/emr/CodeSystem/DicomsopClass",
"code" : "urn:oid:1.2.840.10008.5.1.4.1.1.1"
}
}
]
}
]
}