Stream: conformance
Topic: context for any datatype
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'?
Grahame Grieve (Jun 05 2018 at 01:29):
we've reworked this in R4 because that wasn't clear
Grahame Grieve (Jun 05 2018 at 01:29):
have you looked at the doco here:
Grahame Grieve (Jun 05 2018 at 01:30):
http://build.fhir.org/valueset-extension-context-type.html
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.
Grahame Grieve (Jun 05 2018 at 01:54):
y
Last updated: Apr 12 2022 at 19:14 UTC