FHIR Chat · docs · mapping-framework

Stream: mapping-framework

Topic: docs


view this post on Zulip David Hay (Feb 09 2019 at 19:38):

Where are the docs for the mapping engine? (the one in the validation jar provided by the project)...

view this post on Zulip Grahame Grieve (Feb 10 2019 at 01:07):

the engine? or the langauge?

view this post on Zulip David Hay (Feb 10 2019 at 07:23):

the engine. Just how to execute the .jar ...

view this post on Zulip Morten Ernebjerg (Feb 12 2019 at 16:58):

Was this answered offline? - I'd also be interested in the answer.

view this post on Zulip Grahame Grieve (Feb 13 2019 at 11:14):

no it isn't yet answered... I'll get to it after HIMSS

view this post on Zulip David Hay (Feb 21 2019 at 00:26):

ping!

view this post on Zulip Chris Grenz (Apr 01 2019 at 16:00):

Really want to muck around with the mapping language, but can't seem to get it to work:

Arguments: vs-example-isa.json -transform http://example.com/StructureMap/simple1 -ig exmap.map -output mapout.json -ig hl7.fhir.core
  .. connect to tx server @ http://tx.fhir.org
  .. definitions from hl7.fhir.core#4.0.0
    (v4.0.0)
+  .. load IG from exmap.map
+  .. load IG from hl7.fhir.core
   ... Using version 4.0.0
 ...Failure: null

@Grahame Grieve ??

view this post on Zulip Chris Grenz (Apr 01 2019 at 16:00):

exmap.map:

map "http://example.com/StructureMap/simple1" = "Simple example"

uses "http://hl7.org/fhir/StructureDefinition/ValueSet" as source
uses "http://hl7.org/fhir/StructureDefinition/ValueSet" as target

group grp1 (source src : ValueSet, target tgt : ValueSet)
{
  log 'Got to this point';
  src.status -> tgt.status;
}

Last updated: Apr 12 2022 at 19:14 UTC