You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm interested in creating an example instance of ICO that represents a signed informed consent form on a given date for a patient in a study.
Does anyone already have such an example?
Here is my shot at starting to mock one up, please do let me know what I am missing to make this valid (e.g., how do I link to the id for a patient that signed the consent form?):
:instance-signing
a owl:NamedIndividual ;
a ico:00000018 ; #"informed consent form signed by human subject"
bfo:00000051 :instance-signing-date; # "has part"
:instance-signing-date
a owl:NamedIndividual ;
a ico:0000036 ; # "informed consent form signing date"
obi:0001938 :instance-signing-date-value-specification ;
:instance-signing-date-value-specification
a owl:NamedIndividual ;
a obi:0001933 ; # "value specification"
obi:0001937 "2012-09-24"^^xsd:date .
Cheers,
Nolan
The text was updated successfully, but these errors were encountered:
Hello,
I'm interested in creating an example instance of ICO that represents a signed informed consent form on a given date for a patient in a study.
Does anyone already have such an example?
Here is my shot at starting to mock one up, please do let me know what I am missing to make this valid (e.g., how do I link to the id for a patient that signed the consent form?):
Cheers,
Nolan
The text was updated successfully, but these errors were encountered: