FHIR Chat · Forge support for DSTU3 · dotnet

Stream: dotnet

Topic: Forge support for DSTU3


view this post on Zulip Binu DGIT (Dec 13 2016 at 07:50):

Can I make DSTU3 profile using Forge ?

view this post on Zulip Michel Rutten (Dec 13 2016 at 12:34):

@Binu DGIT Forge currently only supports DSTU2. It is technically possible to convert STU3 datatype and resource structure definitions to DSTU2 format and subsequently load these into Forge. The authored profiles can then be converted back to STU3 format. However this is quite involved and we only support this for Forge customers with a service level agreement.
We will upgrade all our tooling (FHIR .NET API, Forge, Simplifier, Spark) after the official publication of STU3.

view this post on Zulip Binu DGIT (Dec 14 2016 at 04:04):

@Michel Rutten thanks for the response. Primarily I am looking for the addition of "identifier" and reference to "encounter" in DSTU3 for ClinicalImpression resource. Those changes are really required for us. Can we add those two attributes as extension in DSTU2 profile? or do we have any other work around?

view this post on Zulip Michel Rutten (Dec 14 2016 at 11:01):

@Binu you could manually create a custom DSTU2 core resource definition of the STU3 ClinicalImpression resource structure. Then you can create a profile based on this custom core resource definition. I think you can do all this using Forge, but as I mentioned it is a bit involved. You might have to hack the custom core profile using an XML editor.

view this post on Zulip Michel Rutten (Dec 14 2016 at 11:02):

Another approach would be to simply add some custom extensions to the DSTU2 profile. Then you could author an XSLT transform that converts the DSTU2 profile into a STU3 profile, mapping the custom extension elements in the DSTU2 structure to the new structure elements introduced in STU3.

view this post on Zulip Binu DGIT (Dec 14 2016 at 11:28):

It is bit lengthy work around.. It seems better to proceed with the DSTU2 profiles with required extensions.
Suddenly I am facing the following error while am creating profile
pasted image

view this post on Zulip Michel Rutten (Dec 14 2016 at 12:03):

@Binu hmm this suggests that the input is malformed XML. Can you describe steps to reproduce and/or post your (Bundle) resource?

view this post on Zulip Binu DGIT (Dec 15 2016 at 04:09):

1. click new profile
2. choose any resource type
3. change any cardinality
4. Save as
thats it.. error on the page

view this post on Zulip Binu DGIT (Dec 15 2016 at 04:09):

2016-12-14T15:28:10
Forge Forge 14.4.1 for DSTU2
FHIR DevDays 2016 Edition (hotfix)
Version: Version 14.4.1.0 (ClickOnce)
FHIR Version: Fhir.NET library for 1.0.2


An unexpected error occured:

The 'Bundle' start tag on line 3 position 2 does not match the end tag of 'entry'. Line 91, position 5.


Last updated: Apr 12 2022 at 19:14 UTC