<Consent xmlns="http://hl7.org/fhir">
  <id value="Example_Consent_MD" />
  <meta>
    <profile value="http://uk-koeln.de/fhir/StructureDefinition/nNGM/Consent" />
  </meta>
  <status value="active" />
  <scope>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/consentscope" />
      <code value="patient-privacy" />
    </coding>
  </scope>
  <category>
    <coding>
      <system value="http://loinc.org" />
      <code value="59284-0" />
    </coding>
  </category>
  <patient>
    <reference value="Patient/Example_Patient_MagdalaMüller" />
    <identifier>
      <type>
        <coding>
          <system value="http://uk-koeln.de/fhir/CodeSystem/nNGM/identifier-type" />
          <code value="P" />
        </coding>
      </type>
      <system value="http://uk-koeln.de/fhir/sid/nNGM/patient" />
      <value value="467314" />
    </identifier>
  </patient>
  <dateTime value="2022-07-19T00:00:00+02:00" />
  <policyRule>
    <coding>
      <system value="http://uk-koeln.de/fhir/CodeSystem/nNGM/nngm-consent-policy" />
      <version value="v2.2" />
      <code value="MD" />
    </coding>
  </policyRule>
  <provision>
    <type value="permit" />
  </provision>
</Consent>