:py:mod:`spark_auto_mapper_fhir.value_sets.restful_security_service` ==================================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.restful_security_service Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.restful_security_service.RestfulSecurityServiceCode spark_auto_mapper_fhir.value_sets.restful_security_service.RestfulSecurityServiceCodeValues .. py:class:: RestfulSecurityServiceCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` RestfulSecurityService From: http://terminology.hl7.org/CodeSystem/restful-security-service in valuesets.xml Types of security services used with FHIR. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/restful-security-service .. py:class:: RestfulSecurityServiceCodeValues OAuth (unspecified version see oauth.net). From: http://terminology.hl7.org/CodeSystem/restful-security-service in valuesets.xml .. py:attribute:: OAuth OAuth2 using SMART-on-FHIR profile (see http://docs.smarthealthit.org/). From: http://terminology.hl7.org/CodeSystem/restful-security-service in valuesets.xml .. py:attribute:: SMART_on_FHIR Microsoft NTLM Authentication. From: http://terminology.hl7.org/CodeSystem/restful-security-service in valuesets.xml .. py:attribute:: NTLM Basic authentication defined in HTTP specification. From: http://terminology.hl7.org/CodeSystem/restful-security-service in valuesets.xml .. py:attribute:: Basic see http://www.ietf.org/rfc/rfc4120.txt. From: http://terminology.hl7.org/CodeSystem/restful-security-service in valuesets.xml .. py:attribute:: Kerberos SSL where client must have a certificate registered with the server. From: http://terminology.hl7.org/CodeSystem/restful-security-service in valuesets.xml .. py:attribute:: Certificates