Skip to content

Commit

Permalink
Merge pull request #3154 from HL7/jdlnolen-FHIR-33041
Browse files Browse the repository at this point in the history
made changes for FHIR-33041
  • Loading branch information
grahamegrieve authored Sep 27, 2024
2 parents 71e9fb0 + 45beb24 commit d22fa85
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
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

0 comments on commit d22fa85

Please sign in to comment.