Stream: hapi
Topic: HAPI contexts
Kevin Mayfield (Jul 26 2017 at 07:41):
If I'm starting a new DSTU2 project, which context should I use? The answer seems to be the HL7.Org version (e.g. FhirContext ctxFHIR = FhirContext.forDstu2Hl7Org();) as this includes validation support. Have also noticed a couple of fixes in the resources it genenerates.
Kevin Mayfield (Jul 26 2017 at 07:43):
We also have a number of HAPI servers, some not that well developed yet and wondering if we should re-engineer those to this context and HL7.org fhir classes?
Kevin Mayfield (Jul 26 2017 at 07:44):
The hl7.org (dstu2) classes appear to be similar to those used stu3, which would imply it's easier to move from Dstu2Hl7Org structures to stu3 structures.
Last updated: Apr 12 2022 at 19:14 UTC