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

made changes for FHIR-33041 #3154

Merged
merged 4 commits into from
Sep 27, 2024
Merged
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
5 changes: 5 additions & 0 deletions source/observation/codesystem-observation-status.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@
<display value="Registered"/>
<definition value="The existence of the observation is registered, but there is no result yet available."/>
</concept>
<concept>
<code value="specimen-in-process"/>
<display value="Specimen-in-Process"/>
<definition value="The specimen being processed in the laboratory but no results are available yet."/>
</concept>
<concept>
<code value="preliminary"/>
<display value="Preliminary"/>
Expand Down
2 changes: 1 addition & 1 deletion source/observation/structuredefinition-Observation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
<valueString value="default: final"/>
</extension>
<path value="Observation.status"/>
<short value="registered | preliminary | final | amended | corrected | appended | cancelled | entered-in-error | unknown"/>
<short value="registered | specimen-in-process | preliminary | final | amended | corrected | appended | cancelled | entered-in-error | unknown"/>
<definition value="The status of the result value."/>
<comment value="This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid."/>
<requirements value="Need to track the status of individual results. Some results are finalized before the whole report is finalized."/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
</element>
<element id="RiskAssessment.status">
<path value="RiskAssessment.status"/>
<short value="registered | preliminary | final | amended | corrected | appended | cancelled | entered-in-error | unknown"/>
<short value="registered | specimen-in-process | preliminary | final | amended | corrected | appended | cancelled | entered-in-error | unknown"/>
<definition value="The status of the RiskAssessment, using the same statuses as an Observation."/>
<min value="1"/>
<max value="1"/>
Expand Down
3 changes: 2 additions & 1 deletion source/status-codes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3379,6 +3379,7 @@
<Cell ss:StyleID="s65"><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s65"><Data ss:Type="String">registered</Data><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s65"><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s65"><Data ss:Type="String">specimen-in-process</Data><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s65"><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s65"><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s65"><NamedCell ss:Name="_FilterDatabase"/></Cell>
Expand Down Expand Up @@ -3843,7 +3844,7 @@
<Cell ss:StyleID="s65"><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s65"><Data ss:Type="String">registered</Data><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s65"><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s65"><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s65"><Data ss:Type="String">specimen-in-process</Data><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s65"><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s65"><NamedCell ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s65"><NamedCell ss:Name="_FilterDatabase"/></Cell>
Expand Down