HCLS/ClinicalObservationsInteroperability/TerminologyExpressivity

From W3C Wiki

Requirements

Access

Enumerated list

list of valid codes

my:BRIDGPerson {
  bridg:Person.maritalStatusCode (cdisc:C76240 cdisc:C51776 cdisc:C53262 cdisc:C76241 
                     cdisc:C51777 cdisc:C51773 cdisc:C51774 cdisc:C76242 cdisc:C51775)
}

Dereferencable list

enumeration is retrievable by some protocol

my:BRIDGPerson a rs:ResourceShape ;
  rs:property [
    arg:property bridg:Person.maritalStatusCode ;
    rs:allowedValues cdisc:MaritalStatusCodes ;
    rs:occurs rs:Exactly-one
  ] .

Design issue: it may be better to ship the candidate value to the list.

Known identifier

like a dereferencable list but built into the system.

Description

identify by properties rather than full enumeration

analyte: C-reactive peptide; source: CSF

Restrictions on lists

Hierarchical

anything within a hierarchy

Leaves

any leaf nodes in a hierarchy


Resources