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

ZIBFHIR-29: Adjust Observation.code for zib-DOSScore #467

Merged
merged 1 commit into from
Oct 14, 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
6 changes: 3 additions & 3 deletions examples/nl-core-DOSScore-01.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Observation xmlns="http://hl7.org/fhir">

Check warning on line 1 in examples/nl-core-DOSScore-01.xml

View workflow job for this annotation

GitHub Actions / Strict QA on changed materials

Best Practice Recommendation: In general, all observations should have a performer (at Observation)
<id value="nl-core-DOSScore-01"/>
<meta>
<profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-DOSScore"/>
Expand All @@ -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
Loading