This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

FHIR Infrastructure Minutes CC 20161107

From HL7Wiki
Jump to navigation Jump to search


FHIR Infrastructure Conference Call 3:00PM Eastern Time (Date above)

Logistics

https://global.gotomeeting.com/join/696476549
Use Gotomeeting VOIP or one of the following dial-in numbers:

Monday - 3pm-5:00pm Eastern

(note - most weeks the call will only run for 1 hour)

United States: +1 (646) 749-3117
Australia: +61 2 8355 1038
Austria: +43 1 2530 22500
Belgium: +32 27 00 6375
Canada: +1 (647) 497-9373
Denmark: +45 32 72 03 69
Finland: +358 972 52 2971
France: +33 157 329 481
Germany: +49 69 5880 7802 72
Ireland: +353 15 360 756
Italy: +39 0 230 57 81 80
Netherlands: +31 707 709 520
New Zealand: +64 9 282 9510
Norway: +47 21 93 37 37
Spain: +34 932 75 1230
Sweden: +46 775 757 471
Switzerland: +41 445 1124 85
United Kingdom: +44 20 3713 5011

Return to FHIR Infrastructure Minutes

Agenda

  • Ballot items

Attendees

  • Grahame Grieve
  • James Agnew
  • Josh Mandel
  • Kevan Riley
  • Joe Lammy (sp?)
  • Richard Ettema
  • Ron Shapiro
  • Eric Haas

Ballot items

tasks

  • 6800. Note, discussion about #6800: this is an example of what would be possible:
<Encounter>
  <id value="234"/>
  <subject>
    <resource>
      <Patient>
        <id value="231234"/>
      </Patient>
    </resource>
  </subject>
</Encounter>

{ 
  "resourceType" : "Encountered",
  "subject" : {
    "reference" : "#231234",
    "resource" : {
       "resourceType" : "Patient",
       "id" : "231234"
    }
  }
}
  • 7996
  • - (tba): Conformance renamed to CapabilityStatement. This has consequences for cross-version support - e.g. fetch conformance statement - e.g. breaking change. do we want to change from /metadata to /capability (or /capabilities). This is a better name?

Motion: Make a note in the specification about cross-version client connection issues, and suggest clients be capable of handling Conformance and CapabilityStatement when doing version check. James Agnew / Richard Ettema. 7-0-0

  • 10126. Note also considered this, and decided to add this informally to Grahame's server - consider adding to the spec later if it's popular:
 GET [base]/DocumentReference/[id]/$binary?format=[mime type or code]
 GET [base]/Media/[id]/$binary
  • 10212
  • 9450

Adjournment

22:02 CET