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

Eric Daley
Marco Visser
Rick GeimerxEric HaasxMarten Smits

Yunwei Wang

scribeEric 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 ZautkexGino 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 Torkzadehx
Brian PostlethwaitexJoanne 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












Rob McClurex

Minutes Approval

Withdrawn IGs

Backporting CodeableReference extensions to R4

  • Vocab have a couple of extensions using CR data type
  • Ease backporting of CR to R4
  • To port to R4, we can say it is choice between CodeableConcept and Reference but not both
  • Bas: The version page already stated how extension works in such situation. https://build.fhir.org/versions.html#extensions
  • Such extension is translated/converted to complex extension
  • Grahame, we could add a explanation in the extension IG how the CR extension works in R4
  • Rob M: So there is a pattern for using complex extensions for data types or extensions defined in R5 to be used in R4
  • Lloyd: This what would look like:
{
  "resourceType" : "ValueSet",
  "extenion" : [
    {
      "url" = "http://hl7.org/fhir/StructureDefinition/patient-sexParameterForClinicalUse",
      "extension" : [
        {
          "url" : "value",
          "valueCodeableConcept": ...
        },
        {
          "url" : "period",
          "valuePeriod": ...
        },
        {
          "url" : "comment",
          "valueString": ...
        },
        {
          "url" : "supportingInfo",
          "extension" : [   
            {
              "url": "_datatype",
              "valueString": "CodeableReference",
            },    
            {
              "url" = "http://hl7.org/fhir/5.0/StructureDefinition/extension-Extension.valueCodeableReference",
              "extension" : [
                {
                  "url" : "concept",
                  "valueCodeableConcept": ...
                },
                {
                  "url" : "reference",
                  "valueReference": ...
                }
              ]
            }
          ]
        }
      ]
    }
  }
  • Lloyd: though the StructureDefinition of extension says that supportInfo  shall not have extension but the validator should recognize that the data type CodeableReference  is not defined in R4 and automatically accept the complex extension as replacement of value[x]
  • there are two options for representing this complex extenion
          "extension" : [   
            {
              "url" = "http://hl7.org/fhir/5.0/StructureDefinition/extension-Extension.valueCodeableReference",
              "extension" : [
                {
                  "url" : "concept",
                  "valueCodeableConcept": ...
                },
                {
                  "url" : "reference",
                  "valueReference": ...
                }
              ]
            }
          ]
         "extension" : [   
            {
              "url": "_datatype",
              "valueString": "CodeableReference",
            },    
            {
              "url" : "concept",
              "valueCodeableConcept": ...
            },
            {
              "url" : "reference",
              "valueReference": ...
            }
          ]
  • Item parked. Will continue discussion either on zulip or next week

Jurisdiction ValueSet

https://chat.fhir.org/#narrow/stream/179280-fhir.2Finfrastructure-wg/topic/Jurisdiction

  • Reopen  FHIR-36933 - Getting issue details... STATUS
    • Grahame Grieve / Rick Geimer: 8-0-0
  • Approve  FHIR-36933 - Getting issue details... STATUS
    • Grahame Grieve / Yunwei Wang: 8-0-0

Tracker

FHIR-41808 - Getting issue details... STATUS

  • Gino, would like to move these to extension IG
  • Lloyd, some description need to be updated before moving to extension IG
  • Gino will update descriptions and come back next week

FHIR-41738 - Getting issue details... STATUS

  • Lloyd applied changes from last Monday's discussion
  • Grahame found some rending issues and will investigate
  • Lloyd will continue working on this one.


Adjournment

Adjourned at 17:00 ET

Action Items

  • Type your task here, using "@" to assign to a user and "//" to select a due date