IHE / ITI.MHD

The Mobile access to Health Documents (MHD) Profile defines one standardized interface to health documents for use by mobile devices so that deployment of mobile applications is more consistent and reusable. The transactions defined here leverage the document content- and format-.agnostic metadata
https://profiles.ihe.net/ITI/MHD/index.html
Creative Commons Attribution 4.0 International
9 stars 6 forks source link

List-SourceId bad cast to Token #216

Closed JohnMoehrke closed 8 months ago

JohnMoehrke commented 8 months ago

Brian Postlethwaite noted on zulip chat https://chat.fhir.org/#narrow/stream/179266-fhirpath/topic/element.20name.20at.20root.20possible.3F

I did however note that the fhirpath expression in the List-SourceId search parameter has a bad cast in it. https://profiles.ihe.net/ITI/MHD/SearchParameter/List-SourceId extension('https://profiles.ihe.net/ITI/MHD/StructureDefinition/SourceId').value as Token Token isn't a valid FHIR type. @John Moehrke is that something you can log for me?

JohnMoehrke commented 8 months ago

Brian Postlethwaite

... the expression should be extension('https://profiles.ihe.net/ITI/MHD/StructureDefinition/SourceId').value.ofType(Identifier)