FHIR Cross-Version Extensions package for FHIR R4B from FHIR R4
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4B from FHIR R4 - Version 0.0.1-snapshot-2. See the Directory of published versions

CodeSystem: UnknownContentCode

Official URL: http://hl7.org/fhir/unknown-content-code Version: 4.0.1
Standards status: Informative Maturity Level: 0 Computable Name: UnknownContentCode

A code that indicates whether an application accepts unknown elements or extensions when reading resources.

This Code system is referenced in the content logical definition of the following value sets:

This case-sensitive code system http://hl7.org/fhir/unknown-content-code defines the following codes:

CodeDisplayDefinition
no Neither Elements or Extensions The application does not accept either unknown elements or extensions.
extensions Unknown Extensions The application accepts unknown extensions, but not unknown elements.
elements Unknown Elements The application accepts unknown elements, but not unknown extensions.
both Unknown Elements and Extensions The application accepts unknown elements and extensions.