FHIR IG analytics| Package | hl7.fhir.nl.gf |
| Resource Type | CodeSystem |
| Id | CodeSystem-nl-gf-authorization-type-cs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/minvws/generiekefuncties-docs/CodeSystem-nl-gf-authorization-type-cs.html |
| URL | http://minvws.github.io/generiekefuncties-docs/CodeSystem/nl-gf-authorization-type-cs |
| Version | 0.2.0-ballot |
| Status | active |
| Date | 2026-03-24T11:03:36+00:00 |
| Name | NlGfAuthorizationTypeCS |
| Title | NL GF Authorization Type CodeSystem |
| Realm | nl |
| Authority | hl7 |
| Description | Local code system for authorization types used in NL Generic Functions for managing authorization and access control |
| Content | complete |
| ValueSet | ||
| hl7.fhir.nl.gf#current | nl-gf-authorization-type-vs | NL GF Authorization Type ValueSet |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem nl-gf-authorization-type-cs
Properties
This code system defines the following properties for its concepts
| Name | Code | Type | Description |
| smart-on-fhir-scope | smart-on-fhir-scope | string | SMART on FHIR v2 scope associated with this authorization type. |
Concepts
This case-sensitive code system http://minvws.github.io/generiekefuncties-docs/CodeSystem/nl-gf-authorization-type-cs defines the following codes:
{
"resourceType": "CodeSystem",
"id": "nl-gf-authorization-type-cs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://minvws.github.io/generiekefuncties-docs/CodeSystem/nl-gf-authorization-type-cs",
"version": "0.2.0-ballot",
"name": "NlGfAuthorizationTypeCS",
"title": "NL GF Authorization Type 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 types used in NL Generic Functions for managing authorization and access control",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "NL",
"display": "Netherlands"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"count": 2,
"property": [
{
"code": "smart-on-fhir-scope",
"description": "SMART on FHIR v2 scope associated with this authorization type.",
"type": "string"
}
],
"concept": [
{
"code": "lrza-careprovider-admin",
"display": "LRZa Care Provider Administration",
"definition": "Authorization to create and update manage all GF Addressing entities for a care provider.",
"property": [
{
"code": "smart-on-fhir-scope",
"valueString": "system/Organization.crus"
},
{
"code": "smart-on-fhir-scope",
"valueString": "system/Location.crus"
},
{
"code": "smart-on-fhir-scope",
"valueString": "system/HealthcareService.crus"
},
{
"code": "smart-on-fhir-scope",
"valueString": "system/Endpoint.crus"
},
{
"code": "smart-on-fhir-scope",
"valueString": "system/Device.crus"
}
]
},
{
"code": "lrza-endpoint-admin",
"display": "LRZa Care Provider Endpoint Administration",
"definition": "Authorization to manage references to (owned) Endpoint at care provider entities.",
"property": [
{
"code": "smart-on-fhir-scope",
"valueString": "system/Endpoint.crus"
},
{
"code": "smart-on-fhir-scope",
"valueString": "system/Device.crus"
}
]
}
]
}