FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | Observation |
| Id | Observation-obs-loinc-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
狀態:final
分類:Laboratory ( Observation Category Codes#laboratory)
檢驗項目:Glucose [Mass/volume] in Serum or Plasma --2 hours post dose arginine ( LOINC檢驗檢查#101309-3 )
病人: Patient/pat-example "陳加玲"
執行日期:2022-07-31
負責機構: Organization/org-hosp-example "衛生福利部臺北醫院"
檢驗值:86 mg/dL
{
"resourceType": "Observation",
"id": "obs-loinc-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-laboratoryResult-twcore"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "101309-3"
}
],
"text": "Glucose [Mass/volume] in Serum or Plasma --2 hours post dose arginine"
},
"subject": {
"reference": "Patient/pat-example"
},
"effectiveDateTime": "2022-07-31",
"performer": [
{
"reference": "Organization/org-hosp-example"
}
],
"valueQuantity": {
"value": 86,
"unit": "mg/dL"
}
}