Unverified Commit 30f69ebf authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

rename MeasurementCollectionSession into ObservationCollectionExecution,...

rename MeasurementCollectionSession into ObservationCollectionExecution, remove hasParticipant. closes #32
parent 11c0fafc
Loading
Loading
Loading
Loading
Loading
+5 −13
Original line number Diff line number Diff line
@@ -178,14 +178,6 @@ s4ehaw:hasMeasurement rdf:type owl:ObjectProperty ;
                     rdfs:label "has measurement"@en .


###  https://saref.etsi.org/saref4ehaw/hasParticipant
s4ehaw:hasParticipant rdf:type owl:ObjectProperty ;
                      rdfs:domain s4ehaw:MeasurementCollectionSession ;
                      rdfs:range s4ehaw:HealthActor ;
                      rdfs:comment "A measurement session has health actors as participants (caregiver controling the session, patient monitored during the session)."@en ;
                      rdfs:label "has participant"@en .


###  https://saref.etsi.org/saref4ehaw/hasPatient
s4ehaw:hasPatient rdf:type owl:ObjectProperty ;
                  rdfs:domain s4ehaw:Caregiver ;
@@ -694,11 +686,11 @@ s4ehaw:LegalConstraint rdf:type owl:Class ;
                       rdfs:label "Legal constraint"@en .


###  https://saref.etsi.org/saref4ehaw/MeasurementCollectionSession
s4ehaw:MeasurementCollectionSession rdf:type owl:Class ;
                                    rdfs:subClassOf saref:Task ;
                                    rdfs:comment "Task in which a health actor (mainly a patient or a user) is subject of measurement collection (recording) by both some measurement-related health Device (e.g. Sensor, Wearable, ECG Device...) and a health actor (mainly a caregiver)."@en ;
                                    rdfs:label "Measurement collection session"@en .
###  https://saref.etsi.org/saref4ehaw/ObservationCollectionExecution
s4ehaw:ObservationCollectionExecution rdf:type owl:Class ;
                                    rdfs:subClassOf saref:ProcedureExecution ;
                                    rdfs:comment "Execution consisting in collecting observations in which a health actor (mainly a patient or a user) is subject of measurement collection (recording) by both some measurement-related health Device (e.g. Sensor, Wearable, ECG Device...) and a health actor (mainly a caregiver). Use saref:madeBy to link to the HealthActor or the Device that made it. Use saref:observes to link to the patient. Use saref:hasResult to link to the result, an ObservationCollection"@en ;
                                    rdfs:label "Observation Collection Execution"@en .


###  https://saref.etsi.org/saref4ehaw/MeasurementFunction