Stream: implementers
Topic: How to create Custom Profile in iOS via Swift code.
Karimulla (Sep 22 2017 at 07:22):
Hi,
I am trying to Create Object for Custom Profile for Composition.
How can I Create code for Swift class corresponding to it.
Ho can I assign values for copyright, name, fhirVersion , mapping etc..
Thank you in Advance.
Eric Haas (Sep 22 2017 at 17:22):
Here is an outline - I am trying for generating a new python class for a logical model it should/could work with Swift as well:
- create a profile first and generate a StructureDefinition file
- inject that profile SD into the Swift class generator here: https://github.com/smart-on-fhir/fhir-parser/tree/7eff86e17e2d2cbc5a059c3146b7857dc6221ec7 ( this is where I am stuck - tried adding to downloads directory with no success)
Last updated: Apr 12 2022 at 19:14 UTC