I am new to FHIR and HL7.
I need to add a new element to ChargeItemDefinition
resource and this element data type is CodeableConcept
.
I think we need to create a new StructureDefinition
with a CodeableConcept
field and then register it on the server and make an extension in ChargeItemDefinition
.
I tried a tool like Forge to make a custom profile, but creating a new profile or extension is disabled.
But I can't make it after days of trying, does anyone have an example of this or is anyone able to help me?