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 Condition Example — Resolved Ankle Sprain - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "d4e5f6a7-b8c9-0123-defa-234567890123",
  "meta" : {
    "source" : "https://fhir.onemedical.com/r4",
    "profile" : [
      🔗 "https://fhir-ig.onemedical.io/StructureDefinition/onelife-condition"🔗 ,
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"
    ],
    "tag" : [
      {
        "system" : "http://onemedical.com/terminology/source-type",
        "code" : "one-medical-collected",
        "display" : "One Medical Collected"
      },
      {
        "system" : "http://onemedical.com/terminology/source-system",
        "code" : "onelife",
        "display" : "OneLife"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition d4e5f6a7-b8c9-0123-defa-234567890123</b></p><a name=\"d4e5f6a7-b8c9-0123-defa-234567890123\"> </a><a name=\"hcd4e5f6a7-b8c9-0123-defa-234567890123\"> </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\">Profiles: <a href=\"StructureDefinition-onelife-condition.html\">OneLife Condition</a>, <a href=\"http://hl7.org/fhir/us/core/STU4/StructureDefinition-us-core-condition.html\">US Core Condition Profile</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>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical resolved}\">Resolved</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 44465007}, {http://hl7.org/fhir/sid/icd-10-cm S93.409A}\">Sprain of ankle</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>onset</b>: 06/2023</p><p><b>abatement</b>: 2024-01-10</p><p><b>recordedDate</b>: 2023-06-12</p><p><b>recorder</b>: <a href=\"Practitioner-b2c3d4e5-f6a7-8901-bcde-f12345678901.html\">Practitioner James Chen </a></p></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "resolved",
        "display" : "Resolved"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "confirmed",
        "display" : "Confirmed"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "problem-list-item",
          "display" : "Problem List Item"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "44465007",
        "display" : "Sprain of ankle"
      },
      {
        "system" : "http://hl7.org/fhir/sid/icd-10-cm",
        "code" : "S93.409A",
        "display" : "Sprain of unspecified ligament of unspecified ankle, initial encounter"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/a1b2c3d4-e5f6-7890-abcd-ef1234567890"
  },
  "onsetString" : "06/2023",
  "abatementString" : "2024-01-10",
  "recordedDate" : "2023-06-12",
  "recorder" : {
    🔗 "reference" : "Practitioner/b2c3d4e5-f6a7-8901-bcde-f12345678901"
  }
}