Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Date & Time

20:00 UTC Wednesday 9th November 2016 

GoToMeeting Details

Click here to see GoToMeeting joining information

Goals

  • To discuss Compositional Grammar document migration and feedback
  • To report on progress with Expression Constraint Language v1.1
  • To discuss outcomes of SNOMED URI discussions in Wellington
  • To progress SNOMED Template Syntax

Attendees 

Apologies

Observers

Agenda and Meeting Notes

Advanced Tables - Table Plus
border2
rowStylesbackground-color:#ccccff;font-weight:bold;,background-color:"#eeeeff";font-weight:normal;,background-color:#eeffff;font-weight:normal;
autoNumberSorttrue
autoNumbertrue
enableSortingfalse
Description
Owner
Notes

Welcome, introductions and apologies

 
Agenda reviewReview agenda for today's meeting
Compositional Grammar
  • Document migration to http://snomed.org/scg
  • Feedback
    • numericValue = decimalValue / integerValue
      integerValue = (["-"/"+"] digitNonZero *digit ) / zero 
      decimalValue = integerValue "." 1*digit
    • How to represent -0.5
  • Solution A (which allows "+0" and "-0.00")
    • numericValue = ["-"/"+"] (decimalValue / integerValue)
      integerValue = (digitNonZero *digit ) / zero
      decimalValue = integerValue "." 1*digit

  • Solution B (which does not allow "+0" and "-0.00"

    • numericValue = decimalValue / integerValue
      integerValue = (["-"/"+"] digitNonZero *digit ) / zero
      decimalValue = (integerValue "." 1*digit) / (("-"/"+") zero "." *zero digitNonZero *digit)

  • Requires parser update (http://apg.ihtsdotools.org) and github update (parser)
Expression Constraint Language v1.1
URI Standard

URIs for SNOMED syntaxes

URIs for SNOMED syntax instances

URIs for SNOMED syntax instances - with versioning

Hexidecimal Characters (not for ".", "-", "_", "~")
    • %20  “ ” (or use "+")
      %21  “!”
      %22  “"”
      %23  “#”
      %24  “$”
      %25  “%”
      %26  “&”
      %27  “’”
      %28  “(“
      %29  “)”
      %2A  “*”
      %2B  “+”
      %2C  “,”
      %2F  “/”
      %3A  “:”
      %3B  “;”
      %3C  “<“
      %3D  “=“
      %3E  “>”
      %3F  “?”
      %40  “@”
      %5B  “[“
      %5C  “\”
      %5D  “]”
      %5E  “^”
      %60  “`”
      %7B  “{“
      %7C  “|”
      %7D  “}”
Upgrade "SNOMED URI Standard" to "SNOMED IRI Standard"?
Template Syntax 
Confirm next meeting date/timeNext meeting to be held at 20:00 UTC on Wednesday 7th December

Meeting Files

Attachments