HL7 / ccda-to-fhir

Mappings between CCDA templates and FHIR resources
15 stars 7 forks source link

update maps to R4 format #1

Open oliveregger opened 5 years ago

oliveregger commented 5 years ago

maps are currently in R3 format e.g.:

code: for source.type make target.code

this pull requests changes the maps to the R4 syntax:

source.type -> target.code "code";

https://www.hl7.org/fhir/mapping.g4