argonautproject / data-query

The Argonaut Data Query Implementation Guide is based upon the core FHIR DSTU2 API and it documents the security and authorization and the querying of the ONC Common Clinical Data Set and static documents.
http://build.fhir.org/ig/argonautproject/data-query
6 stars 4 forks source link

ElementDefinition ids invalid according to IG Publisher #60

Open cmoesel opened 6 years ago

cmoesel commented 6 years ago

The IG publisher flags ids as invalid if they contain characters like : , [, and ]. The Argonaut Data Query IG has IDs like this in every StructureDefinition. For example:

"id" : "Condition:argoprofile",
"id" : "Condition:argoprofile.id",
"id" : "Condition:argoprofile.onset[x]",

@Healthedata1 indicated this is a bug in the IG and should be submitted as an issue against Argonaut DQ. See: https://chat.fhir.org/#narrow/stream/99-IG-creation/subject/DSTU2.20invalid.20ids/near/203445