FHIR Chat · context for any datatype · conformance

Stream: conformance

Topic: context for any datatype


view this post on Zulip Eric Haas (Jun 05 2018 at 01:20):

looking at the spec for how we do 'any' for datatypes.

here is an example...

e.g., http://build.fhir.org/extension-iso21090-nullflavor.html

<context>
<type value="element"/>
<expression value="Resource"/>
</context>

what is the difference between 'Resource' and 'Element' and is there a 'DataType'?

view this post on Zulip Grahame Grieve (Jun 05 2018 at 01:29):

we've reworked this in R4 because that wasn't clear

view this post on Zulip Grahame Grieve (Jun 05 2018 at 01:29):

have you looked at the doco here:

view this post on Zulip Grahame Grieve (Jun 05 2018 at 01:30):

http://build.fhir.org/valueset-extension-context-type.html

view this post on Zulip Eric Haas (Jun 05 2018 at 01:38):

Thanks, I answered my own question:

Resource = This is the base resource type for everything.
Element = Base definition for all elements in a resource.

view this post on Zulip Grahame Grieve (Jun 05 2018 at 01:54):

y


Last updated: Apr 12 2022 at 19:14 UTC