FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.uk-koeln.nngm.form
Resource TypeConsent
IdExample-Profile-nNGM-Consent-Einwilligungserklaerung-V4_1-WDL.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Consent",
  "id": "Example_Consent_WDL",
  "meta": {
    "profile": [
      "http://uk-koeln.de/fhir/StructureDefinition/nNGM/ConsentV4-1"
    ]
  },
  "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": "WDL"
      }
    ]
  },
  "provision": {
    "type": "permit"
  }
}