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

: OneLife Observation Example — Heart Rate (Vital Sign) - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "f6a7b8c9-d0e1-2345-fab0-456789012345",
  "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 f6a7b8c9-d0e1-2345-fab0-456789012345</b></p><a name=\"f6a7b8c9-d0e1-2345-fab0-456789012345\"> </a><a name=\"hcf6a7b8c9-d0e1-2345-fab0-456789012345\"> </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 vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8867-4}\">Heart rate</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:22: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>: 72 /min<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code/min = '/min')</span></p></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" : "8867-4"
      }
    ],
    "text" : "Heart rate"
  },
  "subject" : {
    🔗 "reference" : "Patient/a1b2c3d4-e5f6-7890-abcd-ef1234567890"
  },
  "effectiveDateTime" : "2026-03-15T10:22:00-07:00",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/b2c3d4e5-f6a7-8901-bcde-f12345678901"
    }
  ],
  "valueQuantity" : {
    "value" : 72,
    "unit" : "/min",
    "system" : "http://unitsofmeasure.org",
    "code" : "/min"
  }
}