FHIR IG analytics| Package | de.uk-koeln.nngm.form |
| Resource Type | Consent |
| Id | Example-Profile-nNGM-Consent-Einwilligungserklaerung-WK.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Consent",
"id": "Example_Consent_WK",
"meta": {
"profile": [
"http://uk-koeln.de/fhir/StructureDefinition/nNGM/Consent"
]
},
"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_MagdalaMüller",
"identifier": {
"type": {
"coding": [
{
"system": "http://uk-koeln.de/fhir/CodeSystem/nNGM/identifier-type",
"code": "P"
}
]
},
"system": "http://uk-koeln.de/fhir/sid/nNGM/patient",
"value": "467314"
}
},
"dateTime": "2022-07-19T00:00:00+02:00",
"policyRule": {
"coding": [
{
"system": "http://uk-koeln.de/fhir/CodeSystem/nNGM/nngm-consent-policy",
"version": "v2.2",
"code": "WK"
}
]
},
"provision": {
"type": "permit"
}
}