Skip to content

Commit

Permalink
Merge pull request #467 from Nictiz/ZIBFHIR-29
Browse files Browse the repository at this point in the history
ZIBFHIR-29: Adjust Observation.code for zib-DOSScore
  • Loading branch information
pieter-edelman-nictiz authored Oct 14, 2024
2 parents d8cc2a9 + 16af7c8 commit c0a284d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions examples/nl-core-DOSScore-01.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</tr>
<tr>
<td>
<span title="'Delirium observation screening'-beoordelingsschaal (160591000146109 - SNOMED CT)">'Delirium observation screening'-beoordelingsschaal</span>
<span title="DOS-score (55681000146102 - SNOMED CT)">DOS-score</span>
</td>
<td>4</td>
</tr>
Expand Down Expand Up @@ -109,8 +109,8 @@
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="160591000146109"/>
<display value="'Delirium observation screening'-beoordelingsschaal"/>
<code value="55681000146102"/>
<display value="DOS-score"/>
</coding>
</code>
<subject>
Expand Down
6 changes: 2 additions & 4 deletions resources/zib/zib-DOSScore.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="zib-DOSScore" />
<text>
<status value="empty"/>
<div xmlns="http://www.w3.org/1999/xhtml">No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.</div>
</text>
<status value="empty" /><div xmlns="http://www.w3.org/1999/xhtml">No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.</div></text>
<url value="http://nictiz.nl/fhir/StructureDefinition/zib-DOSScore" />
<name value="ZibDOSScore" />
<title value="zib DOSScore" />
Expand Down Expand Up @@ -49,7 +47,7 @@
<patternCodeableConcept>
<coding>
<system value="http://snomed.info/sct" />
<code value="160591000146109" />
<code value="55681000146102" />
</coding>
</patternCodeableConcept>
</element>
Expand Down

0 comments on commit c0a284d

Please sign in to comment.