You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User that wants to take advantage of versioning cannot use a generic mechanism for reading structure definitions alike other resources.
SELECT fhir_read_resource('{"resourceType": "STRUCTUREDEFINITION", "id": "Patient"}');
returns only the content of resource column and the structure definitions loaded initially don't contain meta sections.
So to take advantage of versioning, reading of structure definitions has to be implemented differently than all other resources or fhirbase user has to add a custom migration
Could we add the meta sections to the preloaded StructureDefinitions ?
The text was updated successfully, but these errors were encountered:
Andrzej-Pietrzak
changed the title
Defaut structure definitions lack meta section
Default structure definitions lack meta section
Jul 4, 2016
User that wants to take advantage of versioning cannot use a generic mechanism for reading structure definitions alike other resources.
SELECT fhir_read_resource('{"resourceType": "STRUCTUREDEFINITION", "id": "Patient"}');
returns only the content of resource column and the structure definitions loaded initially don't contain meta sections.
So to take advantage of versioning, reading of structure definitions has to be implemented differently than all other resources or fhirbase user has to add a custom migration
Could we add the meta sections to the preloaded StructureDefinitions ?
The text was updated successfully, but these errors were encountered: