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

: PPV Condition Category Value Set - JSON Representation

Draft as of 2026-04-10

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ppv-condition-category-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ppv-condition-category-vs</b></p><a name=\"ppv-condition-category-vs\"> </a><a name=\"hcppv-condition-category-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-condition-category.html\"><code>http://terminology.hl7.org/CodeSystem/condition-category</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 2.0.0, the version found through the package references\"> version &#x1F4E6;2.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-condition-category.html#condition-category-encounter-diagnosis\">encounter-diagnosis</a></td><td>Encounter Diagnosis</td><td>A point in time diagnosis (e.g. from a physician or nurse) in context of an encounter.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-condition-category.html#condition-category-problem-list-item\">problem-list-item</a></td><td>Problem List Item</td><td>An item on a problem list that can be managed over time and can be expressed by a practitioner (e.g. physician, nurse), patient, or related person.</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir-ig.onemedical.io/ValueSet/ppv-condition-category-vs",
  "version" : "0.1.0",
  "name" : "PPVConditionCategoryVS",
  "title" : "PPV Condition Category Value Set",
  "status" : "draft",
  "date" : "2026-04-10T17:20:25+00:00",
  "publisher" : "One Medical",
  "contact" : [
    {
      "name" : "One Medical",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.onemedical.com"
        }
      ]
    }
  ],
  "description" : "A subset of values accepted for condition.category.coding",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
        "concept" : [
          {
            "code" : "encounter-diagnosis",
            "display" : "Encounter Diagnosis"
          },
          {
            "code" : "problem-list-item",
            "display" : "Problem List Item"
          }
        ]
      }
    ]
  }
}