Hi Guillaume,
I've got the HEALTHTOOLKIT production running Guillaume - and its working great (thanks)
Could you please give me some advice on how to get the production to transform SDA to DSTU2?
I found this code:
/// FHIRMetadataSets returns a list where each display row is a FHIR metadata set Key,
/// plus " / ", plus FHIR metadata set Description.
ClassMethod FHIRMetadataSets(Output pCaption As %String, Output pTopResults, Output pResults, ByRef pParms As %String, pSearchKey As %String = "") As %Status
{
Set tSC = $$$OK
// This method returns the core FHIR package for each version that can be transformed to/from SDA.
Set pResults(1) = "HL7v40 / FHIR R4 Core Specification"
Set pResults(2) = "HL7v30 / FHIR STU3 Core Specification"
Quit tSC
}
But, I have no idea what the FHIR package is for DSTU2 - and whether or not this is the class that needs changing?
Many Thanks,
-- Paul.
- Log in to post comments