cqf-tooling icon indicating copy to clipboard operation
cqf-tooling copied to clipboard

Need to special case "id" in ModelInfo generation

Open JPercival opened this issue 4 years ago • 0 comments

Currently, the ModelInfo generation is typing the FHIR Resource.id element as System.String. According to the FHIR spec this is a FHIR.id, but the issue is that the source structure definitions are incorrect. Until that's fixed the tooling needs to special case that.

JPercival avatar Jul 06 '20 23:07 JPercival