Antitrust Statement
Professional Associations, such as HL7, which bring together competing entities are subject to strict
scrutiny under applicable antitrust laws. HL7 recognizes that the antitrust laws were enacted to promote
fairness in competition and, as such, supports laws against monopoly and restraints of trade and their
enforcement. Each individual participating in HL7 meetings and conferences, regardless of venue, is
responsible for knowing the contents of and adhering to the HL7 Antitrust Policy as stated in §05.01 of
the Governance and Operations Manual (GOM).
Agenda
- Approve FHIR Infrastructure Minutes CC 2023-08-21
- Review WGM Schedule
- Issues left from previous meeting
Attendees
Lloyd McKenzie | Chair | Emma Jones | Mamata Allscripts | ||
Josh Mandel | X | Eric Daley | Marco Visser | X | |
Rick Geimer | Scribe | Eric Haas | Marten Smits | ||
Yunwei Wang | X | Eric Heflin | Mary Winter | ||
Ron Shapiro | Ewout Kramer | Matt Blackmon | |||
Grahame Grieve | X | Frank McKinney | Michelle Barry | ||
Abigail Watson | Frank Olthuijsen | Mohammad Jafari | |||
Alberto Llanes | Fred Marsh | Nick Radov | |||
Alex Goel | Gheisha-Ly Rosario Diaz | Oliver Egger | |||
Alex Kontur | Gigi Mendenhall | Patrick Murta | |||
Alexander Zautke | Gino Canessa | X | Paul Church | X | |
Anne Perry | Irina Angel | Paul Denning | |||
Bas van den Heuvel | X | Isac Vetter | Peter Muir | ||
Brett Marquard | Jamie Smith | Rachel Foerster | |||
Brian Alper | Jay Lyle | Richard Ettema | X | ||
Brian Kaney | Jeff Brown | Riki Merrick | |||
Brian Phinney | Jeff Danford | Rita Torkzadeh | |||
Brian Postlethwaite | Joanne Dehnbostel | Rob Hausam | |||
Brianna Mathiowetz | Joe Lamy | Rob Langezaal | |||
Bryn Rhodes | John D'Amore | Ruben Daniels | |||
Chandrakant Bhoslay | John Conley | Sean Muir | |||
Chris Moesel | John Moehrke | Thanh-Thien Nguyen | |||
Christiaan Knaap | Jose Costa Teixeria | Thomas Kessler | |||
Christopher Brancato | Joseph Lamy | Thomas Zhou | |||
Cooper Thompson | Joseph Shook | Tony Julian | |||
Daniel Gottlieb | Karl Naden | Vadim Peretokin | |||
David Hill | Kenneth Myhra | Vassil Peytchev | |||
David Riddle | Khalid Shahin | Ward Weistra | |||
Kyle Binns | X | ||||
Labor Day (Sept 4)
- Agreed to cancel FHIR-I call that day.
Minutes Approval
- Motion to approve FHIR Infrastructure Minutes CC 2023-08-21
- Rick Geimer/Yunwei Wang: 9-0-1
WGM Agenda Updates
UTG Discussion
- FMG asked FHIR-I to review/discuss. Done.
Backporting CodeableReference
- Zulip discussion: https://chat.fhir.org/#narrow/stream/179280-fhir.2Finfrastructure-wg/topic/Backporting.20CodeableReference
- Considering the datatype extension: https://build.fhir.org/ig/HL7/fhir-extensions/StructureDefinition-datatype.html. But unfortunately value[x] is constrained to string instead of a URL, and also the extension.url value ends with _datatype instead of just datatype.
- The extension is referenced from the following normative page, so may not be an option to change it:
https://hl7.org/fhir/versions.html#extensions - Other option would be to create a new extension for codeable reference.
- Lloyd crafted several options for discussion in notepad++, see below. Will continue the discussion next time.
{
"url" : "http://hl7.org/fhir/StructureDefinition/individual-genderIdentity",
{
"url" : "supportingInfo",
"extension" : [
{
"url" : "concept",
"valueCodeableConcept": ...
},
{
"url" : "reference",
"valueReference": ...
}
]
}
}
{
"url": "http://hl7.org/fhir/StructureDefinition/individual-genderIdentity",
{
"url" : "supportingInfo",
"extension" : [{
"url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-Extension.valueCodeableReference",
"extension" : [{
"url" : "concept",
"valueCodeableConcept": ...
},
{
"url" : "reference",
"valueReference": ...
}]
}]
}
}
{
"_resourceType" : "Observation",
"extension" : [{
"url" : "http://hl7.org/fhir/6.0/StructureDefinition/extension-Observation.valueCodeableReference",
"extension" : [{
"url" : "concept",
"valueCodeableConcept": ...
},
{
"url" : "reference",
"valueReference": ...
}]
}]
}
{
"_resourceType": "Encounter",
"diagnosis": {
"extension" : [{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Observation.diagnosis.condition",
"extension" [{
"url" : "concept",
"valueCodeableConcept": ...
},
{
"url" : "reference",
"valueReference": ...
}]
}]
}
}
{
"_resourceType" : "EpisodeOfCare",
"extension" : [{
"url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-EpisodeOfCare.reason",
"extension" : [{
"url" : "use",
"valueCodeableConcept" : ...
}, {
"url" : "value",
"extension" : [{
"url" : "concept",
"valueCodeableConcept": ...
},
{
"url" : "reference",
"valueReference": ...
}]
}]
}]
}
{
"url" : "someInt64|stringExtension",
"valueString" : "SomeLongInt"
}
Adjournment
Action Items
- Type your task here, using "@" to assign to a user and "//" to select a due date