LinuxForHealth / hl7v2-fhir-converter

Converts HL7 v2 Messages to FHIR Resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove "urn:uuid:" from UUIDs so they validate with FHIR validator

cragun47 opened this issue · comments

Describe the bug
UUIDs of form "urn:uuid:" now fail in the latest FHIR validator.

"severity" : "error",
  "code" : "structure",
  "details" : {
   "text" : "UUIDs must be valid"
  },
  "expression" : ["Bundle.entry[0].fullUrl"]

To Reproduce
Run any current output of the converter through the FHIR validator.

Expected behavior
UUIDs should validate

In Release 1.0.13