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-type-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/minvws/generiekefuncties-docs/CodeSystem-nl-gf-authorization-type-cs.html
URLhttp://minvws.github.io/generiekefuncties-docs/CodeSystem/nl-gf-authorization-type-cs
Version0.2.0-ballot
Statusactive
Date2026-03-24T11:03:36+00:00
NameNlGfAuthorizationTypeCS
TitleNL GF Authorization Type CodeSystem
Realmnl
Authorityhl7
DescriptionLocal code system for authorization types used in NL Generic Functions for managing authorization and access control
Contentcomplete

Resources that use this resource

ValueSet
hl7.fhir.nl.gf#currentnl-gf-authorization-type-vsNL GF Authorization Type 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-type-cs

Properties

This code system defines the following properties for its concepts

NameCodeTypeDescription
smart-on-fhir-scopesmart-on-fhir-scopestringSMART 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:

CodeDisplayDefinitionsmart-on-fhir-scope
lrza-careprovider-admin LRZa Care Provider AdministrationAuthorization to create and update manage all GF Addressing entities for a care provider.system/Organization.crus, system/Location.crus, system/HealthcareService.crus, system/Endpoint.crus, system/Device.crus
lrza-endpoint-admin LRZa Care Provider Endpoint AdministrationAuthorization to manage references to (owned) Endpoint at care provider entities.system/Endpoint.crus, system/Device.crus

Source1

{
  "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"
        }
      ]
    }
  ]
}