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

Attendees

Lloyd McKenzie
ChairEmma Jones
Mamata Allscripts
Josh Mandel
XEric Daley
Marco VisserX
Rick GeimerScribeEric Haas
Marten Smits

Yunwei Wang

XEric Heflin
Mary Winter
Ron Shapiro
Ewout Kramer
Matt Blackmon
Grahame GrieveXFrank 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 CanessaXPaul ChurchX
Anne Perry

Irina Angel


Paul Denning
Bas van den HeuvelXIsac Vetter
Peter Muir
Brett Marquard
Jamie Smith
Rachel Foerster
Brian Alper
Jay Lyle
Richard EttemaX
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 BinnsX













Labor Day (Sept 4)

  • Agreed to cancel FHIR-I call that day.

Minutes Approval

WGM Agenda Updates

UTG Discussion

  • FMG asked FHIR-I to review/discuss. Done.

Backporting CodeableReference


{
  "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