FHIR Chat · Logical Model definition · IG creation

Stream: IG creation

Topic: Logical Model definition


view this post on Zulip Jose Costa Teixeira (Apr 10 2020 at 07:23):

Michael van der Zel said:

I have another point. I could not get the Logical Model to validate unless I specified "Resource" as its base-class. Does that make it a resource? And what did I do wrong here?
StructureDefinition.type is 1..1, the valueset is FHIRDefinedType, but it is Extensible and it is defined as "Either a resource or datatype, including logical model types"? So why does the validator fail here?

Mine are like this

  <kind value="logical" />
  <abstract value="false" />
  <type value="BeAddiction" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Element" />
  <derivation value="specialization" />

(just to split from the track for LM instances)

view this post on Zulip Giorgio Cangioli (Apr 10 2020 at 08:20):

this is what I did too..


Last updated: Apr 12 2022 at 19:14 UTC