{S}[B] Status [i] | implemented |
---|---|
Provenance | |
Used by | |
Contributors | |
Source (v1.0.0) |
Type: object
Description: Age range
Property | Type |
---|---|
end | https://schemablocks.org/schemas/sb-phenopackets/v1.0.0/Age.json [LINK] |
start | https://schemablocks.org/schemas/sb-phenopackets/v1.0.0/Age.json [LINK] |
Age as an ISO8601 string.
end
Value Example{
"age" : "P16Y6M"
}
Age as an ISO8601 string.
start
Value Example{
"age" : "P12Y"
}
AgeRange
Value Example{
"end" : {
"age" : "P18Y"
},
"start" : {
"age" : "P12Y"
}
}