File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6161 "extension" : [
6262 {
6363 "url" : " https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay" ,
64- "valueString" : " 1 - Test Value string 123456 COVID19 vaccination"
64+ "valueString" : " Test Value string 123456 COVID19 vaccination"
6565 },
6666 {
6767 "url" : " http://hl7.org/fhir/StructureDefinition/coding-sctdescid" ,
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ def test_vaccination_procedure_code_no_matching_extension_url_returns_empty(self
4242 }
4343 ]
4444 self ._run_snomed_test ("VACCINATION_PROCEDURE_CODE" , "" )
45-
45+
4646 def test_vaccination_procedure_code_empty_coding_returns_empty (self ):
4747 self ._set_snomed_codings ("extension" , [])
4848 self ._run_snomed_test ("VACCINATION_PROCEDURE_CODE" , "" )
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def test_vaccination_procedure_term_from_text(self):
5252 def test_vaccination_procedure_term_from_extension_value_string (self ):
5353 """Test fallback to extension.valueString when text is missing."""
5454 self .request_json_data ["extension" ][0 ]["valueCodeableConcept" ].pop ("text" , None ) # Remove text
55- self ._run_snomed_test ("VACCINATION_PROCEDURE_TERM" , "1 - Test Value string 123456 COVID19 vaccination" )
55+ self ._run_snomed_test ("VACCINATION_PROCEDURE_TERM" , "Test Value string 123456 COVID19 vaccination" )
5656
5757 def test_vaccination_procedure_term_from_display_fallback (self ):
5858 """Test fallback to display when no extension valueString is present."""
@@ -80,7 +80,7 @@ def test_vaccination_procedure_term_skips_non_sct_systems(self):
8080 "code" : "IGNORE" ,
8181 "display" : "Ignore this"
8282 })
83- self ._run_snomed_test ("VACCINATION_PROCEDURE_TERM" , "1 - Test Value string 123456 COVID19 vaccination" )
83+ self ._run_snomed_test ("VACCINATION_PROCEDURE_TERM" , "Test Value string 123456 COVID19 vaccination" )
8484
8585 def test_vaccine_product_term_from_text (self ):
8686 """Test when vaccineCode.text is present — it takes priority."""
You can’t perform that action at this time.
0 commit comments