sb-phenopackets AgeRange [ ↗ ]

{S}[B] Status [i]
implemented
Provenance
Used by
Contributors
Source (v1.0.0)

Attributes

Type: object
Description: Age range

Properties

PropertyType
endhttps://schemablocks.org/schemas/sb-phenopackets/v1.0.0/Age.json [LINK]
starthttps://schemablocks.org/schemas/sb-phenopackets/v1.0.0/Age.json [LINK]

end

Age as an ISO8601 string.

end Value Example
{
   "age" : "P16Y6M"
}

start

Age as an ISO8601 string.

start Value Example
{
   "age" : "P12Y"
}

AgeRange Value Example

{
   "end" : {
      "age" : "P18Y"
   },
   "start" : {
      "age" : "P12Y"
   }
}