Stream: implementers
Topic: us core "direct"
Nick George (Mar 07 2019 at 21:18):
Hello, the profile for Us Core Direct 1.1.0 has spaces and quotation marks for the (supposedly computer-friendly) name field:
"name" : "Email is a "direct" email",
https://www.hl7.org/fhir/us/core/StructureDefinition-us-core-direct.json.html
Is that a bug?
Grahame Grieve (Mar 07 2019 at 23:30):
There's a rendering bug in the json/html code. the json itself at https://www.hl7.org/fhir/us/core/StructureDefinition-us-core-direct.json is properly escaped. But that name should be the title...
Nick George (Mar 08 2019 at 00:32):
yeah the escaping is fine, but it's still a pretty awkward "name"
Eric Haas (Mar 08 2019 at 09:52):
that is a bug in the spreadsheet generated extensions. I should have caught it sooner since I know about it. the name should be : 'us_core_direct '
I will make a tracker to remind myself to fix it.
Last updated: Apr 12 2022 at 19:14 UTC