FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | Observation |
| Id | Observation-obs-vital.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
狀態:final
分類:Vital Signs ( Observation Category Codes#vital-signs)
檢驗項目:Body mass index (BMI) [Ratio] ( LOINC#39156-5 "Body mass index (BMI) [Ratio]")
病人: Patient/pat-example "陳加玲"
檢查者:Practitioner/pra-dr-example "王依昇"
執行日期:2022-07-31
檢驗值:18.3 kg/m2
{
"resourceType": "Observation",
"id": "obs-vital",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-vitalSigns-twcore"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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": "39156-5",
"display": "Body mass index (BMI) [Ratio]"
}
],
"text": "Body mass index (BMI) [Ratio]"
},
"subject": {
"reference": "Patient/pat-example"
},
"effectiveDateTime": "2022-07-31",
"performer": [
{
"reference": "Practitioner/pra-dr-example"
}
],
"valueQuantity": {
"value": 18.3,
"unit": "kg/m2",
"system": "http://unitsofmeasure.org",
"code": "kg/m2"
}
}