Skip to content

Commit

Permalink
fixing tags github action
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Nov 30, 2023
1 parent 9793284 commit f7934c4
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions deploy/data/individuals_av.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,73 @@
"label": "male"
}
},
{
"ethnicity": {
"id": "NCIT:C41261",
"label": "British"
},
"geographicOrigin": {
"id": "GAZ:00002641",
"label": "England"
},
"id": "HG00097",
"interventionsOrProcedures": [
{
"procedureCode": {
"id": "OPCS4:K06.1",
"label": "OPCS(v4-0.0):Repositioning of transposed great arteries"
}
}
],
"measures": [
{
"assayCode": {
"id": "LOINC:35925-4",
"label": "BMI"
},
"date": "2021-09-24",
"measurementValue": {
"unit": {
"id": "NCIT:C49671",
"label": "Kilogram per Square Meter"
},
"value": "25.62278441"
}
},
{
"assayCode": {
"id": "LOINC:3141-9",
"label": "Weight"
},
"date": "2021-09-24",
"measurementValue": {
"unit": {
"id": "NCIT:C28252",
"label": "Kilogram"
},
"value": "64.5722"
}
},
{
"assayCode": {
"id": "LOINC:8308-9",
"label": "Height-standing"
},
"date": "2021-09-24",
"measurementValue": {
"unit": {
"id": "NCIT:C49668",
"label": "Centimeter"
},
"value": "158.7485"
}
}
],
"sex": {
"id": "NCIT:C16576",
"label": "female"
}
},
{
"ethnicity": {
"id": "NCIT:C41261",
Expand Down

0 comments on commit f7934c4

Please sign in to comment.