lantanagroup / FHIR.js

Node.JS library for serializing/deserializing FHIR resources between JS/JSON and XML using various node.js XML libraries
Apache License 2.0
104 stars 29 forks source link

Update type detection for FHIR 4.0.1 #38

Closed lschmierer closed 3 years ago

lschmierer commented 3 years ago

In FHIR 4.0.1, the type code for primitives was changed. It uses e.g ."http://hl7.org/fhirpath/System.DateTime" instead of dateTime.

This PR incorporates these changes.

Additionally profiles-resources.json, profiles-types.json and valuesets.json were updated to 4.0.1