15:03:58 RRSAgent has joined #hcls 15:03:58 logging to http://www.w3.org/2016/08/30-hcls-irc 15:04:00 RRSAgent, make logs world 15:04:00 Zakim has joined #hcls 15:04:02 Zakim, this will be HCLS 15:04:02 ok, trackbot 15:04:03 Meeting: Semantic Web Health Care and Life Sciences Interest Group Teleconference 15:04:03 Date: 30 August 2016 15:04:07 Chair: David Booth 15:10:09 hsolbrig has joined #hcls 15:10:50 Hello? 15:11:04 hi harold. i hear you when you talk, but you do not seem to hear me. 15:11:11 can you say something? 15:11:18 yes, i hear you 15:11:25 but apparently you are not hearing me 15:15:13 Topic: Root node 15:15:32 Harold: the examples are missing the fhir:nodeRoot triple 15:17:56 q+ 15:17:58 q- 15:18:17 https://hl7-fhir.github.io/allergyintolerance-example.ttl.html 15:18:57 s/nodeRoot/nodeRole/ 15:19:16 dbooth: which examples are missing the fhir:nodeRole triple? 15:20:08 http://hl7-fhir.github.io/compartmentdefinition-encounter.ttl.html 15:21:50 ACTION: Harold to let Grahame know that fhir:nodeRole is missing from some examples such as http://hl7-fhir.github.io/compartmentdefinition-encounter.ttl.html 15:21:50 Created ACTION-68 - Let grahame know that fhir:noderole is missing from some examples such as http://hl7-fhir.github.io/compartmentdefinition-encounter.ttl.html [on Harold Solbrig - due 2016-09-06]. 15:22:29 https://github.com/w3c/hcls-fhir-rdf/issues/35 15:22:59 Topic: Issue 35: Unable to determine instance type in ConceptMap, Conformance and similar resources #35 15:23:04 https://github.com/w3c/hcls-fhir-rdf/issues/35 15:23:11 https://github.com/w3c/hcls-fhir-rdf/issues/hl7-fhir.github.io/references.html 15:23:41 http://hl7-fhir.github.io/references.html 15:24:28 harold: There's a regex in that page if you scroll down 15:25:12 15:25:13 ... With shex I found a URL that was invalid 15:25:25 15:25:39 ... but it should have had "StructureDefinition" in it 15:27:34 harold: In a second example, ConceptMap gives you three choices: 1. URI. 2. a valueset or 3. StructureDefinition 15:27:50 ... But valueset is the one whose type we cannot determine. 15:28:17 ... Nothing in the resource tells us whether it is a bad resource ref or a good valueset ref 15:28:57 ... My inclination is to have a different predicate for valueset ref than resource ref. 15:28:59 fhir:ConceptMap.sourceReference @ 15:29:14 fhir:ConceptMap.sourceReference @ 15:29:19 s/resource/structure def/ 15:29:36 ... At the moment we cannot tell from the predicate what it is supposed to be. 15:30:03 fhir:link 15:30:08 ... I Propose that we close issue 35, and open a new issue specifically on this. 15:30:23 Gopi has joined #hcls 15:31:16 fhir:link ; 15:32:02 ... But that BenefitsInc URL is bad also, because "eligibility" should have an initial capital 15:32:19 ... And is supposed to be either EligibilityRequest or EligibilityResponse 15:32:41 s/or EligibilityResponse// 15:32:45 s/either // 15:34:06 Topic: ValueSets 15:34:17 harold: another issue I encountered: the required valuesets were all type code, so shex validation only did type code validation. But they've now introduced 15:34:40 documentreference-example 15:34:41 ... A valueset that is a structure (CodeableConcept), so I need to figure out how to handle it 15:35:06 ... The composition status is required, and its a CodeableConcept. 15:35:13 Topic: No-required valueset 15:35:18 s/set/sets/ 15:35:27 s/No-/Non-/ 15:35:56 harold: The other thing Eric and I worked on was non-required valuesets 15:36:58 fhirvs:identifier-use ["usual" "official" "temp" "secondary"] 15:37:27 fhirvs:optional-vs EXTERNAL 15:38:37 harold: this is how a valueset is shown. EXTERNAL indicates that the shape for that URI is on a server somewhere. 15:38:37 fhirvs:optional-vs {} 15:39:30 ... I'm temporarily changing them to the empty-shape-expression so that they are always considered valid. 15:39:51 ... Eric is putting together the REST server for shex. we'll propose a standards minimal REST API. 15:40:19 ... So that if you hit an EXTERNAL, the server can know how to invoke the validator. 15:42:20 james: Is federated shex validators something that you are introducing, or is there a precedent for it? 15:43:24 harold: There's nothing in the shex recommendation at the moment, but what led to it is that eric's parser correctly sees this EXTERNAL thing, and to resolve it I would have had to write a javascript module, but I'm a python guy. 15:43:58 james: You'll have a reference that will be an IRI, most likely http? 15:44:47 harold: The shape spec says that all are URIs. And the REST signature right now, if you want to validate using the server, you give it the shape you want to validate against, the graph you want to validate, and optionally the focus node. 15:45:15 james: And the location of the server? 15:45:39 ... You have no standard for communicating between the servers. 15:45:58 ... In SPARQL you need a SERVICE call with a URL. 15:46:26 harold: We have a shex validation service that is the equivalent to a SPARQL service. 15:47:14 ... We want to make the machinery work, and then if it looks like a good enough idea, then propose it as a standard. 15:48:08 ... One of the parameters that will feed to eric's shex validator is the URI of a validator. If we were really clever like SPARQL, we could find what endpoint knows about this stuff. 15:48:20 james: In SPARQL the URL has to be the URL of the remote service. 15:49:08 ... But this is a different situation. So I suggest you think about the requirements on the URIs. YOu won't be able to put blank nodes there, or UUIDs there. They'll have to be http URLs. 15:50:29 eric: If the EXTERNAL throw away a guarantee performance then that doesn't seem like a showstopper. 15:50:49 james: You cannot use blank nodes, unless you have some resolution process defined. 15:51:26 harold: The resolution is on the shape level. We probably shoulnd't allow blank shape names in the EXTERNAL position. 15:52:05 eric: As soon as you go across the wire, you lose the ability to ref nodes (easily), and the ability to ref blank node shapes. But I don't blank node shapes are a real issue. 15:52:13 james: And you won't be able to ref URNs 15:52:33 eric: Disagree. If I'm using URNs, I don't need to resolve them. 15:54:27 ... If you have a concise bounded description, then you could use that. 15:56:51 dbooth: James' overall concern is that the mechanism that harold and eric come up with be standarizable (with interop) and the restrictions on the valueset space is clear. 15:58:49 james: concerned about the consequences of doing remote validation of shex server 16:02:18 ADJOURNED 16:02:23 rrsagent, draft minutes 16:02:23 I have made the request to generate http://www.w3.org/2016/08/30-hcls-minutes.html dbooth 16:05:22 Present: Gopi, Rob Hausam, James Anderson, Harold Solbrig, EricP, David Booth 16:05:25 rrsagent, draft minutes 16:05:25 I have made the request to generate http://www.w3.org/2016/08/30-hcls-minutes.html dbooth 18:30:49 Zakim has left #hcls 21:03:19 trackbot, start meeting 21:03:21 RRSAgent, make logs world 21:03:21 Zakim has joined #hcls 21:03:23 Zakim, this will be HCLS 21:03:23 ok, trackbot 21:03:24 Meeting: Semantic Web Health Care and Life Sciences Interest Group Teleconference 21:03:24 Date: 30 August 2016 21:05:14 Topic: Remaining deliverables 21:05:15 http://wiki.hl7.org/index.php?title=RDF_for_Semantic_Interoperability#Deliverables_and_Editors 21:10:15 dbooth: Regarding #6, we need to be able to tell people where to download the code to convert between FHIR XML/JSON <--> FHIR TTL 21:13:12 thomas: Grahame said that the HAPI implementation includes RDF. 21:13:31 rob: i don't think it does. 21:14:24 thomas: I could do that with HAPI, if it handles RDF. 21:16:51 ACTION: Thomas Lukasik to try running the HAPI or other ref implementations to convert to and from FHIR RDF and document how 21:16:51 Error finding 'Thomas'. You can review and register nicknames at . 21:19:14 Topic: Deliverable #9 Test Suite 21:20:16 dbooth: Sounds like we don't need deliverable #9, because grahame designed the examples for good examples. 21:20:58 Topic: 8. Tutorial or example of using FHIR RDF and FHIR ontology 21:22:02 dbooth: Tony 21:25:35 dbooth: Tony's document is the closest we have so far. 21:26:32 eric: What would go into the ontology page? list of links, descriptions, manifest of what's in them. Tutorial might be on the same page. 21:27:07 ... I see it as being mostly examples. 21:28:57 ... Ontology page could be didactic, rather than just references. 21:31:27 dbooth: Are Harold or Guoqian using the FHIR ontology? 21:31:36 eric: no, only the shex. 21:32:17 dbooth: Need someone who is using the FHIR ontology 21:32:36 Topic: Reference implementations 21:32:51 thomas: HAPI code does not yet support RDF. 21:33:35 ... But I discovered an executable version of Grahame's implementation as an executable, and it only requires a SQL server. 21:35:03 dbooth: If you can get it to run, and convert an example from FHIR XML or JSON to FHIR TTL and back again, then you can declare victory. 21:36:23 thomas: I downloaded it from http://www.healthintersections.com.au/FhirServer/fhirserver.htm 21:38:15 Topic: US Gov Leading the Way to Semantic Web with Linked Data 21:38:45 thomas: Article was all about RDF and how great it is, but in the comments someone mentioned that RDF is not a format. 21:39:03 ... This reminded me of FHIR. 21:40:07 eric: we've side-stepped that issue by putting the word Turtle in appropriate places. 21:40:37 dbooth: I've also used the word "representation" to avoid the word "format". 21:41:18 Topic: Define canonical FHIR RDF https://github.com/w3c/hcls-fhir-rdf/issues/34 21:41:51 eric: my concern: there's plenty to do before we need to define one. low priority. 21:43:55 dbooth: Grahame commented last week that we cannot retain the URI on a root node because there's no place to put it in FHIR XML or JSON. 21:44:06 dbooth: though we could define an extension for saving it. 21:46:06 eric: Can ignore whitespace. You canonicalize the encoding and data values so you can string compare the two documents for equality. 21:47:45 eric: could use ordered RDF. 21:50:54 dbooth: How about if we say that round tripping is RDF-->XML/JSON-->RDF but not necessarily RDF-->XML/JSON-->RDF? 21:52:50 eric: Could order the triples according to the shex schema 21:53:49 ... the validator has an ordered list of triples 21:54:37 ... so bnodes would be ordered according to that list (i.e., in what order they were seen) 22:00:01 dbooth: Are we in agreement that it is enough for us to ensure rounding tripping from FHIR XML/JSON to FHIR TTTL and back to FHIR XML/JSON, and end up with equivalent document, i.e., equal after canonicalization. 22:01:53 ... We do not need to define round tripping that originates with FHIR RDF and returns to FHIR RDF. There would be some inherent lossiness in round-tripping in that direction, which is implied by the canonicalization. 22:02:40 ... That degree of lossiness is lossiness of unimportant information. 22:03:13 ... The meaning would not changed. No change to the clinical information, but some URIs or blank nodes might change 22:04:41 ... The meaning would not change. 22:06:38 Present+ (5PM:) Thomas_Lukasik, Rob_Hausam, Eric_P, David_Booth 22:07:09 AGREED: We can take this approach and close issue #34 22:07:15 https://github.com/w3c/hcls-fhir-rdf/issues/34 22:07:23 ADJOURNED 22:07:27 rrsagent, draft minutes 22:07:27 I have made the request to generate http://www.w3.org/2016/08/30-hcls-minutes.html dbooth 22:08:20 i/Topic: Remaining/Topic: ================== 5PM Call =================/ 22:08:22 rrsagent, draft minutes 22:08:22 I have made the request to generate http://www.w3.org/2016/08/30-hcls-minutes.html dbooth