https://w3id.org/omop/ontology/assisted_source_value
For Survey Conduct: Source value representing whether patient required assistance to complete the survey. Example: 'Completed without assistance', 'Completed with assistance'.
DOMAIN | PROPERTY | RANGE |
---|---|---|
Survey conduct | Assisted source value | string |
@prefix omop: <https://w3id.org/omop/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
omop:assisted_source_value a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Assisted source value"^^xsd:string ;
rdfs:comment "For Survey Conduct: Source value representing whether patient required assistance to complete the survey. Example: 'Completed without assistance', 'Completed with assistance'."@en ;
rdfs:domain omop:SurveyConduct ;
rdfs:range xsd:string ;
omop:omop_cdm_name "survey_conduct.assisted_source_value#239 AS str"^^xsd:string .