We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58341ad commit 9f46271Copy full SHA for 9f46271
1 file changed
fhirsnake/watch.py
@@ -48,7 +48,7 @@ def process_file(self, file_path):
48
49
if (
50
self.external_questionnaire_fce_fhir_converter_url
51
- and resource["resourceType"] == "Questionnaire"
+ and resource.get("resourceType") == "Questionnaire"
52
):
53
try:
54
resource = convert_questionnaire_fce_to_fhir(
0 commit comments