:py:mod:`spark_auto_mapper_fhir.value_sets.entity_determiner` ============================================================= .. py:module:: spark_auto_mapper_fhir.value_sets.entity_determiner Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.entity_determiner.EntityDeterminer spark_auto_mapper_fhir.value_sets.entity_determiner.EntityDeterminerValues .. py:class:: EntityDeterminer(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` v3.EntityDeterminer From: http://terminology.hl7.org/ValueSet/v3-EntityDeterminer in v3-codesystems.xml EntityDeterminer in natural language grammar is the class of words that comprises articles, demonstrative pronouns, and quantifiers. In the RIM, determiner is a structural code in the Entity class to distinguish whether any given Entity object stands for some, any one, or a specific thing. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/v3-EntityDeterminer .. py:class:: EntityDeterminerValues Description:A determiner that specifies that the Entity object represents a particular physical thing (as opposed to a universal, kind, or class of physical thing). Discussion: It does not matter whether an INSTANCE still exists as a whole at the point in time (or process) when we mention it, for example, a drug product lot is an INSTANCE even though it has been portioned out for retail purpose. From: http://terminology.hl7.org/CodeSystem/v3-EntityDeterminer in v3-codesystems.xml .. py:attribute:: Specific Description:A determiner that specifies that the Entity object represents a universal, kind or class of physical thing (as opposed to a particular thing). From: http://terminology.hl7.org/CodeSystem/v3-EntityDeterminer in v3-codesystems.xml .. py:attribute:: Described