cardea.fhir.NamingSystem

class cardea.fhir.NamingSystem(dict_values=None)

A curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc. Represents a “System” used within the Identifier and Coding data types.

Parameters
  • resourceType – This is a NamingSystem resource

  • name – A natural language name identifying the naming system. This name should be usable as an identifier for the module by machine processing applications such as code generation.

  • status – The status of this naming system. Enables tracking the life-cycle of the content.

  • kind – Indicates the purpose for the naming system - what kinds of things does it make unique?

  • date – The date (and optionally time) when the naming system was published. The date must change if and when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the naming system changes.

  • publisher – The name of the individual or organization that published the naming system.

  • contact – Contact details to assist a user in finding and communicating with the publisher.

  • responsible – The name of the organization that is responsible for issuing identifiers or codes for this namespace and ensuring their non-collision.

  • type – Categorizes a naming system for easier search by grouping related naming systems.

  • description – A free text natural language description of the naming system from a consumer’s perspective. Details about what the namespace identifies including scope, granularity, version labeling, etc.

  • useContext – The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching for appropriate naming system instances.

  • jurisdiction – A legal or geographic region in which the naming system is intended to be used.

  • usage – Provides guidance on the use of the namespace, including the handling of formatting characters, use of upper vs. lower case, etc.

  • uniqueId – Indicates how the system may be identified when referenced in electronic exchange.

  • replacedBy – For naming systems that are retired, indicates the naming system that should be used in their place (if any).

__init__(dict_values=None)

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__([dict_values])

Initialize self.

assert_type()

Checks class values follow set possible enumerations.

get_dataframe()

Returns dataframe from class attribute values.

get_eligible_relationships()

Returns class relationships for attributes that are used.

get_id()

Returns fhir class identifier.

get_relationships()

Returns class relationships.

set_attributes(dict_values)

Sets values to class attributes.