File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ Feature: Producer - readDocumentReference - Success Scenarios
7979 "coding": [
8080 {
8181 "system": "http://snomed.info/sct",
82- "code": "390826005 ",
83- "display": "Mental health caregiver support "
82+ "code": "788007007 ",
83+ "display": "General practice service "
8484 }
8585 ]
8686 }
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ def create_test_document_reference(items: dict) -> DocumentReference:
101101
102102 if items .get ("category" ):
103103 category_display = CATEGORY_ATTRIBUTES .get (
104- f"SNOMED_SYSTEM_URL|{ items ['category' ]} " , {}
104+ f"{ SNOMED_SYSTEM_URL } |{ items ['category' ]} " , {}
105105 ).get ("display" )
106106 base_doc_ref .category = [
107107 CodeableConcept (
You can’t perform that action at this time.
0 commit comments