FHIR IG analytics| Package | hl7.fhir.nl.gf |
| Resource Type | CodeSystem |
| Id | CodeSystem-nl-gf-authorization-server-cs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/minvws/generiekefuncties-docs/CodeSystem-nl-gf-authorization-server-cs.html |
| URL | http://minvws.github.io/generiekefuncties-docs/CodeSystem/nl-gf-authorization-server-cs |
| Version | 0.2.0-ballot |
| Status | active |
| Date | 2026-03-24T11:03:36+00:00 |
| Name | NlGfAuthorizationServerCS |
| Title | NL GF Authorization Server CodeSystem |
| Realm | nl |
| Authority | hl7 |
| Description | Local code system for authorization and security protocol flavors used on endpoints in NL Generic Functions. Inspired by endpoint-connection-type style coding. |
| Content | complete |
| ValueSet | ||
| hl7.fhir.nl.gf#current | nl-gf-connection-types-vs | NL GF Connection Types ValueSet |
No resources found
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:
{
"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."
}
]
}