FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.nl.gf
Resource TypeCodeSystem
IdCodeSystem-nl-gf-authorization-server-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/minvws/generiekefuncties-docs/CodeSystem-nl-gf-authorization-server-cs.html
URLhttp://minvws.github.io/generiekefuncties-docs/CodeSystem/nl-gf-authorization-server-cs
Version0.2.0-ballot
Statusactive
Date2026-03-24T11:03:36+00:00
NameNlGfAuthorizationServerCS
TitleNL GF Authorization Server CodeSystem
Realmnl
Authorityhl7
DescriptionLocal code system for authorization and security protocol flavors used on endpoints in NL Generic Functions. Inspired by endpoint-connection-type style coding.
Contentcomplete

Resources that use this resource

ValueSet
hl7.fhir.nl.gf#currentnl-gf-connection-types-vsNL GF Connection Types ValueSet

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem nl-gf-authorization-server-cs

This case-sensitive code system http://minvws.github.io/generiekefuncties-docs/CodeSystem/nl-gf-authorization-server-cs defines the following codes:

CodeDisplayDefinition
oauth2 OAuth 2.0Endpoint uses OAuth 2.0 authorization framework.
oauth2-fapi2 OAuth 2.0 FAPI 2Endpoint uses OAuth 2.0 with Financial-grade API (FAPI) 2 security profile requirements.
oauth-nuts OAuth 2.0 NUTSEndpoint uses OAuth 2.0 with NUTS-based trust and authentication profile constraints.

Source1

{
  "resourceType": "CodeSystem",
  "id": "nl-gf-authorization-server-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://minvws.github.io/generiekefuncties-docs/CodeSystem/nl-gf-authorization-server-cs",
  "version": "0.2.0-ballot",
  "name": "NlGfAuthorizationServerCS",
  "title": "NL GF Authorization Server CodeSystem",
  "status": "active",
  "experimental": true,
  "date": "2026-03-24T11:03:36+00:00",
  "publisher": "Ministerie van Volksgezondheid, Welzijn en Sport",
  "contact": [
    {
      "name": "Ministerie van Volksgezondheid, Welzijn en Sport",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.minvws.nl"
        }
      ]
    }
  ],
  "description": "Local code system for authorization and security protocol flavors used on endpoints in NL Generic Functions. Inspired by endpoint-connection-type style coding.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NL",
          "display": "Netherlands"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "oauth2",
      "display": "OAuth 2.0",
      "definition": "Endpoint uses OAuth 2.0 authorization framework."
    },
    {
      "code": "oauth2-fapi2",
      "display": "OAuth 2.0 FAPI 2",
      "definition": "Endpoint uses OAuth 2.0 with Financial-grade API (FAPI) 2 security profile requirements."
    },
    {
      "code": "oauth-nuts",
      "display": "OAuth 2.0 NUTS",
      "definition": "Endpoint uses OAuth 2.0 with NUTS-based trust and authentication profile constraints."
    }
  ]
}