Stream: committers
Topic: Binding
Eric Haas (Jul 17 2016 at 20:57):
Once again I'm tripped up by the binding names. I'm trying to bind to CareTeamProviderRole in the DiagnosticRequest. Its defined in CareTeam which is listed before DiagnosticRequest in fhir.ini. I thought I just name it and am good to go. but getting a build error Error: Error Parsing Resource diagnosticrequest: Binding name CareTeamParticipantRole could not be resolved in local spreadsheet
Grahame Grieve (Jul 17 2016 at 20:58):
the only binding names that are shared between resources are the ones in bindings.xml
Grahame Grieve (Jul 17 2016 at 20:59):
if you want to use the same binding, you have to copy paste it to your other spreadsheet, and then change the reference to reference the value set by it'scanonical url, not directly
Eric Haas (Jul 17 2016 at 21:03):
Ok got it
Last updated: Apr 12 2022 at 19:14 UTC