FHIR Chat · Vonk Release · implementers

Stream: implementers

Topic: Vonk Release


view this post on Zulip Christiaan Knaap (Dec 02 2019 at 12:30):

Just before DevDays AMS we released version 3.1.0 of Vonk FHIR Server.
On the public endpoint you can now try the FHIR Mapper. This plugin is not yet included in the distribution.
Further changes are in the releasenotes.
We have also released an update to the 2.x range: 2.2, for those who are not ready to upgrade to 3.x yet.

view this post on Zulip Vadim Peretokin (Dec 02 2019 at 12:37):

As an example on the FHIR Mapper (an implementation of the FHIR Mapping Language for .NET), try this:

POST https://vonk.fire.ly/StructureMap/FHIRMapperTutorial/$transform with the body as this custom resource:

{
    "resourceType":"FakeInpatientDrugChart",
    "mpi":"13027305-4623-4b3a-9ef7-006cf4bb5592",
    "patientName":"Sam Fhirman",
    "dateOfBirth":"1988-01-01",
    "contact":{
        "address":"My Home Address 1234",
        "email":"sam@fhir_is_awesome.org",
        "telephone":"+1 123456 7890"
    },
    "guardian": [
        {
            "name":"Alexander Fhirman",
            "address":"My Home Address 1234",
            "email":"alexander@fhir_is_awesome.org",
            "telephone":"+1 09876 54321"
        },
        {
            "name":"Susan Fhirman",
            "address":"My Home Address 1234",
            "email":"susan@fhir_is_awesome.org",
            "telephone":"+1 09876 54321"
        }
    ],
    "weight":"85.5",
    "height":"185",
    "pregnant":true,
    "gender":"female",
    "prescribedDrug": [
        {
            "drug":"citalopram",
            "dose":"1 tablet daily",
            "route":"oral"
        }
    ],
    "drugSensitivity": [
        {
            "drugOrSubstance":"Cashew nuts",
            "reaction":"anaphylactic reaction",
            "dateRecorded":"2014-10-09"
        }
    ]
}

view this post on Zulip Vadim Peretokin (Dec 02 2019 at 12:38):

Complete instructions for getting setup and using your own input/output logical models and writing your own maps are available @ http://docs.simplifier.net/mappingengine/index.html like mentioned :)

view this post on Zulip nicola (RIO/SS) (Dec 02 2019 at 13:28):

Maybe we need a separate stream for commercial FHIR server's news? We will use it as well :)

view this post on Zulip Grahame Grieve (Dec 02 2019 at 17:28):

#tooling


Last updated: Apr 12 2022 at 19:14 UTC