FHIR Chat · publishing issue · committers

Stream: committers

Topic: publishing issue


view this post on Zulip Rik Smithies (Jun 01 2017 at 15:29):

There is some strange text in the JSON tab of the Extension Content part of extension definitions.

" // sliced by value:url in the specified orderOpen"

and the [ braces don't seem correct. Is this a publishing bug or am I just not reading this right?

e.g.
http://hl7.org/fhir/extension-11179-de-administrative-status.html
JSON tab says:

JSON Template

{ // administrative-status
// from Element: extension
"extension" : [ // sliced by value:url in the specified orderOpen <<<< This part
],
"url" : "http://hl7.org/fhir/StructureDefinition/11179-de-administrative-status", // R!
"valueCodeableConcept" : { CodeableConcept } //Value of extension
}

DSTU2 was like this, which seems correct:
JSON Template

{ // Status of internal processing
// from Element: extension
"url" : "http://hl7.org/fhir/StructureDefinition/11179-de-administrative-status", // R!
"valueCodeableConcept" : { CodeableConcept } // R! Value of extension
}

view this post on Zulip Grahame Grieve (Jun 01 2017 at 20:44):

can you create a task to fix this please

view this post on Zulip Rik Smithies (Jun 01 2017 at 21:44):

http://gforge.hl7.org/gf/project/fhir/tracker/?action=TrackerItemEdit&tracker_item_id=13473


Last updated: Apr 12 2022 at 19:14 UTC