Stream: implementers
Topic: bug in spec
Jens Villadsen (Aug 20 2020 at 20:31):
The $validate operation (http://hl7.org/implement/standards/fhir/operation-resource-validate.html) list the profile parameter as an uri type. The Meta (https://www.hl7.org/fhir/resource.html#Meta) lists profile as a canonical. Which one is correct, @Grahame Grieve ?
Grahame Grieve (Aug 20 2020 at 21:11):
they are both correct, I think. It's the difference between a search type and an element type
Jens Villadsen (Aug 20 2020 at 21:53):
I don't think so. In the $validate operation - you actually would like to pass a canonical - how else would you state the specific version of the profile?
Grahame Grieve (Aug 20 2020 at 22:14):
no you're right.
Grahame Grieve (Aug 20 2020 at 22:14):
guess it's time for a task
Jens Villadsen (Aug 24 2020 at 07:49):
https://jira.hl7.org/browse/FHIR-28312
Last updated: Apr 12 2022 at 19:14 UTC