{S}[B] Status [i] | proposed |
---|---|
Provenance | |
Used by | |
Contributors | |
Source (2.0.0) |
Type: object
Description: Definition of a measurement class. Provenance: GA4GH Phenopackets v2 Measurement
Property | Type |
---|---|
assayCode | https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/ontologyTerm.json [LINK] |
date | string (date) |
measurementValue | |
notes | string |
observationMoment | ./timeElement.json |
procedure | ./procedure.json |
Class that describes the assay used to produce the measurement. Renamed compared to GA4GH Phenopackets v2 Measurement.assay
assayCode
Value Example{
"id" : "LOINC:26515-7",
"label" : "Platelets [#/volume] in Blood"
}
Date of measurement. Addition compared to Phenopackets model.
The result of the measurement
Unstructured text to describe this measurement. Addition compared to Phenopackets model.
notes
Value Example"Some free text"
Moment in time at which measurement was performed. RECOMMENDED. Renamed compared to GA4GH Phenopackets v2 Measurement.time_observed
observationMoment
Value Example{
"age" : {
"iso8601duration" : "P53Y8M"
}
}
Clinical procedure performed to acquire the sample used for the measurement
procedure
Value Example{
"code" : {
"id" : "NCIT:C5189",
"label" : "Radical Cystoprostatectomy"
}
}