Stream: conformance
Topic: fhir.diff.json
Michael Lawley (Jun 16 2018 at 04:05):
When I look at http://build.fhir.org/fhir.diff.json
I see things like the below. Note the binding changes show no difference -- is this because the references should be versioned?
"CodeSystem": { "elements": { "CodeSystem.valueSet": { "removed-types": [ "uri" ], "added-types": [ "canonical" ] }, "CodeSystem.content": { "binding-codes-changed": true, "added-codes": [ "supplement" ], "binding-status": "changed", "old-binding": { "reference": "http://hl7.org/fhir/ValueSet/codesystem-content-mode", "strength": "required" }, "new-binding": { "reference": "http://hl7.org/fhir/ValueSet/codesystem-content-mode", "strength": "required" } }, "CodeSystem.supplements": { "status": "new" }, "CodeSystem.property.type": { "binding-codes-changed": true, "added-codes": [ "decimal" ], "binding-status": "changed", "old-binding": { "reference": "http://hl7.org/fhir/ValueSet/concept-property-type", "strength": "required" }, "new-binding": { "reference": "http://hl7.org/fhir/ValueSet/concept-property-type", "strength": "required" } }, "CodeSystem.concept.property.value[x]": { "added-types": [ "decimal" ] } }, "status": "changed" },
Grahame Grieve (Jun 16 2018 at 04:43):
I don't know. At least partly because this part is not maintained and is one of the big things I have to do between now and the ballot
Last updated: Apr 12 2022 at 19:14 UTC