FHIR Chat · Derived name different from base name · IG creation

Stream: IG creation

Topic: Derived name different from base name


view this post on Zulip Jose Costa Teixeira (May 22 2020 at 05:40):

Isn't this allowed? or what am I missing?
I want the profile to appear as BePatientWill, not Consent

{
  "resourceType": "StructureDefinition",
  "id": "be-patientwill",
  "name": "BEPatientWill",
  "title": "BEPatientWill",
  "status": "active",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "BePatientWill",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Consent",
  "derivation": "constraint",
  "differential": {

view this post on Zulip Jose Costa Teixeira (May 22 2020 at 05:45):

Nevermind...
derivation should be specialization. (I leave this here in case someone else doesn't read the instructions)

view this post on Zulip Jose Costa Teixeira (May 22 2020 at 06:14):

()

view this post on Zulip Jose Costa Teixeira (May 22 2020 at 06:43):

What would be a reason for this?

Exception generating resource C:\ImplementationGuides\riziv-inami\input\profiles\StructureDefinition-be-patientwill::StructureDefinition/be-patientwill: null (00:44.0245)
java.lang.NullPointerException
        at org.hl7.fhir.r5.conformance.ProfileUtilities.generateDescription(ProfileUtilities.java:3902)
        at org.hl7.fhir.r5.conformance.ProfileUtilities.generateDescription(ProfileUtilities.java:3781)
        at org.hl7.fhir.r5.conformance.ProfileUtilities.genElement(ProfileUtilities.java:3462)
        at org.hl7.fhir.r5.conformance.ProfileUtilities.genElement(ProfileUtilities.java:3524)
        at org.hl7.fhir.r5.conformance.ProfileUtilities.generateTable(ProfileUtilities.java:3245)
        at org.hl7.fhir.igtools.renderers.StructureDefinitionRenderer.snapshot(StructureDefinitionRenderer.java:367)
        at org.hl7.fhir.igtools.publisher.Publisher.generateOutputsStructureDefinition(Publisher.java:6795)
        at org.hl7.fhir.igtools.publisher.Publisher.generateHtmlOutputs(Publisher.java:6137)

Last updated: Apr 12 2022 at 19:14 UTC