diff --git a/hdr_schemata/models/GWDM/2.0/schema.json b/hdr_schemata/models/GWDM/2.0/schema.json index 69a380e..2f7859e 100644 --- a/hdr_schemata/models/GWDM/2.0/schema.json +++ b/hdr_schemata/models/GWDM/2.0/schema.json @@ -322,7 +322,7 @@ "description": "Please indicate if the dataset is representative of the patient pathway and any limitations the dataset may have with respect to pathway coverage. This could include if the dataset is from a single speciality or area, a single tier of care, linked across two tiers (e.g. primary and secondary care), or an integrated care record covering the whole patient pathway.", "title": "Pathway" }, - "followup": { + "followUp": { "anyOf": [ { "$ref": "#/$defs/Followup" @@ -1078,7 +1078,7 @@ "Observation": { "additionalProperties": false, "properties": { - "observedNode": { + "measuredNode": { "allOf": [ { "$ref": "#/$defs/StatisticalPopulationConstrainedV2" @@ -1133,7 +1133,7 @@ } }, "required": [ - "observedNode", + "measuredNode", "measuredValue", "observationDate", "measuredProperty"