{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "BodyWeight",
  "id": "body-weight",
  "title": "Body Weight",
  "description": "This code is for body weight",
  "version": "1.0.0",
  "url": "http://example.org/ValueSet/body-weight",
  "compose": {
    "include": [
      {
        "system": "http://loinc.org",
        "concept": [
          {
            "code": "29463-7"
          }
        ]
      }
    ]
  }
}