Changes for page 5 Data Structure Definition and Dataset
Last modified by Elena on 2025/09/10 11:19
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -403,46 +403,61 @@ 403 403 404 404 Sub classes 405 405 406 -//UncodedObservationValue// 406 +//UncodedObservationVal ue// 407 407 408 408 CodedObservation 409 409 )))| 410 410 |//UncodedObservatio nValue//|((( 411 411 Abstract class 412 + 412 412 Inherits from 414 + 413 413 //ObservationValue// 416 + 414 414 Sub classes 415 -OtherUncodedMeasureValue 418 + 419 +OtherUncodedMeasureVa lue 420 + 416 416 TextMeasureValue 417 417 )))| 418 418 |OtherUncodedMeasu reValue|((( 419 419 Inherits from 420 -//UncodedObservationValue// 425 + 426 +//UncodedObservationVal ue// 421 421 )))|An observation that has a text value. 422 422 | |value|The value of the Uncoded Observation. 423 423 | |startTime|This attribute is only used if the textFormat of the Measure is of the Timespan type in the Data Structure Definition (in which case the value field takes a duration). 424 424 |TextMeasureValue|((( 425 425 Inherits from 426 -//UncodedObservationValue// 432 + 433 +//UncodedObservationVal ue// 427 427 )))|An observation that has a localised text value 428 428 | |text|The localised text values. 429 429 |CodedObservation|((( 430 430 Inherits from 438 + 431 431 //ObservationValue// 432 432 )))|An Observation that takes its value from a code in a Code list. 433 433 | |+valueOf|Association to the Code that is the value of the Observation. Note that this is a conceptual association showing that the Code must exist in the Codelist(s) associated with the Measure(s) in the Data Structure Definition. In the actual Data Set the value of the Code is placed in the Observation. 434 434 |//AttributeValue//|((( 435 435 Abstract class 444 + 436 436 Sub classes 446 + 437 437 //DataAttributeValue// //MetadataAttributeValu e// 438 438 )))|Represents the value for any Attribute reported in the Dataset, i.e., Data or Metadata Attribute. 439 439 |//DataAttributeValu e//|((( 440 440 Abstract class 451 + 441 441 Inherits from 453 + 442 442 //AttributeValue// 455 + 443 443 Sub classes 444 -//UncodedAttributeValue 445 -CodedAttributeValue// 457 + 458 +//UncodedAttributeValue// 459 + 460 +//CodedAttributeValue// 446 446 )))|The value of a Data Attribute, such as the instance of a Coded Attribute or of an Uncoded Attribute in a structure such as a Data Structure Definition. 447 447 | |+valueFor|((( 448 448 Association to the Data Attribute defined in the Data Structure Definition. Note that this is conceptual association as the Concept is identified explicitly in the data set. ... ... @@ -456,14 +456,20 @@ 456 456 )))|The value of a Metadata Attribute, as specified in the Metadata Structure Definition, which is linked in the Data Structure Definition 457 457 |//UncodedAttributeV alue//|((( 458 458 Inherits from 474 + 459 459 //AttributeValue// 476 + 460 460 Sub classes 478 + 461 461 OtherUncodedAttribute 480 + 462 462 Value 482 + 463 463 TextAttributeValue 464 464 )))| 465 465 |OtherUncodedAttri buteValue|((( 466 466 Inherits from 487 + 467 467 //UncodedObservationVal ue// 468 468 )))|An attribute value that has a text value 469 469 | |value|The value of the Uncoded attribute. ... ... @@ -470,11 +470,13 @@ 470 470 | |startTime|This attribute is only used if the textFormat of the attribute is of the Timespan type in the Data Structure Definition (in which case the value field takes a duration). 471 471 |TextAttributeValu e|((( 472 472 Inherits from 494 + 473 473 //UncodedAttributeValue// 474 474 )))|An attribute that has a localised text value 475 475 | |text|The localised text values. 476 476 |CodedAttributeVal ue|((( 477 477 Inherits from 500 + 478 478 //AttributeValue// 479 479 )))|An attribute that takes it value from a Code in Code list. 480 480 | |+valueOf|Association to the Code that is the value of the Attribute Value. Note that this is a conceptual association showing that the Code must exist in the Code list associated with the Data Attribute in the Data Structure Definition. In the actual Data Set the value of the Code is placed in the Attribute Value.