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

Fix/unique sites #48

Merged
merged 2 commits into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
extend tests with strahlenart
  • Loading branch information
[email protected] committed Jul 31, 2024
commit bf3f2ffe3ed57f7cf675a74ee51f7481edb07800
16 changes: 12 additions & 4 deletions src/test/resources/FHIR_oBDS_Expected-File-4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2533,10 +2533,10 @@
</request>
</entry>
<entry>
<fullUrl value="http://example.com/Procedure/stsf6a2876a834ef8ef"/>
<fullUrl value="http://example.com/Procedure/stsde3ebabc59509400"/>
<resource>
<Procedure>
<id value="stsf6a2876a834ef8ef"/>
<id value="stsde3ebabc59509400"/>
<meta>
<profile value="http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Procedure-Strahlentherapie"/>
</meta>
Expand All @@ -2545,7 +2545,15 @@
<valueCodeableConcept>
<coding>
<system value="http://dktk.dkfz.de/fhir/onco/core/CodeSystem/ApplikationsartCS"/>
<code value="PRCJ"/>
<code value="PRCJST4D"/>
</coding>
</valueCodeableConcept>
</extension>
<extension url="Strahlenart">
<valueCodeableConcept>
<coding>
<system value="http://dktk.dkfz.de/fhir/onco/core/CodeSystem/StrahlenartCS"/>
<code value="UH"/>
</coding>
</valueCodeableConcept>
</extension>
Expand Down Expand Up @@ -2619,7 +2627,7 @@
</resource>
<request>
<method value="PUT"/>
<url value="Procedure/stsf6a2876a834ef8ef"/>
<url value="Procedure/stsde3ebabc59509400"/>
</request>
</entry>
<entry>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -516,10 +516,13 @@
<Applikationsart>
<Perkutan>
<Radiochemo>RCJ</Radiochemo>
<Stereotaktisch>ST</Stereotaktisch>
<Atemgetriggert>4D</Atemgetriggert>
<Zielgebiet>
<CodeVersion2021>9.10</CodeVersion2021><!--caution, different nodes: CodeVersion2014|CodeVersion2021-->
</Zielgebiet>
<Seite_Zielgebiet>L</Seite_Zielgebiet>
<Strahlenart>UH</Strahlenart>
<Gesamtdosis>
<Dosis>30</Dosis>
<Einheit>Gy</Einheit>
Expand Down