From bd654cb591aa7dce78ab708a6831aa777cd50527 Mon Sep 17 00:00:00 2001 From: Aleksandr Lisianoi Date: Fri, 14 Jun 2024 14:58:30 +0200 Subject: [PATCH] Change field name from "code" to "type" The "Identifier" object doesn't have a field "code". The only field with type "CodeableConcept" is called "type". See: https://www.hl7.org/fhir/R4B/datatypes.html#Identifier --- src/openapi/I_Audit_Event.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openapi/I_Audit_Event.yaml b/src/openapi/I_Audit_Event.yaml index 9bbbb3c..229493e 100644 --- a/src/openapi/I_Audit_Event.yaml +++ b/src/openapi/I_Audit_Event.yaml @@ -831,7 +831,7 @@ components: identifier: type: object properties: - code: + type: $ref: '#/components/schemas/CodeableConcept' system: type: string