電子病歷交換單張實作指引(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" : "Observation",
"id" : "IC-Obs3",
"meta" : {
"profile" : [
🔗 "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/InspectionCheckObservation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation IC-Obs3</b></p><a name=\"IC-Obs3\"> </a><a name=\"hcIC-Obs3\"> </a><a name=\"IC-Obs3-en-US\"> </a><p><b>identifier</b>: <code>https://www.vghtpe.gov.tw/Index.action</code>/9876</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 6690-2}\">全套血液檢查 CBC-I</span></p><p><b>subject</b>: <a href=\"Patient-IC-Pat2.html\">黃睿駿(official) 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>effective</b>: 2022-03-30 --> 2022-04-06</p><p><b>performer</b>: <a href=\"Practitioner-IC-Pra7.html\">Practitioner 賴一施</a></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation RR}\">正常</span></p><p><b>note</b>: 無</p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 420135007}\">血液</span></p><p><b>specimen</b>: <a href=\"Specimen-IC-Spe4.html\">Specimen</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 58410-2}\">CBC panel - Blood by Automated count</span></p><p><b>value</b>: 7.33 10^3/ul</p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>3.8-10.0</td></tr></table></blockquote></div>"
},
"identifier" : [
{
"system" : "https://www.vghtpe.gov.tw/Index.action",
"value" : "9876"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory",
"display" : "Laboratory"
}
],
"text" : "Laboratory"
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "6690-2",
"display" : "Leukocytes [#/volume] in Blood by Automated count"
}
],
"text" : "全套血液檢查 CBC-I"
},
"subject" : {
🔗 "reference" : "Patient/IC-Pat2"
},
"effectivePeriod" : {
"start" : "2022-03-30",
"end" : "2022-04-06"
},
"performer" : [
{
🔗 "reference" : "Practitioner/IC-Pra7"
}
],
"interpretation" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code" : "RR"
}
],
"text" : "正常"
}
],
"note" : [
{
"text" : "無"
}
],
"bodySite" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "420135007",
"display" : "Whole blood"
}
],
"text" : "血液"
},
"specimen" : {
🔗 "reference" : "Specimen/IC-Spe4"
},
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "58410-2",
"display" : "CBC panel - Blood by Automated count"
}
]
},
"valueQuantity" : {
"value" : 7.33,
"unit" : "10^3/ul"
},
"referenceRange" : [
{
"text" : "3.8-10.0"
}
]
}
]
}