Netherlands - Generic Functions for data exchange Implementation Guide
0.3.0 - ci-build
Netherlands - Generic Functions for data exchange Implementation Guide, published by Stichting Nuts. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nuts-foundation/nl-generic-functions-ig/ and changes regularly. See the Directory of published versions
The GIS credentials use the following JSON-LD context, referenced from each credential's @context. It maps the terms used across the GIS credentials (HealthcareProvider, ServiceProvider, Delegation, PatientEnrollment, identifiers, delegation and enrollment relations) to the gis: (http://gis-nl.example/) and schema: (http://schema.org/) namespaces.
Editorial note: The gis: namespace URL http://gis-nl.example/ is a placeholder. The definitive context URL is still to be determined.
{
"@context": {
"gis": "http://gis-nl.example/",
"schema": "http://schema.org/",
"HealthcareProvider": "gis:HealthcareProvider",
"HealthcareProfessional": "gis:HealthcareProfessional",
"HealthcareWorker": "gis:HealthcareWorker",
"Patient": "gis:Patient",
"ServiceProvider": "gis:ServiceProvider",
"Delegation": "gis:Delegation",
"DelegationScope": "gis:DelegationScope",
"PatientEnrollment": "gis:PatientEnrollment",
"Identifier": "schema:PropertyValue",
"identifier": {
"@id": "schema:identifier",
"@container": "@set"
},
"system": "schema:propertyID",
"value": "schema:value",
"roleCode": {
"@id": "gis:roleCode",
"@type": "http://fhir.nl/fhir/NamingSystem/uzi-rolcode"
},
"name": "schema:name",
"hasDelegation": "gis:hasDelegation",
"issuedTo": "gis:issuedTo",
"issuedBy": "gis:issuedBy",
"delegatedBy": "gis:delegatedBy",
"scope": "gis:scope",
"authorizationRule": "gis:authorizationRule",
"authorizedActions": "gis:authorizedActions",
"hasEnrollment": "gis:hasEnrollment",
"patient": "gis:patient",
"enrolledBy": "gis:enrolledBy",
"services": "gis:services"
}
}