Need Help Redefining Claim.Diagnosis[n].Type on the Hl7.Fhir.Model.DiagnosisComponent #3381
Unanswered
aaronkiander
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The Base FHIR specifications define Claim.Diagnosis[n].Type as a Collection of CodeableConcepts.
But the Da Vinci PAS Implementation Guide has redefined this field as a single CodeableConcept... so NOT a list.
But when we attempt to use Firely's Hl7.Fhir.Model.DiagnosisComponent, the Type field is typed as List here.
How can we use this library in C# to create a Claim that has a single Codeable Concept for Claim.Diagnosis[n].Type rather than the list?
All reactions