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

FHIR IG analytics

Packagede.einwilligungsmanagement
Resource TypeConsent
Idexample-ConsentManagement-Consent6.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": "9790aa00-2059-43dd-adfb-b30908c92b48",
  "meta": {
    "lastUpdated": "2024-05-13T10:01:00+00:00",
    "profile": [
      "http://fhir.de/ConsentManagement/StructureDefinition/Consent"
    ]
  },
  "extension": [
    {
      "extension": [
        {
          "url": "domain",
          "valueReference": {
            "reference": "ResearchStudy/d7a65ce8-2810-401a-b0db-70782a7b19a6"
          }
        },
        {
          "url": "status",
          "valueCoding": {
            "system": "http://hl7.org/fhir/publication-status",
            "code": "active"
          }
        }
      ],
      "url": "http://fhir.de/ConsentManagement/StructureDefinition/DomainReference"
    }
  ],
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "research"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "59284-0"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://fhir.de/ConsentManagement/CodeSystem/ResultType",
          "code": "module"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://fhir.de/ConsentManagement/CodeSystem/TemplateType",
          "code": "CONSENT-OPT-IN"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/9b4a702d-162c-428a-8c5d-8b98af21b693"
  },
  "dateTime": "2020-09-01",
  "organization": [
    {
      "display": "Klinikum Musterstadt"
    }
  ],
  "sourceReference": {
    "reference": "QuestionnaireResponse/02eac854-6a2e-48f9-88d7-edd04faff81c"
  },
  "policy": [
    {
      "uri": "https://www.medizininformatik-initiative.de/sites/default/files/2020-04/MII_AG-Consent_Einheitlicher-Mustertext_v1.6d.pdf"
    }
  ],
  "provision": {
    "type": "deny",
    "period": {
      "start": "2020-09-01",
      "end": "2050-08-31"
    },
    "provision": [
      {
        "type": "permit",
        "period": {
          "start": "2020-09-01",
          "end": "2025-08-31"
        },
        "code": [
          {
            "coding": [
              {
                "system": "urn:oid:2.16.840.1.113883.3.1937.777.24.5.3",
                "code": "2.16.840.1.113883.3.1937.777.24.5.3.6",
                "display": "MDAT_erheben"
              }
            ]
          }
        ]
      },
      {
        "type": "permit",
        "period": {
          "start": "2020-09-01",
          "end": "2050-08-31"
        },
        "code": [
          {
            "coding": [
              {
                "system": "urn:oid:2.16.840.1.113883.3.1937.777.24.5.3",
                "code": "2.16.840.1.113883.3.1937.777.24.5.3.7",
                "display": "MDAT_speichern_verarbeiten"
              }
            ]
          }
        ]
      },
      {
        "type": "permit",
        "period": {
          "start": "2020-09-01",
          "end": "2050-08-31"
        },
        "code": [
          {
            "coding": [
              {
                "system": "urn:oid:2.16.840.1.113883.3.1937.777.24.5.3",
                "code": "2.16.840.1.113883.3.1937.777.24.5.3.8",
                "display": "MDAT_wissenschaftlich_nutzen_EU_DSGVO_NIVEAU"
              }
            ]
          }
        ]
      }
    ]
  }
}