FHIR 4.0.1 © HL7.org  |  FHIRsmith 0.8.5  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem unknown-content-code

Properties

Defining URL http://hl7.org/fhir/unknown-content-code
Version 4.0.1
Name UnknownContentCode
Title UnknownContentCode
Status draft
Definition

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

Publisher HL7 (FHIR Project)
Value Set UnknownContentCode

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

Code Display Definition
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.