FHIR IG analytics| Package | tsti.adultcheck |
| Resource Type | Observation |
| Id | Observation-observation-lab-triglycerides-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "observation-lab-triglycerides-example",
"meta": {
"profile": [
"https://tstifhir.azurehealthcareapis.com/StructureDefinition/ObservationLab-adultcheck"
]
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"code": "MRT",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203"
}
]
},
"system": "https://tsti.hospital.com",
"value": "000120230721"
}
],
"code": {
"coding": [
{
"system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw",
"code": "09004C",
"display": "三酸甘油脂"
}
]
},
"performer": [
{
"reference": "Organization/org-test-example"
}
],
"valueQuantity": {
"value": 80,
"unit": "mg/dl"
},
"referenceRange": [
{
"high": {
"value": 149,
"unit": "mg/dl"
},
"low": {
"value": 40,
"unit": "mg/dl"
}
}
],
"status": "preliminary",
"subject": {
"reference": "Patient/patient-example"
},
"effectiveDateTime": "2022-08-01T17:00:14-05:00"
}