C:\fhir-net-api-master\src\Hl7.Fhir.Core\Hl7.Fhir.Core.csproj : error : The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the <Project> element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format. C:\fhir-net-api-master\src\Hl7.Fhir.Core\Hl7.Fhir.Core.csprojC:\fhir-net-api-master\src\Hl7.Fhir.Core.Tests\Hl7.Fhir.Core.Tests.csproj : error : The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the <Project> element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format. C:\fhir-net-api-master\src\Hl7.Fhir.Core.Tests\Hl7.Fhir.Core.Tests.csprojC:\fhir-net-api-master\src\Hl7.Fhir.Specification\Hl7.Fhir.Specification.csproj : error : The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the <Project> element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format. C:\fhir-net-api-master\src\Hl7.Fhir.Specification\Hl7.Fhir.Specification.csprojC:\fhir-net-api-master\src\Hl7.Fhir.Specification.Tests\Hl7.Fhir.Specification.Tests.csproj : error : The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the <Project> element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format. C:\fhir-net-api-master\src\Hl7.Fhir.Specification.Tests\Hl7.Fhir.Specification.Tests.csprojC:\fhir-net-api-master\src\Hl7.Fhir.Support\Hl7.Fhir.Support.csproj : error : The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the <Project> element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format. C:\fhir-net-api-master\src\Hl7.Fhir.Support\Hl7.Fhir.Support.csprojC:\fhir-net-api-master\src\Hl7.FhirPath\Hl7.FhirPath.csproj : error : The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the <Project> element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format. C:\fhir-net-api-master\src\Hl7.FhirPath\Hl7.FhirPath.csprojC:\fhir-net-api-master\src\Hl7.FhirPath.Tests\HL7.FhirPath.Tests.csproj : error : The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the <Project> element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format. C:\fhir-net-api-master\src\Hl7.FhirPath.Tests\HL7.FhirPath.Tests.csprojC:\fhir-net-api-master\src\Hl7.Fhir.Support.Tests\Hl7.Fhir.Support.Tests.csproj : error : The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the <Project> element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format. C:\fhir-net-api-master\src\Hl7.Fhir.Support.Tests\Hl7.Fhir.Support.Tests.csproj
Rewards
Brian
Hope this info helps you understand some issues that you'll find.
I'd actually suggest using a profile (structure definition) as the basis for defining your model instead of the c# model.
This will then mean you can define the extensions you want, and the properties you don't want.
In my fork of the library there is a project Hl7.Fhir.QuestionnaireServices that has some functionality that might help.