Patient-Generated Health Data (PGHD) Implementation Guide
0.5.0 - release

Publication Build: This will be filled in by the publication tooling

: Observation BodyMesurements Codes - JSON Representation

Active as of 2024-12-19

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "observation-body-mesurements-codes",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-observation-pghd-codes.html\"><code>http://fhir/pghd/CodeSystem/observation-pghd-codes</code></a><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=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-height\">height</a></td><td style=\"color: #cccccc\">Height</td><td>A quantity sample type that measures the user's height.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-bodyMass\">bodyMass</a></td><td style=\"color: #cccccc\">Body mass</td><td>A quantity sample type that measures the user's weight.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-bodyMassIndex\">bodyMassIndex</a></td><td style=\"color: #cccccc\">Body mass index</td><td>A quantity sample type that measures the user's body mass index.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-leanBodyMass\">leanBodyMass</a></td><td style=\"color: #cccccc\">Lean body mass</td><td>A quantity sample type that measures the user's lean body mass.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-bodyFatPercentage\">bodyFatPercentage</a></td><td style=\"color: #cccccc\">Body fat percentage</td><td>A quantity sample type that measures the user's body fat percentage.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-waistCircumference\">waistCircumference</a></td><td style=\"color: #cccccc\">Waist circumference</td><td>A quantity sample type that measures the user's waist circumference.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-hipCircumference\">hipCircumference</a></td><td style=\"color: #cccccc\">Hip circumference</td><td>A quantity sample type that measures the user's hip circumference.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-boneMass\">boneMass</a></td><td style=\"color: #cccccc\">Bone mass</td><td>A quantity sample type that measures the user's bone mass</td></tr></table></li></ul></div>"
  },
  "url" : "http://fhir/pghd/ValueSet/observation-body-mesurements-codes",
  "version" : "0.5.0",
  "name" : "ObservationBodyMesurementsValueSet",
  "title" : "Observation BodyMesurements Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-12-19T16:51:22+09:00",
  "description" : "Codes representing measurement items related to physical measurements  \n身体計測に関連する測定項目を表すコード",
  "copyright" : "Copyright 2024+",
  "compose" : {
    "include" : [
      {
        "system" : "http://fhir/pghd/CodeSystem/observation-pghd-codes",
        "concept" : [
          {
            "code" : "height"
          },
          {
            "code" : "bodyMass"
          },
          {
            "code" : "bodyMassIndex"
          },
          {
            "code" : "leanBodyMass"
          },
          {
            "code" : "bodyFatPercentage"
          },
          {
            "code" : "waistCircumference"
          },
          {
            "code" : "hipCircumference"
          },
          {
            "code" : "boneMass"
          }
        ]
      }
    ]
  }
}