{
  "resourceType": "StructureDefinition",
  "id": "DataStandardsWales-Observation-VitalSigns-BodyWeight",
  "url": "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Observation-VitalSigns-BodyWeight",
  "version": "1.2.0",
  "name": "DataStandardsWalesObservationVitalSignsBodyWeight",
  "title": "Data Standards Wales Observation Vital Signs Body Weight",
  "status": "active",
  "date": "2026-02-26",
  "publisher": "NHS WALES",
  "contact": [
    {
      "name": "NHS WALES",
      "telecom": [
        {
          "system": "email",
          "value": "fhir.standards@wales.nhs.uk",
          "use": "work",
          "rank": 1
        }
      ]
    }
  ],
  "description": "Resource structure is derived from Data Standards Wales – Observation - Vital Signs. It has drawn on UK Core – Observation – Body Weight v1.0.0 (not yet included in a balloted release) for guidance on specific content and constraints for use when the observation is a Weight measurement.",
  "purpose": "To provide implementers with additional support when implementing weight measuring and to provide a consistent structure to how the data is presented.",
  "copyright": "2026 NHS Wales",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Observation-VitalSigns",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.code.coding:loinc",
        "path": "Observation.code.coding",
        "sliceName": "loinc"
      },
      {
        "id": "Observation.code.coding:loinc.code",
        "path": "Observation.code.coding.code",
        "fixedCode": "29463-7"
      },
      {
        "id": "Observation.code.coding:snomedCT",
        "path": "Observation.code.coding",
        "sliceName": "snomedCT",
        "binding": {
          "strength": "preferred",
          "valueSet": "https://fhir.nhs.wales/ValueSet/DataStandardsWales-BodyWeightMeasurements"
        }
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "min": 1,
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "Observation.value[x].unit",
        "path": "Observation.value[x].unit",
        "fixedString": "kilogram"
      },
      {
        "id": "Observation.value[x].system",
        "path": "Observation.value[x].system",
        "fixedUri": "http://unitsofmeasure.org"
      },
      {
        "id": "Observation.value[x].code",
        "path": "Observation.value[x].code",
        "fixedCode": "kg"
      }
    ]
  }
}