One Medical FHIR Implementation Guide
0.1.0 - ci-build
One Medical FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "a7b8c9d0-e1f2-3456-ab01-567890123456",
"meta" : {
"source" : "https://fhir.onemedical.com/r4",
"profile" : [
🔗 "https://fhir-ig.onemedical.io/StructureDefinition/onelife-observation"
],
"tag" : [
{
"system" : "http://onemedical.com/terminology/source-type",
"code" : "one-medical-collected"
},
{
"system" : "http://onemedical.com/terminology/source-system",
"code" : "onelife"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation a7b8c9d0-e1f2-3456-ab01-567890123456</b></p><a name=\"a7b8c9d0-e1f2-3456-ab01-567890123456\"> </a><a name=\"hca7b8c9d0-e1f2-3456-ab01-567890123456\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Information Source: <a href=\"https://fhir.onemedical.com/r4\">https://fhir.onemedical.com/r4</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-onelife-observation.html\">OneLife Observation</a></p><p style=\"margin-bottom: 0px\">Tags: One Medical Collected (Details: One Medical Source Type code one-medical-collected = 'One Medical Collected'), OneLife (Details: One Medical Source System code onelife = 'OneLife')</p></div><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 1558-6}\">Fasting glucose</span></p><p><b>subject</b>: <a href=\"Patient-a1b2c3d4-e5f6-7890-abcd-ef1234567890.html\">Maria Santos Female, DoB: 1985-03-14</a></p><p><b>effective</b>: 2026-02-20 07:45:00-0700</p><p><b>performer</b>: <a href=\"Practitioner-b2c3d4e5-f6a7-8901-bcde-f12345678901.html\">Practitioner James Chen </a></p><p><b>value</b>: 95 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg/dL = 'mg/dL')</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>70 mg/dL</td><td>100 mg/dL</td></tr></table></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory",
"display" : "Laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "1558-6"
}
],
"text" : "Fasting glucose"
},
"subject" : {
🔗 "reference" : "Patient/a1b2c3d4-e5f6-7890-abcd-ef1234567890"
},
"effectiveDateTime" : "2026-02-20T07:45:00-07:00",
"performer" : [
{
🔗 "reference" : "Practitioner/b2c3d4e5-f6a7-8901-bcde-f12345678901"
}
],
"valueQuantity" : {
"value" : 95,
"unit" : "mg/dL",
"system" : "http://unitsofmeasure.org",
"code" : "mg/dL"
},
"referenceRange" : [
{
"low" : {
"value" : 70,
"unit" : "mg/dL"
},
"high" : {
"value" : 100,
"unit" : "mg/dL"
}
}
]
}