15:59:05 RRSAgent has joined #hcls 15:59:10 logging to https://www.w3.org/2023/02/23-hcls-irc 15:59:10 rrsagent, make logs public 15:59:14 Meeting: FHIR RDF 15:59:17 Chair: David Booth 16:04:56 Topic: PR status 16:05:17 eric: PR for shex is not ready yet. Needs testing against examples. 16:10:13 ... The schema for Patient needs the import statements. 16:12:45 dbooth: Daniel, any issues on your PR? 16:13:06 daniel: Not sure if integer64 change to xsd:integer will cause a problem. 16:25:07 dbooth: for fhir:date definition, xsd:dateTime is wrong. 16:26:28 ACTION: jim to give daniel the correct OWL disjunction (for the union of types) instead of xsd:dateTime for defining fhir:date 16:26:56 looking at Patient.birthDate 16:27:06 jim: _:x rdf:type rdfs:Datatype . 16:27:06 _:x owl:unionOf T(SEQ DR1 ... DRn) . 16:28:24 http://build.fhir.org/datatypes.html#code 16:39:27 jim: some of the owl:someValuesFrom have an extra blank node that causes weird display in protege: 16:39:28 [[ 16:39:36 fhir:dateTime .... 16:39:42 owl:someValuesFrom [ a rdfs:Datatype ; 16:39:42 owl:onDatatype xsd:dateTime 16:39:42 ] 16:39:44 ]] 16:40:32 eric: For fhir:dateTime and a few others, we'll want a union. But for most of the primitive types, we don't want the extra bnode with owl:someValuesFrom 16:41:42 eric: Specifically, fhir:date, fhir:dateType and fhir:decimal 16:41:44 [[ 16:41:47 fhir:date rdf:type owl:Class ; 16:41:47 rdfs:subClassOf fhir:Primitive , 16:41:47 [ rdf:type owl:Restriction ; 16:41:47 owl:onProperty fhir:v ; 16:41:49 owl:someValuesFrom [ rdf:type rdfs:Datatype ; 16:41:51 owl:unionOf ( xsd:date 16:41:53 xsd:gYear 16:41:56 xsd:gYearMonth 16:41:57 ) 16:41:59 ] 16:42:01 ] ; 16:42:03 ]] 16:43:07 rob: One PR needs a rebase 16:43:13 ACTION: Jim to rebase his PR 16:43:26 Topic: Playground 16:45:05 james: Which version of R5 should I use? 16:45:58 rob: Snapshot 3 might be a better choice. 16:49:01 rob: For v4, you should use 4.3.0 -- R4B 16:49:23 james: Patient._birthDate example fails. 16:49:37 TallTed has joined #hcls 16:49:52 eric: I didn't work hard to make sure modifier extensions work. 16:50:08 s/modifier/ 16:50:51 eric: You could just take out that example. 16:51:16 james: Eventually we'll add in a validator. 16:52:18 dbooth: Change "Show JSON-LD Editor" to "Show JSON-LD Viewer" if it is not editable by the user. 16:52:34 james: I fixed the bug of re-rendering many times. 16:54:09 dbooth: Please change "Click here to use R4" to a drop-down list of versions. 16:57:02 james: Where in the code does it load the default version? 16:57:25 eric: Try moving the files and let it do a stack dump, and see where it failed. 16:59:12 ... Use the first entry in the manifest, instead of hard-coded default. 17:00:39 james: I'll make these changes, then update my branch. 17:01:14 ... Then update the main. 17:01:28 eric: Needs to be gh-pages branch, to show up on github.io 17:02:49 s/Needs/Maybe needs/ 17:03:34 ... I'll check which branch 17:03:52 Present: Daniel Stone, Rob Hausam, James Champion, Jim Balhoff, EricP, David Booth 17:04:42 TallTed has joined #hcls 17:05:20 rrsagent, draft minutes 17:05:21 I have made the request to generate https://www.w3.org/2023/02/23-hcls-minutes.html dbooth