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" : "c9d0e1f2-a3b4-5678-c012-789012345678",
"meta" : {
"source" : "https://fhir.onemedical.com/r4",
"profile" : [
🔗 "https://fhir-ig.onemedical.io/StructureDefinition/onelife-blood-pressure-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 c9d0e1f2-a3b4-5678-c012-789012345678</b></p><a name=\"c9d0e1f2-a3b4-5678-c012-789012345678\"> </a><a name=\"hcc9d0e1f2-a3b4-5678-c012-789012345678\"> </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-blood-pressure-observation.html\">OneLife Blood Pressure 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 vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 85354-9}\">Blood pressure systolic & diastolic</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-03-15 10:20:00-0700</p><p><b>performer</b>: <a href=\"Practitioner-b2c3d4e5-f6a7-8901-bcde-f12345678901.html\">Practitioner James Chen </a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8480-6}\">Systolic blood pressure</span></p><p><b>value</b>: 120 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8462-4}\">Diastolic blood pressure</span></p><p><b>value</b>: 78 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></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"
}
],
"text" : "Blood pressure systolic & diastolic"
},
"subject" : {
🔗 "reference" : "Patient/a1b2c3d4-e5f6-7890-abcd-ef1234567890"
},
"effectiveDateTime" : "2026-03-15T10:20:00-07:00",
"performer" : [
{
🔗 "reference" : "Practitioner/b2c3d4e5-f6a7-8901-bcde-f12345678901"
}
],
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8480-6"
}
],
"text" : "Systolic blood pressure"
},
"valueQuantity" : {
"value" : 120,
"unit" : "mm[Hg]",
"system" : "http://unitsofmeasure.org",
"code" : "mm[Hg]"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8462-4"
}
],
"text" : "Diastolic blood pressure"
},
"valueQuantity" : {
"value" : 78,
"unit" : "mm[Hg]",
"system" : "http://unitsofmeasure.org",
"code" : "mm[Hg]"
}
}
]
}