FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.phr
Resource TypeValueSet
IdValueSet-observation-body-measurements-codes.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/personal-health-record-format-ig/ValueSet-observation-body-measurements-codes.html
URLhttp://hl7.org/fhir/uv/phr/ValueSet/observation-body-measurements-codes
Version1.0.0-ballot2
Statusactive
Date2025-12-27T21:39:37+00:00
NameObservationBodyMeasurementsValueSet
TitleObservation BodyMeasurements Codes
Realmuv
Authorityhl7
DescriptionCodes representing measurement items related to physical measurements

Resources that use this resource

StructureDefinition
pghd-bmiPGHD BMI Profile
pghd-bodyheightPGHD BodyHeight Profile
pghd-bodymeasurementPGHD Body Measurement Profile
pghd-bodyweightPGHD BodyWeight Profile

Resources that this resource uses

CodeSystem
observation-pghd-codesObservation PGHD Codes

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet observation-body-measurements-codes

  • Include these codes as defined in http://hl7.org/fhir/uv/phr/CodeSystem/observation-pghd-codes version 📦1.0.0-ballot2
    CodeDisplayDefinition
    heightHeightA quantity sample type that measures the user's height.
    bodyMassBody massA quantity sample type that measures the user's weight.
    bodyMassIndexBody mass indexA quantity sample type that measures the user's body mass index.
    leanBodyMassLean body massA quantity sample type that measures the user's lean body mass.
    bodyFatPercentageBody fat percentageA quantity sample type that measures the user's body fat percentage.
    waistCircumferenceWaist circumferenceA quantity sample type that measures the user's waist circumference.
    hipCircumferenceHip circumferenceA quantity sample type that measures the user's hip circumference.
    boneMassBone massA quantity sample type that measures the user's bone mass

Source1

{
  "resourceType": "ValueSet",
  "id": "observation-body-measurements-codes",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pe"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/phr/ImplementationGuide/hl7.fhir.uv.phr"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/phr/ImplementationGuide/hl7.fhir.uv.phr"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/phr/ValueSet/observation-body-measurements-codes",
  "version": "1.0.0-ballot2",
  "name": "ObservationBodyMeasurementsValueSet",
  "title": "Observation BodyMeasurements Codes",
  "status": "active",
  "experimental": false,
  "date": "2025-12-27T21:39:37+00:00",
  "publisher": "HL7 International / Patient Empowerment",
  "contact": [
    {
      "name": "HL7 International / Patient Empowerment",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientempowerment"
        }
      ]
    }
  ],
  "description": "Codes representing measurement items related to physical measurements",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/uv/phr/CodeSystem/observation-pghd-codes",
        "concept": [
          {
            "code": "height"
          },
          {
            "code": "bodyMass"
          },
          {
            "code": "bodyMassIndex"
          },
          {
            "code": "leanBodyMass"
          },
          {
            "code": "bodyFatPercentage"
          },
          {
            "code": "waistCircumference"
          },
          {
            "code": "hipCircumference"
          },
          {
            "code": "boneMass"
          }
        ]
      }
    ]
  }
}