{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "BodyHeight",
  "id": "body-height",
  "title": "Body Height",
  "description": "Height used together with body weight to calculate BMI",
  "version": "1.0.0",
  "url": "http://example.org/ValueSet/body-height",
  "compose": {
    "include": [
      {
        "system": "http://loinc.org",
        "concept": [
          {
            "code": "8302-2"
          }
        ]
      }
    ]
  }
}