Stream: VHDir - Validated Healthcare Directory
Topic: Qualification Types
Jesse Zuckerman (Jul 31 2019 at 20:03):
@Alex Kontur With multiple types of qualifications, what is the best way to distinguish between them? For example in the list of example codes, there are types of degrees, licenses and certificates, but it is not distinguishable which code belongs to which type, which is very helpful for searching. Could the system field be mapped to either 'degree', 'license' or 'certificate'? Or would an extension field be needed?
Alex Kontur (Aug 01 2019 at 13:38):
Because the binding strength is "example", you can use any value set you want. Therefore I would probably create a new one, either using the same codes but adding in some hierarchy ("is-a" relationships), or a simpler value set with just the high-level concepts that are relevant to your implementation.
David Hay (Aug 03 2019 at 19:23):
We had an issue with the difference between 'real' degrees (something that proves a level of competence) and registrations (where some authority says you are allowed to practice). These all go in the 'qualification' element, but we are planning to use an extension to distinguish them explicitly (rather than needing to examine code.system) - along with other extensions for registration type info...
Syed (Aug 07 2019 at 11:03):
Hi I was trying to use builtin r4 model on organization for vhdir profile is there any way to generate the java model objects for profiles VhDir-organization
Syed (Aug 07 2019 at 11:03):
How to generate Java Model classes from FHIR resources?
java xml hl7-fhir hapi hapi-fhir
I was trying to understand how the model classes are getting generated for given FHIR Resource in the below linkhttp://build.fhir.org/ig/HL7/VhDir/StructureDefinition-vhdir-organization.html
can see XML schema, Json-schema & Schematron, Is there any way to generate the Source java classes from it ?
Brian Postlethwaite (Aug 08 2019 at 09:08):
I'd suggest asking questions on HAPI in the #hapi stream.
Brian Postlethwaite (Aug 08 2019 at 09:09):
You don't typically create special class for each guide, you can use the same core definitions that come with the HAPI or dotnet libraries.
Brian Postlethwaite (Aug 08 2019 at 09:09):
They are compliant with any conformant guide.
Jesse Zuckerman (Aug 13 2019 at 13:34):
Does anyone have an example of how a medical school degree would be mapped?
Last updated: Apr 12 2022 at 19:14 UTC