Package | hl7.fhir.us.ndh |
Type | CodeSystem |
Id | EndpointAccessControlMechanismCS |
FHIR Version | R4 |
Source | http://hl7.org/fhir/us/ndh/https://build.fhir.org/ig/HL7/fhir-us-ndh/CodeSystem-EndpointAccessControlMechanismCS.html |
URL | http://hl7.org/fhir/us/ndh/CodeSystem/EndpointAccessControlMechanismCS |
Version | 2.0.0 |
Status | active |
Date | 2025-07-20T00:19:51+00:00 |
Name | EndpointAccessControlMechanismCS |
Title | Endpoint Access Control Mechanism Code System |
Realm | us |
Authority | hl7 |
Description | Endpoint Access Control Mechanism |
Content | complete |
ValueSet | |
EndpointAccessControlMechanismVS | Endpoint Access Control Mechanism Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem EndpointAccessControlMechanismCS
This case-sensitive code system http://hl7.org/fhir/us/ndh/CodeSystem/EndpointAccessControlMechanismCS
defines the following codes:
{ "resourceType": "CodeSystem", "id": "EndpointAccessControlMechanismCS", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "pa" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use", "_valueCode": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/us/ndh/ImplementationGuide/hl7.fhir.us.ndh" } ] } } ], "url": "http://hl7.org/fhir/us/ndh/CodeSystem/EndpointAccessControlMechanismCS", "version": "2.0.0", "name": "EndpointAccessControlMechanismCS", "title": "Endpoint Access Control Mechanism Code System", "status": "active", "experimental": false, "date": "2025-07-20T00:19:51+00:00", "publisher": "HL7 International / Patient Administration", "contact": [ { "name": "HL7 International / Patient Administration", "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/pafm" }, { "system": "email", "value": "pafm@lists.hl7.org" } ] } ], "description": "Endpoint Access Control Mechanism", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "US", "display": "United States of America" } ] } ], "caseSensitive": true, "content": "complete", "count": 15, "concept": [ { "code": "public", "display": "Public", "definition": "Public access without any specific access control." }, { "code": "OAuth", "display": "OAuth", "definition": "OAuth (unspecified version see oauth.net)." }, { "code": "SMART-on-FHIR", "display": "SMART-on-FHIR", "definition": "OAuth2 using SMART-on-FHIR profile (see http://docs.smarthealthit.org/)." }, { "code": "NTLM", "display": "NTLM", "definition": "Microsoft NTLM Authentication." }, { "code": "basic", "display": "Basic", "definition": "Basic authentication defined in HTTP specification." }, { "code": "Kerberos", "display": "Kerberos", "definition": "see http://www.ietf.org/rfc/rfc4120.txt." }, { "code": "Certificates", "display": "Certificates", "definition": "SSL where client must have a certificate registered with the server." }, { "code": "opaque-access-token", "display": "Opaque Access Token", "definition": "Uses an opaque token for access control, which is a token whose structure is not visible or meaningful to the client." }, { "code": "jwt-access-token", "display": "JWT Access Token", "definition": "Uses a JSON Web Token (JWT) for access control, which is a compact, URL-safe means of representing claims to be transferred between two parties." }, { "code": "mutual-tls", "display": "Mutual TLS", "definition": "Uses mutual Transport Layer Security (TLS) where both client and server authenticate each other using certificates." }, { "code": "wss-saml-token", "display": "WSS SAML Token", "definition": "Uses a Security Assertion Markup Language (SAML) token within the Web Services Security (WSS) framework for access control." }, { "code": "wss-username-token", "display": "WSS User Name Token", "definition": "Uses a username token within the WSS framework for access control." }, { "code": "wss-kerberos-token", "display": "WSS Kerberos Token", "definition": "Uses a Kerberos token within the WSS framework for access control." }, { "code": "wss-x509-token", "display": "WSS X509 Token", "definition": "Uses an X.509 certificate token within the WSS framework for access control." }, { "code": "wss-custom-token", "display": "WSS Custom Token", "definition": "Uses a custom token within the WSS framework for access control." } ] }