Skip to content

Commit

Permalink
uploading AV individuals data
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Nov 28, 2023
1 parent f824b44 commit 657a4dc
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions deploy/data/individuals_av.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
[
{
"ethnicity": {
"id": "NCIT:C42331",
"label": "African"
},
"id": "AV0101",
"interventionsOrProcedures": [
{
"procedureCode": {
"id": "OPCS4:L46.3",
"label": "OPCS(v4-0.0):Ligation of visceral branch of abdominal aorta NEC"
}
}
],
"measures": [
{
"assayCode": {
"id": "LOINC:35925-4",
"label": "BMI"
},
"date": "2021-09-24",
"measurementValue": {
"unit": {
"id": "NCIT:C49671",
"label": "Kilogram per Square Meter"
},
"value": "26.63838307"
}
},
{
"assayCode": {
"id": "LOINC:3141-9",
"label": "Weight"
},
"date": "2021-09-24",
"measurementValue": {
"unit": {
"id": "NCIT:C28252",
"label": "Kilogram"
},
"value": "85.6358"
}
},
{
"assayCode": {
"id": "LOINC:8308-9",
"label": "Height-standing"
},
"date": "2021-09-24",
"measurementValue": {
"unit": {
"id": "NCIT:C49668",
"label": "Centimeter"
},
"value": "179.2973"
}
}
],
"sex": {
"id": "NCIT:C20197",
"label": "male"
}
}
]

0 comments on commit 657a4dc

Please sign in to comment.