Skip to content

Commit

Permalink
no need for the alias on the specification assembly (yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpos committed Feb 5, 2018
1 parent 091c870 commit f75f1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ResourceScanner/Scanner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void ScanResourceInstance(fm3.Resource resource, string source)
// Prepare the property list from the Structure Definition
if (!_properties.ContainsKey(ResourceName))
{
var sourceSD = new stu3.Hl7.Fhir.Specification.Source.ZipSource(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "specification.zip"));
var sourceSD = new Hl7.Fhir.Specification.Source.ZipSource(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "specification.zip"));
var instSD = sourceSD.ResolveByUri("http://hl7.org/fhir/StructureDefinition/" + resource.TypeName) as fm3.StructureDefinition;
if (instSD == null)
{
Expand Down

0 comments on commit f75f1b2

Please sign in to comment.