FHIR IG Statistics: StructureDefinition/DataStandardsWales-Observation-VitalSigns-BodyWeight
Package | fhir.r4.wales.test |
Resource Type | StructureDefinition |
Id | DataStandardsWales-Observation-VitalSigns-BodyWeight |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=fhir.r4.wales.test@1.0.0&canonical=https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Observation-VitalSigns-BodyWeight |
URL | https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Observation-VitalSigns-BodyWeight |
Version | 1.0.0 |
Status | draft |
Date | 2025-01-01 |
Name | DataStandardsWalesObservationVitalSignsBodyWeight |
Title | Data Standards Wales Observation Vital Signs Body Weight |
Realm | us |
Authority | hl7 |
Description | Resource structure is based on UKCore-Observation-VitalSigns-BodyWeight v1.0.0 which is not yet included in a balloted release. Added manually to prevent structure deviation and to support NHS Wales projects. Once available, the resource will be updated and derived from UK Core. Defines the additional constraints and extensions on the Data Standards Wales Observation Vital Signs profile |
Purpose | To provide implementers with additional support when implementing weight measuring and to provide a consistent structure to how the data is presented. |
Copyright | 2025 NHS Wales |
Type | Observation |
Kind | resource |
Resources that use this resource
No resources found
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "DataStandardsWales-Observation-VitalSigns-BodyWeight",
"url": "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Observation-VitalSigns-BodyWeight",
"version": "1.0.0",
"name": "DataStandardsWalesObservationVitalSignsBodyWeight",
"title": "Data Standards Wales Observation Vital Signs Body Weight",
"status": "draft",
"date": "2025-01-01",
"publisher": "NHS WALES",
"contact": [
{
"name": "NHS WALES",
"telecom": [
{
"system": "email",
"value": "fhir.standards@wales.nhs.uk",
"use": "work",
"rank": 1
}
]
}
],
"description": "Resource structure is based on UKCore-Observation-VitalSigns-BodyWeight v1.0.0 which is not yet included in a balloted release. Added manually to prevent structure deviation and to support NHS Wales projects. Once available, the resource will be updated and derived from UK Core. Defines the additional constraints and extensions on the Data Standards Wales Observation Vital Signs profile",
"purpose": "To provide implementers with additional support when implementing weight measuring and to provide a consistent structure to how the data is presented.",
"copyright": "2025 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",
"description": "Resource structure is based on UKCore-X vX.X.X which is not yet included in a balloted release. Added manually to prevent structure deviation and to support NHS Wales projects. Once available, the resource will be updated and derived from UK Core. A code from the SNOMED CT UK coding system for weight measurements.",
"valueSet": "https://fhir.nhs.wales/ValueSet/DataStandardsWales-BodyWeightMeasurements"
}
},
{
"id": "Observation.subject",
"path": "Observation.subject",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient",
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Device",
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Location",
"http://hl7.org/fhir/StructureDefinition/Group"
]
}
]
},
{
"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"
}
]
}
}