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

FHIR IG analytics

Packagede.einwilligungsmanagement
Resource TypeConsent
Idexample-ConsentManagement-Consent7.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": "d5346fc3-30a2-49ca-b2da-e254d220381d",
  "meta": {
    "lastUpdated": "2024-05-13T10:02: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": "document"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://fhir.de/ConsentManagement/CodeSystem/TemplateType",
          "code": "OBJECTION"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/9b4a702d-162c-428a-8c5d-8b98af21b693"
  },
  "dateTime": "2024-05-13",
  "organization": [
    {
      "display": "Klinikum Musterstadt"
    }
  ],
  "sourceReference": {
    "reference": "QuestionnaireResponse/1eb81b1c-27d3-420c-96f0-033d33aa3d52"
  },
  "policy": [
    {
      "uri": "https://beispiel.de/ePaFuerAlle"
    }
  ],
  "provision": {
    "type": "deny",
    "period": {
      "start": "2024-05-13"
    },
    "provision": [
      {
        "type": "deny",
        "period": {
          "start": "2024-05-13"
        },
        "code": [
          {
            "coding": [
              {
                "system": "https://ths-greifswald.de/fhir/CodeSystem/gics/Policy",
                "code": "IDAT_erheben"
              }
            ]
          }
        ]
      },
      {
        "type": "deny",
        "period": {
          "start": "2024-05-13"
        },
        "code": [
          {
            "coding": [
              {
                "system": "https://ths-greifswald.de/fhir/CodeSystem/gics/Policy",
                "code": "MDAT_erheben"
              }
            ]
          }
        ]
      },
      {
        "type": "deny",
        "period": {
          "start": "2024-05-13"
        },
        "code": [
          {
            "coding": [
              {
                "system": "https://ths-greifswald.de/fhir/CodeSystem/gics/Policy",
                "code": "MDAT_speichern_verarbeiten"
              }
            ]
          }
        ]
      },
      {
        "type": "deny",
        "period": {
          "start": "2024-05-13"
        },
        "code": [
          {
            "coding": [
              {
                "system": "https://ths-greifswald.de/fhir/CodeSystem/gics/Policy",
                "code": "MDAT_wissenschaftlich_nutzen_EU_DSGVO_NIVEAU"
              }
            ]
          }
        ]
      }
    ]
  }
}