Stream: dotnet
Topic: Compartment and Search metadata in Fhir dotnet api
Muhammad Abubakar Ikram (Nov 14 2018 at 12:18):
1. Is the information, that which resource belongs to which compartment is included in the fhir dotnet api? or any other workaround that I could get this (http://build.fhir.org/compartmentdefinition-patient.html) information in a .net project?
2. Is the information, that which search parameter belongs to which resource is included in the fhir dotnet api? or any other workaround that I could get this information in a .net project?
Brian Postlethwaite (Nov 14 2018 at 20:50):
The search parameters that are standard defined are in the FHIR.Model.modelinfo static class
Brian Postlethwaite (Nov 14 2018 at 20:51):
Compartment not yet.
Muhammad Abubakar Ikram (Nov 15 2018 at 10:23):
@Brian Postlethwaite Thank you so much it helped me a lot.
Is there any information included in fhir net api about global search parameters? for example _id, _lastUpdated?
Is there any information included in fhir net api about response result search parameters? for example _count, _sort?
Brian Postlethwaite (Nov 15 2018 at 10:37):
Nothing on those, as they're pretty simple. I've code them into my server.
Brian Postlethwaite (Nov 15 2018 at 10:38):
There might be something in the SearchParam class though.
Muhammad Abubakar Ikram (Nov 23 2018 at 16:42):
@Brian Postlethwaite are the all valuesets listed in fhirNetApi? like FHIRAllTypes?
Brian Postlethwaite (Nov 23 2018 at 21:29):
Only ones that have a required binding to a code value.
Last updated: Apr 12 2022 at 19:14 UTC