{
  "resourceType": "StructureDefinition",
  "id": "UKCore-Observation-VitalSigns-BodyHeight",
  "url": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-VitalSigns-BodyHeight",
  "version": "0.1.1",
  "name": "UKCoreObservationVitalSignsBodyHeight",
  "title": "UK Core Observation Vital Signs Body Height",
  "status": "draft",
  "date": "2025-11-06",
  "publisher": "HL7 UK",
  "contact": [
    {
      "name": "HL7 UK",
      "telecom": [
        {
          "system": "email",
          "value": "ukcore@hl7.org.uk",
          "use": "work",
          "rank": 1
        }
      ]
    }
  ],
  "description": "Defines the additional constraints and extensions on the UK Core Observation Vital Signs profile, for recording body height for adults and body length for infants and children . Body height / length is expected to be recorded in meters (m) or centimetres (cm) as per https://www.datadictionary.nhs.uk/nhs_business_definitions/height.html?hl=height.",
  "purpose": "To provide implementers with additional support when implementing length / height measuring and to provide a consistent structure to how the data is presented.",
  "copyright": "Copyright © 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at  http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at  https://www.hl7.org/fhir/license.html.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-VitalSigns",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "binding": {
          "strength": "preferred",
          "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-BodyHeightMeasurements"
        }
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "min": 1,
        "type": [
          {
            "code": "Quantity"
          }
        ],
        "binding": {
          "strength": "required",
          "description": "Include codes from http://unitsofmeasure.org where canonical = m",
          "valueSet": "http://hl7.org/fhir/ValueSet/all-distance-units"
        }
      }
    ]
  }
}