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 — PHQ-9 Score (Survey) - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "b8c9d0e1-f2a3-4567-b012-678901234567",
  "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 b8c9d0e1-f2a3-4567-b012-678901234567</b></p><a name=\"b8c9d0e1-f2a3-4567-b012-678901234567\"> </a><a name=\"hcb8c9d0e1-f2a3-4567-b012-678901234567\"> </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 survey}\">Survey</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 44261-6}\">PHQ-9 total score</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-01-10 14:00:00-0700</p><p><b>performer</b>: <a href=\"Patient-a1b2c3d4-e5f6-7890-abcd-ef1234567890.html\">Maria Santos  Female, DoB: 1985-03-14</a></p><p><b>value</b>: 8</p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "survey",
          "display" : "Survey"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "44261-6"
      }
    ],
    "text" : "PHQ-9 total score"
  },
  "subject" : {
    🔗 "reference" : "Patient/a1b2c3d4-e5f6-7890-abcd-ef1234567890"
  },
  "effectiveDateTime" : "2026-01-10T14:00:00-07:00",
  "performer" : [
    {
      🔗 "reference" : "Patient/a1b2c3d4-e5f6-7890-abcd-ef1234567890"
    }
  ],
  "valueString" : "8"
}