:py:mod:`spark_auto_mapper_fhir.value_sets.unknown_content_code` ================================================================ .. py:module:: spark_auto_mapper_fhir.value_sets.unknown_content_code Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.unknown_content_code.UnknownContentCodeCode spark_auto_mapper_fhir.value_sets.unknown_content_code.UnknownContentCodeCodeValues .. py:class:: UnknownContentCodeCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` UnknownContentCode From: http://hl7.org/fhir/unknown-content-code in valuesets.xml A code that indicates whether an application accepts unknown elements or extensions when reading resources. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/unknown-content-code .. py:class:: UnknownContentCodeCodeValues The application does not accept either unknown elements or extensions. From: http://hl7.org/fhir/unknown-content-code in valuesets.xml .. py:attribute:: NeitherElementsOrExtensions The application accepts unknown extensions, but not unknown elements. From: http://hl7.org/fhir/unknown-content-code in valuesets.xml .. py:attribute:: UnknownExtensions The application accepts unknown elements, but not unknown extensions. From: http://hl7.org/fhir/unknown-content-code in valuesets.xml .. py:attribute:: UnknownElements The application accepts unknown elements and extensions. From: http://hl7.org/fhir/unknown-content-code in valuesets.xml .. py:attribute:: UnknownElementsAndExtensions