Skip to content

Commit

Permalink
Update for individualID (#430)
Browse files Browse the repository at this point in the history
* Update for individualID

* Rebuild NF.jsonld, json

---------

Co-authored-by: nf-osi[bot] <[email protected]>
  • Loading branch information
anngvu and nfosi-service authored Apr 19, 2024
1 parent 78eb822 commit 5a53577
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 7 additions & 6 deletions NF.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -4592,16 +4592,17 @@
"sms:displayName" : "batchID",
"sms:required" : "sms:false"
}, {
"@id" : "bts:individualID",
"@type" : "rdfs:Class",
"rdfs:comment" : "A unique identifier (non-PII) that represents the individual from which the data came. This could be a patient or animal ID.",
"rdfs:label" : "individualID",
"rdfs:subClassOf" : [ ],
"@id" : "bts:individualID",
"schema:isPartOf" : {
"@id" : "http://schema.biothings.io/"
},
"sms:displayName" : "individualID",
"sms:required" : "sms:true"
"sms:required" : "sms:true",
"sms:validationRules" : [ "list like" ],
"rdfs:label" : "individualID",
"rdfs:comment" : "A unique identifier (non-PII) that represents the individual from which the data came. This could be a patient or animal ID.",
"@type" : "rdfs:Class",
"sms:displayName" : "individualID"
}, {
"rdfs:subClassOf" : [ ],
"@id" : "bts:failedQC",
Expand Down
2 changes: 2 additions & 0 deletions modules/props.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,8 @@ slots:
description: A unique identifier (non-PII) that represents the individual from
which the data came. This could be a patient or animal ID.
required: true
annotations:
validationRules: list like
individualIdSource:
description: Database or repository to which individual ID maps
notes:
Expand Down

0 comments on commit 5a53577

Please sign in to comment.