Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension changes #3257

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/datatypes/elementdefinition.xml
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@
<Cell ss:StyleID="s88"><Data ss:Type="String">y</Data><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s88"><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s88"><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s88"><Data ss:Type="String">Name for element to display with or prompt for element</Data><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s88"><Data ss:Type="String">String to display with or prompt for element</Data><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s89"><Data ss:Type="String">A single preferred label which is the text to display beside the element indicating its meaning or to use to prompt for the element in a user display or form.</Data><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s90"><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s89"><Data ss:Type="String">See also the extension [[[http://hl7.org/fhir/StructureDefinition/elementdefinition-question]]]</Data><NamedCell ss:Name="_FilterDatabase"/></Cell>
Expand Down Expand Up @@ -1016,7 +1016,7 @@
<Cell ss:StyleID="s88"><Data ss:Type="String">Corresponding codes in terminologies</Data><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s89"><Data ss:Type="String">A code that has the same meaning as the element in a particular terminology.</Data><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s90"><Data ss:Type="String">Links the meaning of an element to an external terminology, and is very useful for searching and indexing</Data><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s89"><Data ss:Type="String">The concept SHALL be properly aligned with the data element definition and other constraints, as defined in the code system, including relationships, of any code listed here. Where multiple codes exist in a terminology that could correspond to the data element, the most granular code(s) should be selected, so long as they are not more restrictive than the data element itself. The mappings may be used to provide more or less granular or structured equivalences in the code system</Data><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s89"><Data ss:Type="String">The concept SHALL be properly aligned with the data element definition and other constraints, as defined in the code system, including relationships, of any code listed here. Where multiple codes exist in a terminology that could correspond to the data element, the most granular code(s) should be selected, so long as they are not more restrictive than the data element itself. The mappings may be used to provide more or less granular or structured equivalences in the code system.&#xA;This is used for both mapping to formal terminologies as well as to informal collections of data elements provided they can be treated as a 'system' (i.e. a single namespace with a canonical URI). For mappings to more complex structures not identifiable with a single id, use the ElementDefinition.mapping structure.</Data><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s90"><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s91"><Data ss:Type="String">./code (root or translation)</Data><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s91"><Data ss:Type="String">OM1.7</Data><NamedCell ss:Name="_FilterDatabase"/></Cell>
Expand Down Expand Up @@ -2904,7 +2904,7 @@
<Cell ss:StyleID="s88"><Data ss:Type="String">Map element to another set of definitions</Data><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s89"><Data ss:Type="String">Identifies a concept from an external specification that roughly corresponds to this element</Data><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s90"><Data ss:Type="String">Provides guidance to implementers familiar with or converting content from other specifications</Data><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s89"><Data ss:Type="String">Mappings are not necessarily specific enough for safe translation</Data><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s89"><Data ss:Type="String">Mappings are not necessarily specific enough for safe translation. Note that ElementDefinition.code can provide a mapping to terminologies or other simple data element collections.</Data><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s90"><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s92"><Data ss:Type="String">N/A (MIF territory)</Data><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s92"><NamedCell ss:Name="_FilterDatabase"/></Cell>
Expand Down
2 changes: 1 addition & 1 deletion source/datatypes/meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@
<Cell ss:StyleID="s74"><Data ss:Type="String">When the resource version last changed</Data><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s75"><Data ss:Type="String">When the resource last changed - e.g. when the version changed</Data><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s83"><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s75"><Data ss:Type="String">This element is generally omitted in instances submitted in a PUT or POST. Instead, it is populated in the response instance and when retrieving information using a GET. The server / resource manager sets this value; what a client provides is irrelevant. This is equivalent to the HTTP Last-Modified and SHOULD have the same value on a [read](http.html#read) interaction</Data><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s75"><Data ss:Type="String">This element is generally omitted in instances submitted in a PUT or POST. Instead, it is populated in the response instance and when retrieving information using a GET. The server / resource manager sets this value; what a client provides is irrelevant. This is equivalent to the HTTP Last-Modified and SHOULD have the same value on a [read](http.html#read) interaction.&#xa;&#xa;There may be situations where the returned data elements might change *without* any change to the lastUpdated element. For example, if a server returns a code and its corresponding display by using a foreign-key reference to the code system, updates to the code system that affect the display name might not be reflected in the lastUpdated value of the resource holding the code. It is also possible that an underlying record might be updated in a way that isn't actually surfaced in the FHIR resource (e.g. changing non-exposed metadata) that would cause lastUpdated to change even when there is no apparent change in the data.</Data><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s83"><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s84"><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s84"><NamedCell ss:Name="_FilterDatabase"/></Cell>
Expand Down