This page is part of the 臺灣核心實作指引(TW Core IG) (v0.2.2: 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" : "obs-bloodPressure-example",
"meta" : {
"profile" : [
🔗 "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-bloodPressure-twcore"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>檢驗檢查資料</b></h3><p><b>狀態</b>:final</p><p><b>分類</b>:Vital Signs <span style=\"background: LightGoldenRodYellow; margin:4px; border:1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/codesystem-observation-category.html\">Observation Category Codes</a>#vital-signs)</span></p><p><b>檢驗項目</b>:Blood pressure panel with all children optional <span style=\"background: LightGoldenRodYellow; margin:4px; border:1px solid khaki\">( <a href=\"https://loinc.org/\">LOINC</a>#85354-9 \"Blood pressure panel with all children optional\")</span></p><p><b>病人</b>: <a href=\"Patient-pat-example.html\">Patient/pat-example</a> \"陳加玲\"</p><p><b>檢查者</b>:<a href=\"Practitioner-pra-dr-example.html\">Practitioner/pra-dr-example</a> \"王依昇\"</p><p><b>執行日期</b>:2022-07-31</p><p><b>檢驗結果</b></p><blockquote><p><b>檢驗項目</b>:Systolic blood pressure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://loinc.org/\">LOINC</a>#8480-6)</span></p><p><b>檢驗值</b>:110 mmHg <span style=\"background: LightGoldenRodYellow\"></span></p></blockquote><blockquote><p><b>檢驗項目</b>:Diastolic blood pressure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://loinc.org/\">LOINC</a>#8462-4)</span></p><p><b>檢驗值</b>:56 mmHg</p></blockquote></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "vital-signs",
"display" : "Vital Signs"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "85354-9",
"display" : "Blood pressure panel with all children optional"
}
],
"text" : "Blood pressure panel with all children optional"
},
"subject" : {
🔗 "reference" : "Patient/pat-example"
},
"effectiveDateTime" : "2022-07-31",
"performer" : [
{
🔗 "reference" : "Practitioner/pra-dr-example"
}
],
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8480-6",
"display" : "Systolic blood pressure"
}
]
},
"valueQuantity" : {
"value" : 110,
"unit" : "mmHg",
"system" : "http://unitsofmeasure.org",
"code" : "mm[Hg]"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8462-4",
"display" : "Diastolic blood pressure"
}
]
},
"valueQuantity" : {
"value" : 56,
"unit" : "mmHg",
"system" : "http://unitsofmeasure.org",
"code" : "mm[Hg]"
}
}
]
}