FHIR IG analytics| Package | de.uk-koeln.nngm.form |
| Resource Type | Consent |
| Id | Example-Profile-nNGM-Consent-Einwilligungserklaerung-V4-GLNB.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Consent",
"id": "Example_Consent_GLNB",
"meta": {
"profile": [
"http://uk-koeln.de/fhir/StructureDefinition/nNGM/ConsentV4"
]
},
"status": "active",
"scope": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"code": "patient-privacy"
}
]
},
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "59284-0"
}
]
}
],
"patient": {
"reference": "Patient/Example_Patient_Patient-567314-Pseudonym",
"identifier": {
"type": {
"coding": [
{
"system": "http://uk-koeln.de/fhir/CodeSystem/nNGM/identifier-type",
"code": "P"
}
]
},
"system": "http://uk-koeln.de/fhir/sid/nNGM/patient-pseudonym",
"value": "567314"
}
},
"dateTime": "2022-10-06T00:00:00+02:00",
"policyRule": {
"coding": [
{
"system": "http://uk-koeln.de/fhir/CodeSystem/nNGM/nngm-consent-policy-v4",
"version": "v4",
"code": "GLNB"
}
]
},
"provision": {
"type": "permit"
}
}