電子病歷交換單張實作指引(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" : "Procedure",
"id" : "TWCoreProcedure",
"meta" : {
"profile" : [
🔗 "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Procedure-twcore"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure TWCoreProcedure</b></p><a name=\"TWCoreProcedure\"> </a><a name=\"hcTWCoreProcedure\"> </a><a name=\"TWCoreProcedure-en-US\"> </a><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-pcs-2021-tw BW24ZZZ}\">胸部腹部CT</span></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>performed</b>: 2022-08-12</p><p><b>asserter</b>: <a href=\"Practitioner-TWCorePractitioner.html\">Practitioner 大吉 連 (official)</a></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td><td><b>OnBehalfOf</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-TWCorePractitioner.html\">Practitioner 大吉 連 (official)</a></td><td><a href=\"Organization-TWCoreOrganization.html\">Organization 台北榮民總醫院</a></td></tr></table><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 4312008}\">Anterior midline of abdomen</span></p></div>"
},
"status" : "completed",
"code" : {
"coding" : [
{
"system" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-pcs-2021-tw",
"code" : "BW24ZZZ",
"display" : "胸部及腹部電腦斷層掃描"
}
],
"text" : "胸部腹部CT"
},
"subject" : {
🔗 "reference" : "Patient/TWCorePatient"
},
"performedDateTime" : "2022-08-12",
"asserter" : {
🔗 "reference" : "Practitioner/TWCorePractitioner"
},
"performer" : [
{
"actor" : {
🔗 "reference" : "Practitioner/TWCorePractitioner"
},
"onBehalfOf" : {
🔗 "reference" : "Organization/TWCoreOrganization"
}
}
],
"bodySite" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "4312008",
"display" : "Anterior midline of abdomen"
}
]
}
]
}