NamingSystemType

public enum NamingSystemType: String

Identifies the purpose of the naming system.

URL: http://hl7.org/fhir/namingsystem-type ValueSet: http://hl7.org/fhir/ValueSet/namingsystem-type

  • The naming system is used to define concepts and symbols to represent those concepts; e.g. UCUM, LOINC, NDC code, local lab codes, etc.

    Declaration

    Swift

    case codesystem = "codesystem"
  • The naming system is used to manage identifiers (e.g. license numbers, order numbers, etc.).

    Declaration

    Swift

    case identifier = "identifier"
  • The naming system is used as the root for other identifiers and naming systems.

    Declaration

    Swift

    case root = "root"