Stream: shorthand
Topic: Code display name syntax?
Jean Duteau (Mar 25 2020 at 21:18):
In my instance, I'm setting the Organization.type with the system/code/display:
- type = OrgType#1 "Pharmaceutical Company"
But the display isn't being carried through to the generated examples:
"type": [
{
"coding": [
{
"code": "1",
"system": "urn:oid:2.16.840.1.113883.3.989.2.1.1.2"
}
]
}
],
Is the syntax changed because that is what it shows in the reference.
Chris Moesel (Mar 25 2020 at 22:20):
This has been fixed in our current code but not yet released. Look for a new release by the end of the week with this bug fix in it.
Last updated: Apr 12 2022 at 19:14 UTC